Uses of Enum Class
net.hydromatic.filtex.ast.Bound
Packages that use Bound
-
Uses of Bound in net.hydromatic.filtex.ast
Methods in net.hydromatic.filtex.ast that return BoundModifier and TypeMethodDescriptionBound.flip()Returns the bound with the reverse sense.static BoundReturns the enum constant of this class with the specified name.static Bound[]Bound.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.hydromatic.filtex.ast with parameters of type BoundModifier and TypeMethodDescriptionAstBuilder.between(boolean is, Bound leftBound, Bound rightBound, @Nullable BigDecimal left, @Nullable BigDecimal right) Creates a term representing a range, such as "[0, 10)", or a comparison, such as "> 5".