Class GreaterThanOperator
java.lang.Object
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression
public class GreaterThanOperator extends AbstractCompareOperator
-
Constructor Summary
Constructors Constructor Description GreaterThanOperator() -
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
-
GreaterThanOperator
public GreaterThanOperator()
-
-
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
-