Class BasicLeftValue
java.lang.Object
com.scriptbasic.executors.leftvalues.BasicLeftValue
- All Implemented Interfaces:
AnalysisResult,Value,LeftValue
- Author:
- Peter Verhas date June 13, 2012
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddModifier(LeftValueModifier modifier) booleanvoidsetIdentifier(String identifier) voidsetValue(RightValue rightValue, Interpreter interpreter) Assign the value to the left value.
-
Constructor Details
-
BasicLeftValue
public BasicLeftValue()
-
-
Method Details
-
getIdentifier
-
setIdentifier
-
getModifiers
-
hasModifiers
public boolean hasModifiers() -
addModifier
-
setValue
Description copied from interface:LeftValueAssign the value to the left value.- Specified by:
setValuein interfaceLeftValue- Parameters:
rightValue- the value that will be referenced by the left value after the assignmentinterpreter- the interpreter controlling the action- Throws:
ScriptBasicException- if the value can not be assigned for some reason
-