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