public class PathBaseListener extends Object implements PathListener
PathListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
PathBaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterMatchedName(PathParser.MatchedNameContext ctx)
Enter a parse tree produced by
PathParser.matchedName(). |
void |
enterName(PathParser.NameContext ctx)
Enter a parse tree produced by
PathParser.name(). |
void |
enterNode(PathParser.NodeContext ctx)
Enter a parse tree produced by
PathParser.node(). |
void |
enterPath(PathParser.PathContext ctx)
Enter a parse tree produced by
PathParser.path(). |
void |
enterRoot(PathParser.RootContext ctx)
Enter a parse tree produced by
PathParser.root(). |
void |
enterSkip(PathParser.SkipContext ctx)
Enter a parse tree produced by
PathParser.skip(). |
void |
enterSkipElememt(PathParser.SkipElememtContext ctx)
Enter a parse tree produced by
PathParser.skipElememt(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitMatchedName(PathParser.MatchedNameContext ctx)
Exit a parse tree produced by
PathParser.matchedName(). |
void |
exitName(PathParser.NameContext ctx)
Exit a parse tree produced by
PathParser.name(). |
void |
exitNode(PathParser.NodeContext ctx)
Exit a parse tree produced by
PathParser.node(). |
void |
exitPath(PathParser.PathContext ctx)
Exit a parse tree produced by
PathParser.path(). |
void |
exitRoot(PathParser.RootContext ctx)
Exit a parse tree produced by
PathParser.root(). |
void |
exitSkip(PathParser.SkipContext ctx)
Exit a parse tree produced by
PathParser.skip(). |
void |
exitSkipElememt(PathParser.SkipElememtContext ctx)
Exit a parse tree produced by
PathParser.skipElememt(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterPath(PathParser.PathContext ctx)
PathParser.path().
The default implementation does nothing.
enterPath in interface PathListenerctx - the parse treepublic void exitPath(PathParser.PathContext ctx)
PathParser.path().
The default implementation does nothing.
exitPath in interface PathListenerctx - the parse treepublic void enterRoot(PathParser.RootContext ctx)
PathParser.root().
The default implementation does nothing.
enterRoot in interface PathListenerctx - the parse treepublic void exitRoot(PathParser.RootContext ctx)
PathParser.root().
The default implementation does nothing.
exitRoot in interface PathListenerctx - the parse treepublic void enterNode(PathParser.NodeContext ctx)
PathParser.node().
The default implementation does nothing.
enterNode in interface PathListenerctx - the parse treepublic void exitNode(PathParser.NodeContext ctx)
PathParser.node().
The default implementation does nothing.
exitNode in interface PathListenerctx - the parse treepublic void enterName(PathParser.NameContext ctx)
PathParser.name().
The default implementation does nothing.
enterName in interface PathListenerctx - the parse treepublic void exitName(PathParser.NameContext ctx)
PathParser.name().
The default implementation does nothing.
exitName in interface PathListenerctx - the parse treepublic void enterMatchedName(PathParser.MatchedNameContext ctx)
PathParser.matchedName().
The default implementation does nothing.
enterMatchedName in interface PathListenerctx - the parse treepublic void exitMatchedName(PathParser.MatchedNameContext ctx)
PathParser.matchedName().
The default implementation does nothing.
exitMatchedName in interface PathListenerctx - the parse treepublic void enterSkip(PathParser.SkipContext ctx)
PathParser.skip().
The default implementation does nothing.
enterSkip in interface PathListenerctx - the parse treepublic void exitSkip(PathParser.SkipContext ctx)
PathParser.skip().
The default implementation does nothing.
exitSkip in interface PathListenerctx - the parse treepublic void enterSkipElememt(PathParser.SkipElememtContext ctx)
PathParser.skipElememt().
The default implementation does nothing.
enterSkipElememt in interface PathListenerctx - the parse treepublic void exitSkipElememt(PathParser.SkipElememtContext ctx)
PathParser.skipElememt().
The default implementation does nothing.
exitSkipElememt in interface PathListenerctx - 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.