ParseTreeVisitor.visitTerminal

Visit a terminal node, and return a user-defined result of the operation.

@param node The {@link TerminalNode} to visit. @return The result of visiting the node.

interface ParseTreeVisitor
Variant
visitTerminal

Meta