SyntaxNodeVisitor
Visitor for transforming or inspecting the typed concrete syntax tree.
Default dispatch methods route broad node categories to the most specific visit method. A visitor must implement theory nodes and the concrete term/operator leaves it intends to handle; visitClause and visitParenthesizedExpression discard only their syntactic wrapper by default.
Type Parameters
result type returned for every visited node
Functions
Dispatches node to its broad expression, clause, or theory category.
Visits a non-empty brace block.
Visits node's expression by default.
Dispatches node to a term or operator-expression visit method.
Visits a numeric literal.
Visits a resolved operator expression.
Visits the enclosed expression by default.
Visits an atom or compound structure.
Visits a complete theory node.
Visits a variable.