Package org.jf.dexlib2.util
Class InstructionOffsetMap
- java.lang.Object
-
- org.jf.dexlib2.util.InstructionOffsetMap
-
public class InstructionOffsetMap extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InstructionOffsetMap.InvalidInstructionIndex
static class
InstructionOffsetMap.InvalidInstructionOffset
-
Constructor Summary
Constructors Constructor Description InstructionOffsetMap(java.util.List<? extends Instruction> instructions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getInstructionCodeOffset(int index)
int
getInstructionIndexAtCodeOffset(int codeOffset)
int
getInstructionIndexAtCodeOffset(int codeOffset, boolean exact)
-
-
-
Constructor Detail
-
InstructionOffsetMap
public InstructionOffsetMap(@Nonnull java.util.List<? extends Instruction> instructions)
-
-