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(@NotNull
PropertyPathParser.ParsePathContext ctx)
PropertyPathParser.parsePath().
The default implementation does nothing.
enterParsePath in interface PropertyPathListenerctx - the parse treepublic void exitParsePath(@NotNull
PropertyPathParser.ParsePathContext ctx)
PropertyPathParser.parsePath().
The default implementation does nothing.
exitParsePath in interface PropertyPathListenerctx - the parse treepublic void enterParseProperty(@NotNull
PropertyPathParser.ParsePropertyContext ctx)
PropertyPathParser.parseProperty().
The default implementation does nothing.
enterParseProperty in interface PropertyPathListenerctx - the parse treepublic void exitParseProperty(@NotNull
PropertyPathParser.ParsePropertyContext ctx)
PropertyPathParser.parseProperty().
The default implementation does nothing.
exitParseProperty in interface PropertyPathListenerctx - the parse treepublic void enterProperty(@NotNull
PropertyPathParser.PropertyContext ctx)
PropertyPathParser.property().
The default implementation does nothing.
enterProperty in interface PropertyPathListenerctx - the parse treepublic void exitProperty(@NotNull
PropertyPathParser.PropertyContext ctx)
PropertyPathParser.property().
The default implementation does nothing.
exitProperty in interface PropertyPathListenerctx - the parse treepublic void enterIndexedOrAny(@NotNull
PropertyPathParser.IndexedOrAnyContext ctx)
PropertyPathParser.indexedOrAny().
The default implementation does nothing.
enterIndexedOrAny in interface PropertyPathListenerctx - the parse treepublic void exitIndexedOrAny(@NotNull
PropertyPathParser.IndexedOrAnyContext ctx)
PropertyPathParser.indexedOrAny().
The default implementation does nothing.
exitIndexedOrAny in interface PropertyPathListenerctx - the parse treepublic void enterIndex(@NotNull
PropertyPathParser.IndexContext ctx)
PropertyPathParser.index().
The default implementation does nothing.
enterIndex in interface PropertyPathListenerctx - the parse treepublic void exitIndex(@NotNull
PropertyPathParser.IndexContext ctx)
PropertyPathParser.index().
The default implementation does nothing.
exitIndex in interface PropertyPathListenerctx - the parse treepublic void enterKey(@NotNull
PropertyPathParser.KeyContext ctx)
PropertyPathParser.key().
The default implementation does nothing.
enterKey in interface PropertyPathListenerctx - the parse treepublic void exitKey(@NotNull
PropertyPathParser.KeyContext ctx)
PropertyPathParser.key().
The default implementation does nothing.
exitKey in interface PropertyPathListenerctx - the parse treepublic void enterAnyIndex(@NotNull
PropertyPathParser.AnyIndexContext ctx)
PropertyPathParser.anyIndex().
The default implementation does nothing.
enterAnyIndex in interface PropertyPathListenerctx - the parse treepublic void exitAnyIndex(@NotNull
PropertyPathParser.AnyIndexContext ctx)
PropertyPathParser.anyIndex().
The default implementation does nothing.
exitAnyIndex in interface PropertyPathListenerctx - the parse treepublic void enterAnyKey(@NotNull
PropertyPathParser.AnyKeyContext ctx)
PropertyPathParser.anyKey().
The default implementation does nothing.
enterAnyKey in interface PropertyPathListenerctx - the parse treepublic void exitAnyKey(@NotNull
PropertyPathParser.AnyKeyContext ctx)
PropertyPathParser.anyKey().
The default implementation does nothing.
exitAnyKey in interface PropertyPathListenerctx - the parse treepublic void enterAny(@NotNull
PropertyPathParser.AnyContext ctx)
PropertyPathParser.any().
The default implementation does nothing.
enterAny in interface PropertyPathListenerctx - the parse treepublic void exitAny(@NotNull
PropertyPathParser.AnyContext ctx)
PropertyPathParser.any().
The default implementation does nothing.
exitAny in interface PropertyPathListenerctx - the parse treepublic void enterEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull
org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull
org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2015. All rights reserved.