Uses of Class
net.hydromatic.filtex.ast.Ast.Comparison
Packages that use Ast.Comparison
-
Uses of Ast.Comparison in net.hydromatic.filtex.ast
Methods in net.hydromatic.filtex.ast that return Ast.ComparisonModifier and TypeMethodDescriptionAstBuilder.comparison(boolean is, Op op, Comparable value) Creates a comparison.AstBuilder.comparison(boolean is, Op op, Iterable<Comparable> value) AstBuilder.numberLiteral(boolean is, BigDecimal value) Creates a number literal.AstBuilder.stringLiteral(boolean is, String value) Creates a string literal.Methods in net.hydromatic.filtex.ast with parameters of type Ast.ComparisonModifier and TypeMethodDescriptionvoidAstVisitorImpl.visit(Ast.Comparison literal, @Nullable AstNode parent)