org.objectweb.asm.tree
public class LabelNode extends AbstractInsnNode
AbstractInsnNode
that encapsulates a Label
.Modifier and Type | Field and Description |
---|---|
Label |
label |
FIELD_INSN, IINC_INSN, INSN, INT_INSN, JUMP_INSN, LABEL, LDC_INSN, LOOKUPSWITCH_INSN, METHOD_INSN, MULTIANEWARRAY_INSN, opcode, TABLESWITCH_INSN, TYPE_INSN, VAR_INSN
Modifier and Type | Method and Description |
---|---|
void |
accept(MethodVisitor cv)
Makes the given code visitor visit this instruction.
|
int |
getType()
Returns the type of this instruction.
|
getOpcode
public Label label
public LabelNode(Label label)
public void accept(MethodVisitor cv)
AbstractInsnNode
accept
in class AbstractInsnNode
cv
- a code visitor.public int getType()
AbstractInsnNode
getType
in class AbstractInsnNode