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

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