Uses of Class
com.scriptbasic.executors.rightvalues.BasicBooleanValue
-
Packages that use BasicBooleanValue Package Description com.scriptbasic.executors.operators com.scriptbasic.spi -
-
Uses of BasicBooleanValue in com.scriptbasic.executors.operators
Methods in com.scriptbasic.executors.operators with parameters of type BasicBooleanValue Modifier and Type Method Description protected abstract java.lang.BooleanAbstractCompareOperator. compareTo(BasicBooleanValue s, RightValue op)protected java.lang.BooleanEqualsOperator. compareTo(BasicBooleanValue f, RightValue op)protected java.lang.BooleanGreaterOrEqualOperator. compareTo(BasicBooleanValue f, RightValue op)protected java.lang.BooleanGreaterThanOperator. compareTo(BasicBooleanValue f, RightValue op)protected java.lang.BooleanLessOrEqualOperator. compareTo(BasicBooleanValue f, RightValue op)protected java.lang.BooleanLessThanOperator. compareTo(BasicBooleanValue f, RightValue op)protected java.lang.BooleanNotEqualOperator. compareTo(BasicBooleanValue f, RightValue op) -
Uses of BasicBooleanValue in com.scriptbasic.spi
Fields in com.scriptbasic.spi declared as BasicBooleanValue Modifier and Type Field Description static BasicBooleanValueBasicValue. FALSEstatic BasicBooleanValueBasicValue. TRUE
-