ParseTreeVisitor.visitChildren

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

@param node The {@link RuleNode} whose children should be visited. @return The result of visiting the children of the node.

interface ParseTreeVisitor
Variant
visitChildren

Meta