Class BasicLeftValue

    • Constructor Detail

      • BasicLeftValue

        public BasicLeftValue()
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
      • hasModifiers

        public boolean hasModifiers()
      • setValue

        public void setValue​(RightValue rightValue,
                             Interpreter interpreter)
                      throws ScriptBasicException
        Description copied from interface: LeftValue
        Assign the value to the left value.
        Specified by:
        setValue in interface LeftValue
        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