Package | Description |
---|---|
org.objectweb.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
Modifier and Type | Field | Description |
---|---|---|
List<LocalVariableAnnotationNode> |
MethodNode.invisibleLocalVariableAnnotations |
The invisible local variable annotations of this method.
|
List<LocalVariableAnnotationNode> |
MethodNode.visibleLocalVariableAnnotations |
The visible local variable annotations of this method.
|