Class ASMInstruction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String mnemonic  
    • Constructor Summary

      Constructors 
      Constructor Description
      ASMInstruction​(java.lang.String mnemonic)
      Creates a new ASMInstruction with the given mnemonic.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMnemonic()  
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • mnemonic

        protected java.lang.String mnemonic
    • Constructor Detail

      • ASMInstruction

        public ASMInstruction​(java.lang.String mnemonic)
        Creates a new ASMInstruction with the given mnemonic.
        Parameters:
        mnemonic - the mnemonic
    • Method Detail

      • getMnemonic

        public java.lang.String getMnemonic()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()