Interface InjectedArgument

    • Method Detail

      • getValue

        java.lang.Object getValue()
      • getInternalType

        java.lang.String getInternalType()
      • pushToStack

        default void pushToStack​(InstructionSequenceBuilder code)
        Pushes an argument to the stack, adjusting the internal type in case it is an array.
        Parameters:
        code - InstructionSequenceBuilder to add the pushing instructions.