Class JavaObjectFieldAccessOperator
- java.lang.Object
-
- com.scriptbasic.executors.AbstractExpression
-
- com.scriptbasic.executors.operators.AbstractOperator
-
- com.scriptbasic.executors.operators.AbstractBinaryOperator
-
- com.scriptbasic.executors.operators.JavaObjectFieldAccessOperator
-
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression
public class JavaObjectFieldAccessOperator extends AbstractBinaryOperator
This is the highest priority operator (priority 1) that is used to access a field of an object. This operator is the (.) dot operator.- Author:
- Peter Verhas
-
-
Constructor Summary
Constructors Constructor Description JavaObjectFieldAccessOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RightValueevaluate(Interpreter interpreter)-
Methods inherited from class com.scriptbasic.executors.operators.AbstractBinaryOperator
getLeftOperand, getRightOperand, setLeftOperand, setRightOperand
-
-
-
-
Method Detail
-
evaluate
public RightValue evaluate(Interpreter interpreter) throws ScriptBasicException
- Throws:
ScriptBasicException
-
-