- Enclosing class:
- Ast
public static class Ast.MatchesAdvanced
extends AstNode
MatchesAdvanced.
-
Field Summary
Fields
Fields inherited from class net.hydromatic.filtex.ast.AstNode
id, op, pos
-
Method Summary
void
accept(net.hydromatic.filtex.ast.AstVisitor visitor,
@Nullable AstNode parent)
Methods inherited from class net.hydromatic.filtex.ast.AstNode
bounds, dateString, digest, high, is, low, summary, toString, type, value, valueString
-
Field Details
-
expression
public final String expression
-
Method Details
-
-
accept
public void accept(net.hydromatic.filtex.ast.AstVisitor visitor,
@Nullable AstNode parent)
- Specified by:
accept in class AstNode
-