|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tc.asm.tree.AbstractInsnNode
com.tc.asm.tree.InsnNode
public class InsnNode
A node that represents a zero operand instruction.
Field Summary |
---|
Fields inherited from class com.tc.asm.tree.AbstractInsnNode |
---|
FIELD_INSN, FRAME, IINC_INSN, INSN, INT_INSN, JUMP_INSN, LABEL, LDC_INSN, LINE, LOOKUPSWITCH_INSN, METHOD_INSN, MULTIANEWARRAY_INSN, opcode, TABLESWITCH_INSN, TYPE_INSN, VAR_INSN |
Constructor Summary | |
---|---|
InsnNode(int opcode)
Constructs a new InsnNode . |
Method Summary | |
---|---|
void |
accept(MethodVisitor mv)
Makes the given visitor visit this instruction. |
AbstractInsnNode |
clone(java.util.Map labels)
Returns a copy of this instruction. |
int |
getType()
Returns the type of this instruction. |
Methods inherited from class com.tc.asm.tree.AbstractInsnNode |
---|
getNext, getOpcode, getPrevious |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InsnNode(int opcode)
InsnNode
.
opcode
- the opcode of the instruction to be constructed. This
opcode must be NOP, ACONST_NULL, ICONST_M1, ICONST_0, ICONST_1,
ICONST_2, ICONST_3, ICONST_4, ICONST_5, LCONST_0, LCONST_1,
FCONST_0, FCONST_1, FCONST_2, DCONST_0, DCONST_1, IALOAD, LALOAD,
FALOAD, DALOAD, AALOAD, BALOAD, CALOAD, SALOAD, IASTORE, LASTORE,
FASTORE, DASTORE, AASTORE, BASTORE, CASTORE, SASTORE, POP, POP2,
DUP, DUP_X1, DUP_X2, DUP2, DUP2_X1, DUP2_X2, SWAP, IADD, LADD,
FADD, DADD, ISUB, LSUB, FSUB, DSUB, IMUL, LMUL, FMUL, DMUL, IDIV,
LDIV, FDIV, DDIV, IREM, LREM, FREM, DREM, INEG, LNEG, FNEG, DNEG,
ISHL, LSHL, ISHR, LSHR, IUSHR, LUSHR, IAND, LAND, IOR, LOR, IXOR,
LXOR, I2L, I2F, I2D, L2I, L2F, L2D, F2I, F2L, F2D, D2I, D2L, D2F,
I2B, I2C, I2S, LCMP, FCMPL, FCMPG, DCMPL, DCMPG, IRETURN, LRETURN,
FRETURN, DRETURN, ARETURN, RETURN, ARRAYLENGTH, ATHROW,
MONITORENTER, or MONITOREXIT.Method Detail |
---|
public int getType()
AbstractInsnNode
getType
in class AbstractInsnNode
public void accept(MethodVisitor mv)
accept
in class AbstractInsnNode
mv
- a method visitor.public AbstractInsnNode clone(java.util.Map labels)
AbstractInsnNode
clone
in class AbstractInsnNode
labels
- a map from LabelNodes to cloned LabelNodes.
InsnList
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |