Uses of Class
com.scriptbasic.executors.rightvalues.BasicLongValue
-
Packages that use BasicLongValue Package Description com.scriptbasic.executors.operators -
-
Uses of BasicLongValue in com.scriptbasic.executors.operators
Methods in com.scriptbasic.executors.operators with parameters of type BasicLongValue Modifier and Type Method Description protected abstract java.lang.BooleanAbstractCompareOperator. compareTo(BasicLongValue l, RightValue op)protected java.lang.BooleanEqualsOperator. compareTo(BasicLongValue f, RightValue op)protected java.lang.BooleanGreaterOrEqualOperator. compareTo(BasicLongValue f, RightValue op)protected java.lang.BooleanGreaterThanOperator. compareTo(BasicLongValue f, RightValue op)protected java.lang.BooleanLessOrEqualOperator. compareTo(BasicLongValue f, RightValue op)protected java.lang.BooleanLessThanOperator. compareTo(BasicLongValue f, RightValue op)protected java.lang.BooleanNotEqualOperator. compareTo(BasicLongValue f, RightValue op)
-