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.MethodContextA context to lookup instruction indices from their bytecode offset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInsnIndex(int bytecodeOffset)
-