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.
|
getOpcodepublic Label label
public LabelNode(Label label)
public void accept(MethodVisitor cv)
AbstractInsnNodeaccept in class AbstractInsnNodecv - a code visitor.public int getType()
AbstractInsnNodegetType in class AbstractInsnNode