Class IndexInsnNode

    • Constructor Detail

      • IndexInsnNode

        public IndexInsnNode​(InsnType type,
                             java.lang.Object index,
                             int argCount)
    • Method Detail

      • getIndex

        public java.lang.Object getIndex()
      • updateIndex

        public void updateIndex​(java.lang.Object index)
      • getIndexAsType

        public ArgType getIndexAsType()
      • isSame

        public boolean isSame​(InsnNode obj)
        Description copied from class: InsnNode
        'Soft' equals, don't compare arguments, only instruction specific parameters.
        Overrides:
        isSame in class InsnNode
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class InsnNode