T - The return type of the visit operation. Use Void for
operations with no return type.public interface XpathVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
XpathParser.T visitMain(XpathParser.MainContext ctx)
XpathParser.main().ctx - the parse treeT visitLocationPath(XpathParser.LocationPathContext ctx)
XpathParser.locationPath().ctx - the parse treeT visitAbsoluteLocationPathNoroot(XpathParser.AbsoluteLocationPathNorootContext ctx)
XpathParser.absoluteLocationPathNoroot().ctx - the parse treeT visitRelativeLocationPath(XpathParser.RelativeLocationPathContext ctx)
XpathParser.relativeLocationPath().ctx - the parse treeT visitStep(XpathParser.StepContext ctx)
XpathParser.step().ctx - the parse treeT visitAxisSpecifier(XpathParser.AxisSpecifierContext ctx)
XpathParser.axisSpecifier().ctx - the parse treeT visitNodeTest(XpathParser.NodeTestContext ctx)
XpathParser.nodeTest().ctx - the parse treeT visitPredicate(XpathParser.PredicateContext ctx)
XpathParser.predicate().ctx - the parse treeT visitAbbreviatedStep(XpathParser.AbbreviatedStepContext ctx)
XpathParser.abbreviatedStep().ctx - the parse treeT visitExpr(XpathParser.ExprContext ctx)
XpathParser.expr().ctx - the parse treeT visitPrimaryExpr(XpathParser.PrimaryExprContext ctx)
XpathParser.primaryExpr().ctx - the parse treeT visitFunctionCall(XpathParser.FunctionCallContext ctx)
XpathParser.functionCall().ctx - the parse treeT visitUnionExprNoRoot(XpathParser.UnionExprNoRootContext ctx)
XpathParser.unionExprNoRoot().ctx - the parse treeT visitPathExprNoRoot(XpathParser.PathExprNoRootContext ctx)
XpathParser.pathExprNoRoot().ctx - the parse treeT visitFilterExpr(XpathParser.FilterExprContext ctx)
XpathParser.filterExpr().ctx - the parse treeT visitOrExpr(XpathParser.OrExprContext ctx)
XpathParser.orExpr().ctx - the parse treeT visitAndExpr(XpathParser.AndExprContext ctx)
XpathParser.andExpr().ctx - the parse treeT visitEqualityExpr(XpathParser.EqualityExprContext ctx)
XpathParser.equalityExpr().ctx - the parse treeT visitRelationalExpr(XpathParser.RelationalExprContext ctx)
XpathParser.relationalExpr().ctx - the parse treeT visitAdditiveExpr(XpathParser.AdditiveExprContext ctx)
XpathParser.additiveExpr().ctx - the parse treeT visitMultiplicativeExpr(XpathParser.MultiplicativeExprContext ctx)
XpathParser.multiplicativeExpr().ctx - the parse treeT visitUnaryExprNoRoot(XpathParser.UnaryExprNoRootContext ctx)
XpathParser.unaryExprNoRoot().ctx - the parse treeT visitQName(XpathParser.QNameContext ctx)
XpathParser.qName().ctx - the parse treeT visitFunctionName(XpathParser.FunctionNameContext ctx)
XpathParser.functionName().ctx - the parse treeT visitVariableReference(XpathParser.VariableReferenceContext ctx)
XpathParser.variableReference().ctx - the parse treeT visitNameTest(XpathParser.NameTestContext ctx)
XpathParser.nameTest().ctx - the parse treeT visitNCName(XpathParser.NCNameContext ctx)
XpathParser.nCName().ctx - the parse treeCopyright © 2018. All Rights Reserved.