public class PathExpressionParserBaseListener extends Object implements PathExpressionParserListener
PathExpressionParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
PathExpressionParserBaseListener() |
public void enterPath(PathExpressionParser.PathContext ctx)
path
labeled alternative in PathExpressionParser.expr().
The default implementation does nothing.
enterPath in interface PathExpressionParserListenerctx - the parse treepublic void exitPath(PathExpressionParser.PathContext ctx)
path
labeled alternative in PathExpressionParser.expr().
The default implementation does nothing.
exitPath in interface PathExpressionParserListenerctx - the parse treepublic void enterId(PathExpressionParser.IdContext ctx)
PathExpressionParser.id().
The default implementation does nothing.
enterId in interface PathExpressionParserListenerctx - the parse treepublic void exitId(PathExpressionParser.IdContext ctx)
PathExpressionParser.id().
The default implementation does nothing.
exitId in interface PathExpressionParserListenerctx - the parse treepublic void enterArray_index(PathExpressionParser.Array_indexContext ctx)
PathExpressionParser.array_index().
The default implementation does nothing.
enterArray_index in interface PathExpressionParserListenerctx - the parse treepublic void exitArray_index(PathExpressionParser.Array_indexContext ctx)
PathExpressionParser.array_index().
The default implementation does nothing.
exitArray_index in interface PathExpressionParserListenerctx - the parse treepublic void enterFunction_path(PathExpressionParser.Function_pathContext ctx)
PathExpressionParser.function_path().
The default implementation does nothing.
enterFunction_path in interface PathExpressionParserListenerctx - the parse treepublic void exitFunction_path(PathExpressionParser.Function_pathContext ctx)
PathExpressionParser.function_path().
The default implementation does nothing.
exitFunction_path in interface PathExpressionParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2021. All rights reserved.