| Package | Description |
|---|---|
| org.glassfish.hk2.external.org.objectweb.asm.tree |
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
|
| Modifier and Type | Field and Description |
|---|---|
LabelNode |
LookupSwitchInsnNode.dflt
Beginning of the default handler block.
|
LabelNode |
TableSwitchInsnNode.dflt
Beginning of the default handler block.
|
LabelNode |
TryCatchBlockNode.end
End of the exception handler's scope (exclusive).
|
LabelNode |
LocalVariableNode.end
The last instruction corresponding to the scope of this local variable
(exclusive).
|
LabelNode |
TryCatchBlockNode.handler
Beginning of the exception handler's code.
|
LabelNode |
JumpInsnNode.label
The operand of this instruction.
|
LabelNode |
TryCatchBlockNode.start
Beginning of the exception handler's scope (inclusive).
|
LabelNode |
LocalVariableNode.start
The first instruction corresponding to the scope of this local variable
(inclusive).
|
LabelNode |
LineNumberNode.start
The first instruction corresponding to this line number.
|
| Modifier and Type | Field and Description |
|---|---|
List<LabelNode> |
LocalVariableAnnotationNode.end
The last instructions corresponding to the continuous ranges that make
the scope of this local variable (exclusive).
|
List<LabelNode> |
LookupSwitchInsnNode.labels
Beginnings of the handler blocks.
|
List<LabelNode> |
TableSwitchInsnNode.labels
Beginnings of the handler blocks.
|
List<LabelNode> |
LocalVariableAnnotationNode.start
The fist instructions corresponding to the continuous ranges that make
the scope of this local variable (inclusive).
|
| Modifier and Type | Method and Description |
|---|---|
protected LabelNode |
MethodNode.getLabelNode(Label l)
Returns the LabelNode corresponding to the given Label.
|
Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.