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
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 -
Method Summary
Methods inherited from class com.scriptbasic.executors.operators.AbstractBinaryOperator
getLeftOperand, getRightOperand, setLeftOperand, setRightOperandMethods inherited from class com.scriptbasic.executors.operators.AbstractOperator
getAsBoolean, getAsDouble, getAsLong, getAsObject, getAsString
-
Constructor Details
-
JavaObjectFieldAccessOperator
public JavaObjectFieldAccessOperator()
-
-
Method Details
-
evaluate
- Throws:
ScriptBasicException
-