public class XpathBaseListener extends java.lang.Object implements XpathListener
XpathListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
XpathBaseListener() |
public void enterMain(XpathParser.MainContext ctx)
XpathParser.main().
The default implementation does nothing.
enterMain 在接口中 XpathListenerctx - the parse treepublic void exitMain(XpathParser.MainContext ctx)
XpathParser.main().
The default implementation does nothing.
exitMain 在接口中 XpathListenerctx - the parse treepublic void enterLocationPath(XpathParser.LocationPathContext ctx)
XpathParser.locationPath().
The default implementation does nothing.
enterLocationPath 在接口中 XpathListenerctx - the parse treepublic void exitLocationPath(XpathParser.LocationPathContext ctx)
XpathParser.locationPath().
The default implementation does nothing.
exitLocationPath 在接口中 XpathListenerctx - the parse treepublic void enterAbsoluteLocationPathNoroot(XpathParser.AbsoluteLocationPathNorootContext ctx)
XpathParser.absoluteLocationPathNoroot().
The default implementation does nothing.
enterAbsoluteLocationPathNoroot 在接口中 XpathListenerctx - the parse treepublic void exitAbsoluteLocationPathNoroot(XpathParser.AbsoluteLocationPathNorootContext ctx)
XpathParser.absoluteLocationPathNoroot().
The default implementation does nothing.
exitAbsoluteLocationPathNoroot 在接口中 XpathListenerctx - the parse treepublic void enterRelativeLocationPath(XpathParser.RelativeLocationPathContext ctx)
XpathParser.relativeLocationPath().
The default implementation does nothing.
enterRelativeLocationPath 在接口中 XpathListenerctx - the parse treepublic void exitRelativeLocationPath(XpathParser.RelativeLocationPathContext ctx)
XpathParser.relativeLocationPath().
The default implementation does nothing.
exitRelativeLocationPath 在接口中 XpathListenerctx - the parse treepublic void enterStep(XpathParser.StepContext ctx)
XpathParser.step().
The default implementation does nothing.
enterStep 在接口中 XpathListenerctx - the parse treepublic void exitStep(XpathParser.StepContext ctx)
XpathParser.step().
The default implementation does nothing.
exitStep 在接口中 XpathListenerctx - the parse treepublic void enterAxisSpecifier(XpathParser.AxisSpecifierContext ctx)
XpathParser.axisSpecifier().
The default implementation does nothing.
enterAxisSpecifier 在接口中 XpathListenerctx - the parse treepublic void exitAxisSpecifier(XpathParser.AxisSpecifierContext ctx)
XpathParser.axisSpecifier().
The default implementation does nothing.
exitAxisSpecifier 在接口中 XpathListenerctx - the parse treepublic void enterNodeTest(XpathParser.NodeTestContext ctx)
XpathParser.nodeTest().
The default implementation does nothing.
enterNodeTest 在接口中 XpathListenerctx - the parse treepublic void exitNodeTest(XpathParser.NodeTestContext ctx)
XpathParser.nodeTest().
The default implementation does nothing.
exitNodeTest 在接口中 XpathListenerctx - the parse treepublic void enterPredicate(XpathParser.PredicateContext ctx)
XpathParser.predicate().
The default implementation does nothing.
enterPredicate 在接口中 XpathListenerctx - the parse treepublic void exitPredicate(XpathParser.PredicateContext ctx)
XpathParser.predicate().
The default implementation does nothing.
exitPredicate 在接口中 XpathListenerctx - the parse treepublic void enterAbbreviatedStep(XpathParser.AbbreviatedStepContext ctx)
XpathParser.abbreviatedStep().
The default implementation does nothing.
enterAbbreviatedStep 在接口中 XpathListenerctx - the parse treepublic void exitAbbreviatedStep(XpathParser.AbbreviatedStepContext ctx)
XpathParser.abbreviatedStep().
The default implementation does nothing.
exitAbbreviatedStep 在接口中 XpathListenerctx - the parse treepublic void enterExpr(XpathParser.ExprContext ctx)
XpathParser.expr().
The default implementation does nothing.
enterExpr 在接口中 XpathListenerctx - the parse treepublic void exitExpr(XpathParser.ExprContext ctx)
XpathParser.expr().
The default implementation does nothing.
exitExpr 在接口中 XpathListenerctx - the parse treepublic void enterPrimaryExpr(XpathParser.PrimaryExprContext ctx)
XpathParser.primaryExpr().
The default implementation does nothing.
enterPrimaryExpr 在接口中 XpathListenerctx - the parse treepublic void exitPrimaryExpr(XpathParser.PrimaryExprContext ctx)
XpathParser.primaryExpr().
The default implementation does nothing.
exitPrimaryExpr 在接口中 XpathListenerctx - the parse treepublic void enterFunctionCall(XpathParser.FunctionCallContext ctx)
XpathParser.functionCall().
The default implementation does nothing.
enterFunctionCall 在接口中 XpathListenerctx - the parse treepublic void exitFunctionCall(XpathParser.FunctionCallContext ctx)
XpathParser.functionCall().
The default implementation does nothing.
exitFunctionCall 在接口中 XpathListenerctx - the parse treepublic void enterUnionExprNoRoot(XpathParser.UnionExprNoRootContext ctx)
XpathParser.unionExprNoRoot().
The default implementation does nothing.
enterUnionExprNoRoot 在接口中 XpathListenerctx - the parse treepublic void exitUnionExprNoRoot(XpathParser.UnionExprNoRootContext ctx)
XpathParser.unionExprNoRoot().
The default implementation does nothing.
exitUnionExprNoRoot 在接口中 XpathListenerctx - the parse treepublic void enterPathExprNoRoot(XpathParser.PathExprNoRootContext ctx)
XpathParser.pathExprNoRoot().
The default implementation does nothing.
enterPathExprNoRoot 在接口中 XpathListenerctx - the parse treepublic void exitPathExprNoRoot(XpathParser.PathExprNoRootContext ctx)
XpathParser.pathExprNoRoot().
The default implementation does nothing.
exitPathExprNoRoot 在接口中 XpathListenerctx - the parse treepublic void enterFilterExpr(XpathParser.FilterExprContext ctx)
XpathParser.filterExpr().
The default implementation does nothing.
enterFilterExpr 在接口中 XpathListenerctx - the parse treepublic void exitFilterExpr(XpathParser.FilterExprContext ctx)
XpathParser.filterExpr().
The default implementation does nothing.
exitFilterExpr 在接口中 XpathListenerctx - the parse treepublic void enterOrExpr(XpathParser.OrExprContext ctx)
XpathParser.orExpr().
The default implementation does nothing.
enterOrExpr 在接口中 XpathListenerctx - the parse treepublic void exitOrExpr(XpathParser.OrExprContext ctx)
XpathParser.orExpr().
The default implementation does nothing.
exitOrExpr 在接口中 XpathListenerctx - the parse treepublic void enterAndExpr(XpathParser.AndExprContext ctx)
XpathParser.andExpr().
The default implementation does nothing.
enterAndExpr 在接口中 XpathListenerctx - the parse treepublic void exitAndExpr(XpathParser.AndExprContext ctx)
XpathParser.andExpr().
The default implementation does nothing.
exitAndExpr 在接口中 XpathListenerctx - the parse treepublic void enterEqualityExpr(XpathParser.EqualityExprContext ctx)
XpathParser.equalityExpr().
The default implementation does nothing.
enterEqualityExpr 在接口中 XpathListenerctx - the parse treepublic void exitEqualityExpr(XpathParser.EqualityExprContext ctx)
XpathParser.equalityExpr().
The default implementation does nothing.
exitEqualityExpr 在接口中 XpathListenerctx - the parse treepublic void enterRelationalExpr(XpathParser.RelationalExprContext ctx)
XpathParser.relationalExpr().
The default implementation does nothing.
enterRelationalExpr 在接口中 XpathListenerctx - the parse treepublic void exitRelationalExpr(XpathParser.RelationalExprContext ctx)
XpathParser.relationalExpr().
The default implementation does nothing.
exitRelationalExpr 在接口中 XpathListenerctx - the parse treepublic void enterAdditiveExpr(XpathParser.AdditiveExprContext ctx)
XpathParser.additiveExpr().
The default implementation does nothing.
enterAdditiveExpr 在接口中 XpathListenerctx - the parse treepublic void exitAdditiveExpr(XpathParser.AdditiveExprContext ctx)
XpathParser.additiveExpr().
The default implementation does nothing.
exitAdditiveExpr 在接口中 XpathListenerctx - the parse treepublic void enterMultiplicativeExpr(XpathParser.MultiplicativeExprContext ctx)
XpathParser.multiplicativeExpr().
The default implementation does nothing.
enterMultiplicativeExpr 在接口中 XpathListenerctx - the parse treepublic void exitMultiplicativeExpr(XpathParser.MultiplicativeExprContext ctx)
XpathParser.multiplicativeExpr().
The default implementation does nothing.
exitMultiplicativeExpr 在接口中 XpathListenerctx - the parse treepublic void enterUnaryExprNoRoot(XpathParser.UnaryExprNoRootContext ctx)
XpathParser.unaryExprNoRoot().
The default implementation does nothing.
enterUnaryExprNoRoot 在接口中 XpathListenerctx - the parse treepublic void exitUnaryExprNoRoot(XpathParser.UnaryExprNoRootContext ctx)
XpathParser.unaryExprNoRoot().
The default implementation does nothing.
exitUnaryExprNoRoot 在接口中 XpathListenerctx - the parse treepublic void enterQName(XpathParser.QNameContext ctx)
XpathParser.qName().
The default implementation does nothing.
enterQName 在接口中 XpathListenerctx - the parse treepublic void exitQName(XpathParser.QNameContext ctx)
XpathParser.qName().
The default implementation does nothing.
exitQName 在接口中 XpathListenerctx - the parse treepublic void enterFunctionName(XpathParser.FunctionNameContext ctx)
XpathParser.functionName().
The default implementation does nothing.
enterFunctionName 在接口中 XpathListenerctx - the parse treepublic void exitFunctionName(XpathParser.FunctionNameContext ctx)
XpathParser.functionName().
The default implementation does nothing.
exitFunctionName 在接口中 XpathListenerctx - the parse treepublic void enterVariableReference(XpathParser.VariableReferenceContext ctx)
XpathParser.variableReference().
The default implementation does nothing.
enterVariableReference 在接口中 XpathListenerctx - the parse treepublic void exitVariableReference(XpathParser.VariableReferenceContext ctx)
XpathParser.variableReference().
The default implementation does nothing.
exitVariableReference 在接口中 XpathListenerctx - the parse treepublic void enterNameTest(XpathParser.NameTestContext ctx)
XpathParser.nameTest().
The default implementation does nothing.
enterNameTest 在接口中 XpathListenerctx - the parse treepublic void exitNameTest(XpathParser.NameTestContext ctx)
XpathParser.nameTest().
The default implementation does nothing.
exitNameTest 在接口中 XpathListenerctx - the parse treepublic void enterNCName(XpathParser.NCNameContext ctx)
XpathParser.nCName().
The default implementation does nothing.
enterNCName 在接口中 XpathListenerctx - the parse treepublic void exitNCName(XpathParser.NCNameContext ctx)
XpathParser.nCName().
The default implementation does nothing.
exitNCName 在接口中 XpathListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2018. All Rights Reserved.