public class MarkerNode
extends org.objectweb.asm.tree.LabelNode
| Modifier and Type | Field and Description |
|---|---|
static int |
BODY_START
Marks the start of the body in a constructor
|
static int |
INITIALISER_TAIL
Marks the end of the initialiser in a constructor
|
int |
type
The type for this marker
|
FIELD_INSN, FRAME, IINC_INSN, INSN, INT_INSN, invisibleTypeAnnotations, INVOKE_DYNAMIC_INSN, JUMP_INSN, LABEL, LDC_INSN, LINE, LOOKUPSWITCH_INSN, METHOD_INSN, MULTIANEWARRAY_INSN, opcode, TABLESWITCH_INSN, TYPE_INSN, VAR_INSN, visibleTypeAnnotations| Constructor and Description |
|---|
MarkerNode(int type) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.objectweb.asm.MethodVisitor methodVisitor) |
public static final int INITIALISER_TAIL
public static final int BODY_START
public final int type