ParseTreeVisitor.visitErrorNode

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

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

interface ParseTreeVisitor(T)
T
visitErrorNode
(
ErrorNode node
)

Meta