Package kilim.analysis
Class NopInsn
- java.lang.Object
-
- org.objectweb.asm.tree.AbstractInsnNode
-
- kilim.analysis.NopInsn
-
class NopInsn extends org.objectweb.asm.tree.AbstractInsnNode
-
-
Field Summary
-
Fields inherited from class org.objectweb.asm.tree.AbstractInsnNode
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 Summary
Constructors Constructor Description NopInsn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(org.objectweb.asm.MethodVisitor mv)org.objectweb.asm.tree.AbstractInsnNodeclone(java.util.Map labels)intgetType()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public int getType()
- Specified by:
getTypein classorg.objectweb.asm.tree.AbstractInsnNode
-
accept
public void accept(org.objectweb.asm.MethodVisitor mv)
- Specified by:
acceptin classorg.objectweb.asm.tree.AbstractInsnNode
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
clone
public org.objectweb.asm.tree.AbstractInsnNode clone(java.util.Map labels)
- Specified by:
clonein classorg.objectweb.asm.tree.AbstractInsnNode
-
-