T - The return type of the visit operation. Use Void for
operations with no return type.public interface QueryPathVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
QueryPathParser.| Modifier and Type | Method and Description |
|---|---|
T |
visitFetchNode(QueryPathParser.FetchNodeContext ctx)
Visit a parse tree produced by
QueryPathParser.fetchNode(boolean). |
T |
visitFetchPath(QueryPathParser.FetchPathContext ctx)
Visit a parse tree produced by
QueryPathParser.fetchPath(). |
T |
visitMain(QueryPathParser.MainContext ctx)
Visit a parse tree produced by
QueryPathParser.main(). |
T |
visitOrderNode(QueryPathParser.OrderNodeContext ctx)
Visit a parse tree produced by
QueryPathParser.orderNode(boolean). |
T |
visitQueryPath(QueryPathParser.QueryPathContext ctx)
Visit a parse tree produced by
QueryPathParser.queryPath(). |
T |
visitSimpleOrderPath(QueryPathParser.SimpleOrderPathContext ctx)
Visit a parse tree produced by
QueryPathParser.simpleOrderPath(). |
T |
visitSingleOrderPath(QueryPathParser.SingleOrderPathContext ctx)
Visit a parse tree produced by
QueryPathParser.singleOrderPath(). |
T visitMain(QueryPathParser.MainContext ctx)
QueryPathParser.main().ctx - the parse treeT visitQueryPath(QueryPathParser.QueryPathContext ctx)
QueryPathParser.queryPath().ctx - the parse treeT visitFetchPath(QueryPathParser.FetchPathContext ctx)
QueryPathParser.fetchPath().ctx - the parse treeT visitFetchNode(QueryPathParser.FetchNodeContext ctx)
QueryPathParser.fetchNode(boolean).ctx - the parse treeT visitSimpleOrderPath(QueryPathParser.SimpleOrderPathContext ctx)
QueryPathParser.simpleOrderPath().ctx - the parse treeT visitSingleOrderPath(QueryPathParser.SingleOrderPathContext ctx)
QueryPathParser.singleOrderPath().ctx - the parse treeT visitOrderNode(QueryPathParser.OrderNodeContext ctx)
QueryPathParser.orderNode(boolean).ctx - the parse treeCopyright © 2015. All rights reserved.