Uses of Enum Class
net.hydromatic.filtex.ast.Op
Packages that use Op
Package
Description
Filter expressions.
Abstract syntax tree (AST).
Parser.
-
Uses of Op in net.hydromatic.filtex
Methods in net.hydromatic.filtex with parameters of type OpModifier and TypeMethodDescriptionstatic AstNodeTransforms.mergeMultiValueNodes(AstNode root, Op type, boolean mergeDifferentIsValue) Transforms the AST by combining sequential nodes of the same type into a single node. -
Uses of Op in net.hydromatic.filtex.ast
Fields in net.hydromatic.filtex.ast declared as OpMethods in net.hydromatic.filtex.ast that return OpModifier and TypeMethodDescriptionOp.beforeAfter(boolean before) static OpReturns the enum constant of this class with the specified name.static Op[]Op.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 OpModifier and TypeMethodDescriptionAstBuilder.between(Op op, boolean is, BigDecimal number) Creates a term representing a one-sided range, such as "> 10" or "<= 0".AstBuilder.comparison(boolean is, Op op, Comparable value) Creates a comparison.AstBuilder.comparison(boolean is, Op op, Iterable<Comparable> value) Appends a call to an infix operator.Appends a call to a prefix operator.AstBuilder.relative1(boolean before, Op op, DatetimeUnit unit) AstBuilder.thisUnit(Op op, DatetimeUnit unit) Constructors in net.hydromatic.filtex.ast with parameters of type Op -
Uses of Op in net.hydromatic.filtex.parse
Methods in net.hydromatic.filtex.parse that return Op