Package org.objectweb.asm.test
Interface ClassFile.MethodContext
-
- All Known Implementing Classes:
ClassFile.AbstractBuilder
,ClassFile.Builder
,ClassFile.SortedBuilder
- Enclosing class:
- ClassFile
private static interface ClassFile.MethodContext
A context to lookup instruction indices from their bytecode offset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getInsnIndex(int bytecodeOffset)
-