public class PropertyPathBaseListener extends Object implements PropertyPathListener
PropertyPathListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
PropertyPathBaseListener() |
public void enterParsePath(PropertyPathParser.ParsePathContext ctx)
PropertyPathParser.parsePath().
The default implementation does nothing.
enterParsePath in interface PropertyPathListenerctx - the parse treepublic void exitParsePath(PropertyPathParser.ParsePathContext ctx)
PropertyPathParser.parsePath().
The default implementation does nothing.
exitParsePath in interface PropertyPathListenerctx - the parse treepublic void enterParseProperty(PropertyPathParser.ParsePropertyContext ctx)
PropertyPathParser.parseProperty().
The default implementation does nothing.
enterParseProperty in interface PropertyPathListenerctx - the parse treepublic void exitParseProperty(PropertyPathParser.ParsePropertyContext ctx)
PropertyPathParser.parseProperty().
The default implementation does nothing.
exitParseProperty in interface PropertyPathListenerctx - the parse treepublic void enterIndexedOrAny(PropertyPathParser.IndexedOrAnyContext ctx)
PropertyPathParser.indexedOrAny().
The default implementation does nothing.
enterIndexedOrAny in interface PropertyPathListenerctx - the parse treepublic void exitIndexedOrAny(PropertyPathParser.IndexedOrAnyContext ctx)
PropertyPathParser.indexedOrAny().
The default implementation does nothing.
exitIndexedOrAny in interface PropertyPathListenerctx - the parse treepublic void enterProperty(PropertyPathParser.PropertyContext ctx)
PropertyPathParser.property().
The default implementation does nothing.
enterProperty in interface PropertyPathListenerctx - the parse treepublic void exitProperty(PropertyPathParser.PropertyContext ctx)
PropertyPathParser.property().
The default implementation does nothing.
exitProperty in interface PropertyPathListenerctx - the parse treepublic void enterIndex(PropertyPathParser.IndexContext ctx)
PropertyPathParser.index().
The default implementation does nothing.
enterIndex in interface PropertyPathListenerctx - the parse treepublic void exitIndex(PropertyPathParser.IndexContext ctx)
PropertyPathParser.index().
The default implementation does nothing.
exitIndex in interface PropertyPathListenerctx - the parse treepublic void enterKey(PropertyPathParser.KeyContext ctx)
PropertyPathParser.key().
The default implementation does nothing.
enterKey in interface PropertyPathListenerctx - the parse treepublic void exitKey(PropertyPathParser.KeyContext ctx)
PropertyPathParser.key().
The default implementation does nothing.
exitKey in interface PropertyPathListenerctx - the parse treepublic void enterAnyProperty(PropertyPathParser.AnyPropertyContext ctx)
PropertyPathParser.anyProperty().
The default implementation does nothing.
enterAnyProperty in interface PropertyPathListenerctx - the parse treepublic void exitAnyProperty(PropertyPathParser.AnyPropertyContext ctx)
PropertyPathParser.anyProperty().
The default implementation does nothing.
exitAnyProperty in interface PropertyPathListenerctx - the parse treepublic void enterAnyIndex(PropertyPathParser.AnyIndexContext ctx)
PropertyPathParser.anyIndex().
The default implementation does nothing.
enterAnyIndex in interface PropertyPathListenerctx - the parse treepublic void exitAnyIndex(PropertyPathParser.AnyIndexContext ctx)
PropertyPathParser.anyIndex().
The default implementation does nothing.
exitAnyIndex in interface PropertyPathListenerctx - the parse treepublic void enterAnyKey(PropertyPathParser.AnyKeyContext ctx)
PropertyPathParser.anyKey().
The default implementation does nothing.
enterAnyKey in interface PropertyPathListenerctx - the parse treepublic void exitAnyKey(PropertyPathParser.AnyKeyContext ctx)
PropertyPathParser.anyKey().
The default implementation does nothing.
exitAnyKey in interface PropertyPathListenerctx - the parse treepublic void enterAny(PropertyPathParser.AnyContext ctx)
PropertyPathParser.any().
The default implementation does nothing.
enterAny in interface PropertyPathListenerctx - the parse treepublic void exitAny(PropertyPathParser.AnyContext ctx)
PropertyPathParser.any().
The default implementation does nothing.
exitAny in interface PropertyPathListenerctx - 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 © 2016. All rights reserved.