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 -
Method Summary
Methods inherited from class org.objectweb.asm.tree.AbstractInsnNode
acceptAnnotations, cloneAnnotations, getNext, getOpcode, getPrevious
-
Constructor Details
-
NopInsn
public NopInsn()
-
-
Method Details
-
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
-
clone
- Specified by:
clonein classorg.objectweb.asm.tree.AbstractInsnNode
-