| Package | Description |
|---|---|
| org.objectweb.asm.test |
| Modifier and Type | Class and Description |
|---|---|
private static class |
ClassDump.AbstractBuilder<T>
A helper class to build the dump of a class file.
|
private static class |
ClassDump.Builder
An
ClassDump.AbstractBuilder with concrete methods to add children. |
private static class |
ClassDump.SortedBuilder
An
ClassDump.AbstractBuilder which sorts its children by name before building. |
| Modifier and Type | Field and Description |
|---|---|
private ClassDump.MethodContext |
ClassDump.InstructionIndex.methodContext
The context to use to find the index from the bytecode offset.
|
| Constructor and Description |
|---|
InstructionIndex(int bytecodeOffset,
ClassDump.MethodContext methodContext) |