Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.opgraph | |
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters | |
org.benf.cfr.reader.bytecode.analysis.parse |
Modifier and Type | Method and Description |
---|---|
InstrIndex |
IndexedStatement.getIndex() |
InstrIndex |
Op03SimpleStatement.getIndex() |
InstrIndex |
Op04StructuredStatement.getIndex() |
InstrIndex |
Op02WithProcessedDataAndRefs.getIndex() |
InstrIndex |
InstrIndex.justAfter() |
InstrIndex |
InstrIndex.justBefore() |
Modifier and Type | Method and Description |
---|---|
int |
InstrIndex.compareTo(InstrIndex other) |
boolean |
InstrIndex.isBackJumpFrom(InstrIndex other) |
void |
Op03SimpleStatement.setIndex(InstrIndex index) |
void |
Op02WithProcessedDataAndRefs.setIndex(InstrIndex index) |
Constructor and Description |
---|
Op02WithProcessedDataAndRefs(JVMInstr instr,
byte[] rawData,
InstrIndex index,
ConstantPool cp,
ConstantPoolEntry[] cpEntries,
int originalRawOffset,
BytecodeLoc loc) |
Op03SimpleStatement(Set<BlockIdentifier> containedIn,
Statement statement,
InstrIndex index) |
Op03SimpleStatement(Set<BlockIdentifier> containedIn,
Statement statement,
SSAIdentifiers<LValue> ssaIdentifiers,
InstrIndex index) |
Op04StructuredStatement(InstrIndex instrIndex,
Collection<BlockIdentifier> blockMembership,
StructuredStatement structuredStatement) |
Constructor and Description |
---|
IsForwardJumpTo(InstrIndex thisIndex) |
Modifier and Type | Method and Description |
---|---|
InstrIndex |
StatementContainer.getIndex() |
Copyright © 2011-2021. All Rights Reserved.