接口 InjectedArgument

    • 方法详细资料

      • 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.
        参数:
        code - InstructionSequenceBuilder to add the pushing instructions.