public class QueryPathBaseListener extends Object implements QueryPathListener
QueryPathListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
QueryPathBaseListener() |
public void enterMain(QueryPathParser.MainContext ctx)
QueryPathParser.main().
The default implementation does nothing.
enterMain in interface QueryPathListenerctx - the parse treepublic void exitMain(QueryPathParser.MainContext ctx)
QueryPathParser.main().
The default implementation does nothing.
exitMain in interface QueryPathListenerctx - the parse treepublic void enterQueryPath(QueryPathParser.QueryPathContext ctx)
QueryPathParser.queryPath().
The default implementation does nothing.
enterQueryPath in interface QueryPathListenerctx - the parse treepublic void exitQueryPath(QueryPathParser.QueryPathContext ctx)
QueryPathParser.queryPath().
The default implementation does nothing.
exitQueryPath in interface QueryPathListenerctx - the parse treepublic void enterFetchPath(QueryPathParser.FetchPathContext ctx)
QueryPathParser.fetchPath().
The default implementation does nothing.
enterFetchPath in interface QueryPathListenerctx - the parse treepublic void exitFetchPath(QueryPathParser.FetchPathContext ctx)
QueryPathParser.fetchPath().
The default implementation does nothing.
exitFetchPath in interface QueryPathListenerctx - the parse treepublic void enterFetchNode(QueryPathParser.FetchNodeContext ctx)
QueryPathParser.fetchNode(boolean).
The default implementation does nothing.
enterFetchNode in interface QueryPathListenerctx - the parse treepublic void exitFetchNode(QueryPathParser.FetchNodeContext ctx)
QueryPathParser.fetchNode(boolean).
The default implementation does nothing.
exitFetchNode in interface QueryPathListenerctx - the parse treepublic void enterSimpleOrderPath(QueryPathParser.SimpleOrderPathContext ctx)
QueryPathParser.simpleOrderPath().
The default implementation does nothing.
enterSimpleOrderPath in interface QueryPathListenerctx - the parse treepublic void exitSimpleOrderPath(QueryPathParser.SimpleOrderPathContext ctx)
QueryPathParser.simpleOrderPath().
The default implementation does nothing.
exitSimpleOrderPath in interface QueryPathListenerctx - the parse treepublic void enterSingleOrderPath(QueryPathParser.SingleOrderPathContext ctx)
QueryPathParser.singleOrderPath().
The default implementation does nothing.
enterSingleOrderPath in interface QueryPathListenerctx - the parse treepublic void exitSingleOrderPath(QueryPathParser.SingleOrderPathContext ctx)
QueryPathParser.singleOrderPath().
The default implementation does nothing.
exitSingleOrderPath in interface QueryPathListenerctx - the parse treepublic void enterOrderNode(QueryPathParser.OrderNodeContext ctx)
QueryPathParser.orderNode(boolean).
The default implementation does nothing.
enterOrderNode in interface QueryPathListenerctx - the parse treepublic void exitOrderNode(QueryPathParser.OrderNodeContext ctx)
QueryPathParser.orderNode(boolean).
The default implementation does nothing.
exitOrderNode in interface QueryPathListenerctx - 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 © 2015. All rights reserved.