Uses of Class
org.benf.cfr.reader.bytecode.analysis.opgraph.InstrIndex
Packages that use InstrIndex
Package
Description
-
Uses of InstrIndex in org.benf.cfr.reader.bytecode.analysis.opgraph
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph that implement interfaces with type arguments of type InstrIndexMethods in org.benf.cfr.reader.bytecode.analysis.opgraph that return InstrIndexModifier and TypeMethodDescriptionIndexedStatement.getIndex()Op02WithProcessedDataAndRefs.getIndex()Op03SimpleStatement.getIndex()Op04StructuredStatement.getIndex()InstrIndex.justAfter()InstrIndex.justBefore()Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type InstrIndexModifier and TypeMethodDescriptionintInstrIndex.compareTo(InstrIndex other) booleanInstrIndex.isBackJumpFrom(InstrIndex other) voidOp02WithProcessedDataAndRefs.setIndex(InstrIndex index) voidOp03SimpleStatement.setIndex(InstrIndex index) Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type InstrIndexModifierConstructorDescriptionOp02WithProcessedDataAndRefs(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) -
Uses of InstrIndex in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type InstrIndex -
Uses of InstrIndex in org.benf.cfr.reader.bytecode.analysis.parse
Methods in org.benf.cfr.reader.bytecode.analysis.parse that return InstrIndex