Class 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
      void accept​(org.objectweb.asm.MethodVisitor mv)  
      org.objectweb.asm.tree.AbstractInsnNode clone​(java.util.Map labels)  
      int getType()  
      java.lang.String toString()  
      • 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 Detail

      • NopInsn

        public NopInsn()
    • Method Detail

      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • clone

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