java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.android.controlflow.BasicBlockBuilder<InsnType extends com.pnfsoftware.jeb.core.units.code.ILocatedInstruction> |
Used to construct a BasicBlock
.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public List<Long> | dst_offsets | ||||||||||
public List<InsnType extends ILocatedInstruction> | insns | ||||||||||
public List<Long> | irrdst_offsets |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BasicBlockBuilder() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|