Uses of Class
org.benf.cfr.reader.bytecode.analysis.opgraph.InstrIndex
-
Packages that use InstrIndex Package Description org.benf.cfr.reader.bytecode.analysis.opgraph org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters org.benf.cfr.reader.bytecode.analysis.parse -
-
Uses of InstrIndex in org.benf.cfr.reader.bytecode.analysis.opgraph
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph declared as InstrIndex Modifier and Type Field Description private InstrIndexOp02WithProcessedDataAndRefs. indexprivate InstrIndexOp03SimpleStatement. indexprivate InstrIndexOp04StructuredStatement. instrIndex(package private) InstrIndexOp03Blocks.Block3. startIndexFields in org.benf.cfr.reader.bytecode.analysis.opgraph with type parameters of type InstrIndex Modifier and Type Field Description private java.util.LinkedList<InstrIndex>InstrIndex.TempRelatives. relsMethods in org.benf.cfr.reader.bytecode.analysis.opgraph that return InstrIndex Modifier and Type Method Description InstrIndexIndexedStatement. getIndex()InstrIndexOp02WithProcessedDataAndRefs. getIndex()InstrIndexOp03SimpleStatement. getIndex()InstrIndexOp04StructuredStatement. getIndex()InstrIndexInstrIndex. justAfter()InstrIndexInstrIndex. justBefore()Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type InstrIndex Modifier and Type Method Description voidInstrIndex.TempRelatives. after(InstrIndex than, InstrIndex isBefore)voidInstrIndex.TempRelatives. before(InstrIndex than, InstrIndex isBefore)intInstrIndex. compareTo(InstrIndex other)private static java.util.List<Op02WithProcessedDataAndRefs>Op02WithProcessedDataAndRefs. copyBlock(java.util.List<Op02WithProcessedDataAndRefs> orig, InstrIndex afterThis)(package private) booleanInstrIndex. directlyPreceeds(InstrIndex other)intInstrIndex.TempRelatives. indexOf(InstrIndex i)booleanInstrIndex. isBackJumpFrom(InstrIndex other)private intInstrIndex. isBackJumpTo(InstrIndex other)voidOp02WithProcessedDataAndRefs. setIndex(InstrIndex index)voidOp03SimpleStatement. setIndex(InstrIndex index)Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type InstrIndex Modifier and Type Method Description private static Op02WithProcessedDataAndRefsOp02WithProcessedDataAndRefs. adjustOrdering(java.util.Map<InstrIndex,java.util.List<Op02WithProcessedDataAndRefs.ExceptionTempStatement>> insertions, Op02WithProcessedDataAndRefs infrontOf, ExceptionGroup exceptionGroup, Op02WithProcessedDataAndRefs newNode)Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type InstrIndex Constructor Description Op02WithProcessedDataAndRefs(JVMInstr instr, byte[] rawData, InstrIndex index, ConstantPool cp, ConstantPoolEntry[] cpEntries, int originalRawOffset, BytecodeLoc loc)Op03SimpleStatement(java.util.Set<BlockIdentifier> containedIn, Statement statement, InstrIndex index)Op03SimpleStatement(java.util.Set<BlockIdentifier> containedIn, Statement statement, SSAIdentifiers<LValue> ssaIdentifiers, InstrIndex index)Op04StructuredStatement(InstrIndex instrIndex, java.util.Collection<BlockIdentifier> blockMembership, StructuredStatement structuredStatement)TempRelatives(InstrIndex start) -
Uses of InstrIndex in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters declared as InstrIndex Modifier and Type Field Description private InstrIndexMisc.IsBackJumpTo. thisIndexprivate InstrIndexMisc.IsForwardJumpTo. thisIndexMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type InstrIndex Modifier and Type Method Description (package private) static voidCleaner. sortAndRenumberFromInPlace(java.util.List<Op03SimpleStatement> statements, InstrIndex start)Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type InstrIndex Constructor Description IsBackJumpTo(InstrIndex thisIndex)IsForwardJumpTo(InstrIndex thisIndex) -
Uses of InstrIndex in org.benf.cfr.reader.bytecode.analysis.parse
Methods in org.benf.cfr.reader.bytecode.analysis.parse that return InstrIndex Modifier and Type Method Description InstrIndexStatementContainer. getIndex()
-