Interface LeftValue

    • Method Detail

      • setValue

        void setValue​(RightValue rightValue,
                      Interpreter interpreter)
               throws ScriptBasicException
        Assign the value to the left value.
        Parameters:
        rightValue - the value that will be referenced by the left value after the assignment
        interpreter - the interpreter controlling the action
        Throws:
        ScriptBasicException - if the value can not be assigned for some reason