Package net.hydromatic.filtex.ast
Class AstVisitorImpl
java.lang.Object
net.hydromatic.filtex.ast.AstVisitorImpl
Basic implementation of
AstVisitor
that recursively visits children.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after the first child and before the second child of a node with two children.voidvoidvoidvoidvisit(Ast.Comparison literal, @Nullable AstNode parent) voidvisit(Ast.MatchesAdvanced matchesAdvanced, @Nullable AstNode parent) voidvisit(Ast.NumericRange range, @Nullable AstNode parent)
-
Constructor Details
-
AstVisitorImpl
public AstVisitorImpl()
-
-
Method Details
-
infix
Called after the first child and before the second child of a node with two children. -
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-