Class BasicBlock<InsnType extends IInstruction>

java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.cfg.BasicBlock<InsnType>
Type Parameters:
InsnType -
All Implemented Interfaces:
IBasicBlock<InsnType>, Comparable<BasicBlock<InsnType>>, Iterable<InsnType>

@Ser public class BasicBlock<InsnType extends IInstruction> extends Object implements IBasicBlock<InsnType>, Comparable<BasicBlock<InsnType>>
This class represents a basic block of generic instructions.
See Also: