Class GreaterOrEqualOperator
java.lang.Object
com.scriptbasic.executors.AbstractExpression
com.scriptbasic.executors.operators.AbstractOperator
com.scriptbasic.executors.operators.AbstractBinaryOperator
com.scriptbasic.executors.operators.AbstractBinaryFullCircuitOperator
com.scriptbasic.executors.operators.AbstractCompareOperator
com.scriptbasic.executors.operators.GreaterOrEqualOperator
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression
- Direct Known Subclasses:
RightSideGreaterOrEqualOperator
public class GreaterOrEqualOperator extends AbstractCompareOperator
-
Constructor Summary
Constructors Constructor Description GreaterOrEqualOperator() -
Method Summary
Modifier and Type Method Description protected java.lang.BooleancompareTo(BasicBooleanValue f, RightValue op)protected java.lang.BooleancompareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleancompareTo(BasicJavaObjectValue f, RightValue op)protected java.lang.BooleancompareTo(BasicLongValue f, RightValue op)protected java.lang.BooleancompareTo(BasicStringValue f, RightValue op)Methods inherited from class com.scriptbasic.executors.operators.AbstractCompareOperator
compareJavaObjectTo, evaluateOnMethods inherited from class com.scriptbasic.executors.operators.AbstractBinaryFullCircuitOperator
evaluate, getLeftOperandEvaluated, getRightOperandEvaluatedMethods inherited from class com.scriptbasic.executors.operators.AbstractBinaryOperator
getLeftOperand, getRightOperand, setLeftOperand, setRightOperand
-
Constructor Details
-
GreaterOrEqualOperator
public GreaterOrEqualOperator()
-
-
Method Details
-
compareTo
protected java.lang.Boolean compareTo(BasicDoubleValue f, RightValue op) throws BasicRuntimeException- Specified by:
compareToin classAbstractCompareOperator- Throws:
BasicRuntimeException
-
compareTo
protected java.lang.Boolean compareTo(BasicLongValue f, RightValue op) throws BasicRuntimeException- Specified by:
compareToin classAbstractCompareOperator- Throws:
BasicRuntimeException
-
compareTo
protected java.lang.Boolean compareTo(BasicStringValue f, RightValue op) throws BasicRuntimeException- Specified by:
compareToin classAbstractCompareOperator- Throws:
BasicRuntimeException
-
compareTo
protected java.lang.Boolean compareTo(BasicJavaObjectValue f, RightValue op) throws BasicRuntimeException- Specified by:
compareToin classAbstractCompareOperator- Throws:
BasicRuntimeException
-
compareTo
- Specified by:
compareToin classAbstractCompareOperator
-