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.| Constructor and Description |
|---|
XpathBaseListener() |
public void enterMain(XpathParser.MainContext ctx)
XpathParser.main().
The default implementation does nothing.
enterMain in interface XpathListenerctx - the parse treepublic void exitMain(XpathParser.MainContext ctx)
XpathParser.main().
The default implementation does nothing.
exitMain in interface XpathListenerctx - the parse treepublic void enterLocationPath(XpathParser.LocationPathContext ctx)
XpathParser.locationPath().
The default implementation does nothing.
enterLocationPath in interface XpathListenerctx - the parse treepublic void exitLocationPath(XpathParser.LocationPathContext ctx)
XpathParser.locationPath().
The default implementation does nothing.
exitLocationPath in interface XpathListenerctx - the parse treepublic void enterAbsoluteLocationPathNoroot(XpathParser.AbsoluteLocationPathNorootContext ctx)
XpathParser.absoluteLocationPathNoroot().
The default implementation does nothing.
enterAbsoluteLocationPathNoroot in interface XpathListenerctx - the parse treepublic void exitAbsoluteLocationPathNoroot(XpathParser.AbsoluteLocationPathNorootContext ctx)
XpathParser.absoluteLocationPathNoroot().
The default implementation does nothing.
exitAbsoluteLocationPathNoroot in interface XpathListenerctx - the parse treepublic void enterRelativeLocationPath(XpathParser.RelativeLocationPathContext ctx)
XpathParser.relativeLocationPath().
The default implementation does nothing.
enterRelativeLocationPath in interface XpathListenerctx - the parse treepublic void exitRelativeLocationPath(XpathParser.RelativeLocationPathContext ctx)
XpathParser.relativeLocationPath().
The default implementation does nothing.
exitRelativeLocationPath in interface XpathListenerctx - the parse treepublic void enterStep(XpathParser.StepContext ctx)
XpathParser.step().
The default implementation does nothing.
enterStep in interface XpathListenerctx - the parse treepublic void exitStep(XpathParser.StepContext ctx)
XpathParser.step().
The default implementation does nothing.
exitStep in interface XpathListenerctx - the parse treepublic void enterAxisSpecifier(XpathParser.AxisSpecifierContext ctx)
XpathParser.axisSpecifier().
The default implementation does nothing.
enterAxisSpecifier in interface XpathListenerctx - the parse treepublic void exitAxisSpecifier(XpathParser.AxisSpecifierContext ctx)
XpathParser.axisSpecifier().
The default implementation does nothing.
exitAxisSpecifier in interface XpathListenerctx - the parse treepublic void enterNodeTest(XpathParser.NodeTestContext ctx)
XpathParser.nodeTest().
The default implementation does nothing.
enterNodeTest in interface XpathListenerctx - the parse treepublic void exitNodeTest(XpathParser.NodeTestContext ctx)
XpathParser.nodeTest().
The default implementation does nothing.
exitNodeTest in interface XpathListenerctx - the parse treepublic void enterPredicate(XpathParser.PredicateContext ctx)
XpathParser.predicate().
The default implementation does nothing.
enterPredicate in interface XpathListenerctx - the parse treepublic void exitPredicate(XpathParser.PredicateContext ctx)
XpathParser.predicate().
The default implementation does nothing.
exitPredicate in interface XpathListenerctx - the parse treepublic void enterAbbreviatedStep(XpathParser.AbbreviatedStepContext ctx)
XpathParser.abbreviatedStep().
The default implementation does nothing.
enterAbbreviatedStep in interface XpathListenerctx - the parse treepublic void exitAbbreviatedStep(XpathParser.AbbreviatedStepContext ctx)
XpathParser.abbreviatedStep().
The default implementation does nothing.
exitAbbreviatedStep in interface XpathListenerctx - the parse treepublic void enterExpr(XpathParser.ExprContext ctx)
XpathParser.expr().
The default implementation does nothing.
enterExpr in interface XpathListenerctx - the parse treepublic void exitExpr(XpathParser.ExprContext ctx)
XpathParser.expr().
The default implementation does nothing.
exitExpr in interface XpathListenerctx - the parse treepublic void enterPrimaryExpr(XpathParser.PrimaryExprContext ctx)
XpathParser.primaryExpr().
The default implementation does nothing.
enterPrimaryExpr in interface XpathListenerctx - the parse treepublic void exitPrimaryExpr(XpathParser.PrimaryExprContext ctx)
XpathParser.primaryExpr().
The default implementation does nothing.
exitPrimaryExpr in interface XpathListenerctx - the parse treepublic void enterFunctionCall(XpathParser.FunctionCallContext ctx)
XpathParser.functionCall().
The default implementation does nothing.
enterFunctionCall in interface XpathListenerctx - the parse treepublic void exitFunctionCall(XpathParser.FunctionCallContext ctx)
XpathParser.functionCall().
The default implementation does nothing.
exitFunctionCall in interface XpathListenerctx - the parse treepublic void enterUnionExprNoRoot(XpathParser.UnionExprNoRootContext ctx)
XpathParser.unionExprNoRoot().
The default implementation does nothing.
enterUnionExprNoRoot in interface XpathListenerctx - the parse treepublic void exitUnionExprNoRoot(XpathParser.UnionExprNoRootContext ctx)
XpathParser.unionExprNoRoot().
The default implementation does nothing.
exitUnionExprNoRoot in interface XpathListenerctx - the parse treepublic void enterPathExprNoRoot(XpathParser.PathExprNoRootContext ctx)
XpathParser.pathExprNoRoot().
The default implementation does nothing.
enterPathExprNoRoot in interface XpathListenerctx - the parse treepublic void exitPathExprNoRoot(XpathParser.PathExprNoRootContext ctx)
XpathParser.pathExprNoRoot().
The default implementation does nothing.
exitPathExprNoRoot in interface XpathListenerctx - the parse treepublic void enterFilterExpr(XpathParser.FilterExprContext ctx)
XpathParser.filterExpr().
The default implementation does nothing.
enterFilterExpr in interface XpathListenerctx - the parse treepublic void exitFilterExpr(XpathParser.FilterExprContext ctx)
XpathParser.filterExpr().
The default implementation does nothing.
exitFilterExpr in interface XpathListenerctx - the parse treepublic void enterOrExpr(XpathParser.OrExprContext ctx)
XpathParser.orExpr().
The default implementation does nothing.
enterOrExpr in interface XpathListenerctx - the parse treepublic void exitOrExpr(XpathParser.OrExprContext ctx)
XpathParser.orExpr().
The default implementation does nothing.
exitOrExpr in interface XpathListenerctx - the parse treepublic void enterAndExpr(XpathParser.AndExprContext ctx)
XpathParser.andExpr().
The default implementation does nothing.
enterAndExpr in interface XpathListenerctx - the parse treepublic void exitAndExpr(XpathParser.AndExprContext ctx)
XpathParser.andExpr().
The default implementation does nothing.
exitAndExpr in interface XpathListenerctx - the parse treepublic void enterEqualityExpr(XpathParser.EqualityExprContext ctx)
XpathParser.equalityExpr().
The default implementation does nothing.
enterEqualityExpr in interface XpathListenerctx - the parse treepublic void exitEqualityExpr(XpathParser.EqualityExprContext ctx)
XpathParser.equalityExpr().
The default implementation does nothing.
exitEqualityExpr in interface XpathListenerctx - the parse treepublic void enterRelationalExpr(XpathParser.RelationalExprContext ctx)
XpathParser.relationalExpr().
The default implementation does nothing.
enterRelationalExpr in interface XpathListenerctx - the parse treepublic void exitRelationalExpr(XpathParser.RelationalExprContext ctx)
XpathParser.relationalExpr().
The default implementation does nothing.
exitRelationalExpr in interface XpathListenerctx - the parse treepublic void enterAdditiveExpr(XpathParser.AdditiveExprContext ctx)
XpathParser.additiveExpr().
The default implementation does nothing.
enterAdditiveExpr in interface XpathListenerctx - the parse treepublic void exitAdditiveExpr(XpathParser.AdditiveExprContext ctx)
XpathParser.additiveExpr().
The default implementation does nothing.
exitAdditiveExpr in interface XpathListenerctx - the parse treepublic void enterMultiplicativeExpr(XpathParser.MultiplicativeExprContext ctx)
XpathParser.multiplicativeExpr().
The default implementation does nothing.
enterMultiplicativeExpr in interface XpathListenerctx - the parse treepublic void exitMultiplicativeExpr(XpathParser.MultiplicativeExprContext ctx)
XpathParser.multiplicativeExpr().
The default implementation does nothing.
exitMultiplicativeExpr in interface XpathListenerctx - the parse treepublic void enterUnaryExprNoRoot(XpathParser.UnaryExprNoRootContext ctx)
XpathParser.unaryExprNoRoot().
The default implementation does nothing.
enterUnaryExprNoRoot in interface XpathListenerctx - the parse treepublic void exitUnaryExprNoRoot(XpathParser.UnaryExprNoRootContext ctx)
XpathParser.unaryExprNoRoot().
The default implementation does nothing.
exitUnaryExprNoRoot in interface XpathListenerctx - the parse treepublic void enterQName(XpathParser.QNameContext ctx)
XpathParser.qName().
The default implementation does nothing.
enterQName in interface XpathListenerctx - the parse treepublic void exitQName(XpathParser.QNameContext ctx)
XpathParser.qName().
The default implementation does nothing.
exitQName in interface XpathListenerctx - the parse treepublic void enterFunctionName(XpathParser.FunctionNameContext ctx)
XpathParser.functionName().
The default implementation does nothing.
enterFunctionName in interface XpathListenerctx - the parse treepublic void exitFunctionName(XpathParser.FunctionNameContext ctx)
XpathParser.functionName().
The default implementation does nothing.
exitFunctionName in interface XpathListenerctx - the parse treepublic void enterVariableReference(XpathParser.VariableReferenceContext ctx)
XpathParser.variableReference().
The default implementation does nothing.
enterVariableReference in interface XpathListenerctx - the parse treepublic void exitVariableReference(XpathParser.VariableReferenceContext ctx)
XpathParser.variableReference().
The default implementation does nothing.
exitVariableReference in interface XpathListenerctx - the parse treepublic void enterNameTest(XpathParser.NameTestContext ctx)
XpathParser.nameTest().
The default implementation does nothing.
enterNameTest in interface XpathListenerctx - the parse treepublic void exitNameTest(XpathParser.NameTestContext ctx)
XpathParser.nameTest().
The default implementation does nothing.
exitNameTest in interface XpathListenerctx - the parse treepublic void enterNCName(XpathParser.NCNameContext ctx)
XpathParser.nCName().
The default implementation does nothing.
enterNCName in interface XpathListenerctx - the parse treepublic void exitNCName(XpathParser.NCNameContext ctx)
XpathParser.nCName().
The default implementation does nothing.
exitNCName in interface XpathListenerctx - 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 © 2018. All Rights Reserved.