Class AbstractBinaryOperator
java.lang.Object
com.scriptbasic.executors.AbstractExpression
com.scriptbasic.executors.operators.AbstractOperator
com.scriptbasic.executors.operators.AbstractBinaryOperator
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression
- Direct Known Subclasses:
AbstractBinaryFullCircuitOperator,AbstractShortCircuitBinaryOperator,JavaObjectFieldAccessOperator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetLeftOperand(Expression leftOperand) voidsetRightOperand(Expression rightOperand) Methods inherited from class com.scriptbasic.executors.operators.AbstractOperator
getAsBoolean, getAsDouble, getAsLong, getAsObject, getAsString
-
Constructor Details
-
AbstractBinaryOperator
public AbstractBinaryOperator()
-
-
Method Details
-
getLeftOperand
-
setLeftOperand
-
getRightOperand
-
setRightOperand
-