Package | Description |
---|---|
org.objectweb.asm.commons |
Provides some useful class and method adapters.
|
org.objectweb.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
Modifier and Type | Method and Description |
---|---|
private void |
JSRInlinerAdapter.emitInstantiation(JSRInlinerAdapter.Instantiation instantiation,
java.util.List<JSRInlinerAdapter.Instantiation> worklist,
InsnList newInstructions,
java.util.List<TryCatchBlockNode> newTryCatchBlocks,
java.util.List<LocalVariableNode> newLocalVariables)
Emits an instantiation of a subroutine, specified by
instantiation . |
Modifier and Type | Field and Description |
---|---|
java.util.List<LocalVariableNode> |
MethodNode.localVariables
The local variables of this method.
|