Class LocalVariable

    • Constructor Detail

      • LocalVariable

        public LocalVariable​(int targetVariableIndex,
                             java.lang.String internalType)
    • Method Detail

      • getTargetVariableIndex

        public int getTargetVariableIndex()
      • pushToStack

        public void pushToStack​(InstructionSequenceBuilder code)
        Description copied from interface: InjectedArgument
        Pushes an argument to the stack, adjusting the internal type in case it is an array.
        Specified by:
        pushToStack in interface InjectedArgument
        Parameters:
        code - InstructionSequenceBuilder to add the pushing instructions.