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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.objectweb.asm.MethodVisitor mv)
     
    org.objectweb.asm.tree.AbstractInsnNode
    clone(Map labels)
     
    int
     
     

    Methods inherited from class org.objectweb.asm.tree.AbstractInsnNode

    acceptAnnotations, cloneAnnotations, getNext, getOpcode, getPrevious

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NopInsn

      public NopInsn()
  • Method Details

    • getType

      public int getType()
      Specified by:
      getType in class org.objectweb.asm.tree.AbstractInsnNode
    • accept

      public void accept(org.objectweb.asm.MethodVisitor mv)
      Specified by:
      accept in class org.objectweb.asm.tree.AbstractInsnNode
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • clone

      public org.objectweb.asm.tree.AbstractInsnNode clone(Map labels)
      Specified by:
      clone in class org.objectweb.asm.tree.AbstractInsnNode