ParseTreeVisitor.visit

Visit a parse tree, and return a user-defined result of the operation.

@param tree The {@link ParseTree} to visit. @return The result of visiting the parse tree.

interface ParseTreeVisitor
Variant
visit

Meta