public class VersionBaseListener extends Object implements VersionListener
VersionListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
VersionBaseListener() |
public void enterRange(VersionParser.RangeContext ctx)
VersionParser.range().
The default implementation does nothing.
enterRange in interface VersionListenerctx - the parse treepublic void exitRange(VersionParser.RangeContext ctx)
VersionParser.range().
The default implementation does nothing.
exitRange in interface VersionListenerctx - the parse treepublic void enterBroken_range(VersionParser.Broken_rangeContext ctx)
VersionParser.broken_range().
The default implementation does nothing.
enterBroken_range in interface VersionListenerctx - the parse treepublic void exitBroken_range(VersionParser.Broken_rangeContext ctx)
VersionParser.broken_range().
The default implementation does nothing.
exitBroken_range in interface VersionListenerctx - the parse treepublic void enterRange_type(VersionParser.Range_typeContext ctx)
VersionParser.range_type().
The default implementation does nothing.
enterRange_type in interface VersionListenerctx - the parse treepublic void exitRange_type(VersionParser.Range_typeContext ctx)
VersionParser.range_type().
The default implementation does nothing.
exitRange_type in interface VersionListenerctx - the parse treepublic void enterLogical_range(VersionParser.Logical_rangeContext ctx)
VersionParser.logical_range().
The default implementation does nothing.
enterLogical_range in interface VersionListenerctx - the parse treepublic void exitLogical_range(VersionParser.Logical_rangeContext ctx)
VersionParser.logical_range().
The default implementation does nothing.
exitLogical_range in interface VersionListenerctx - the parse treepublic void enterVersion_set(VersionParser.Version_setContext ctx)
VersionParser.version_set().
The default implementation does nothing.
enterVersion_set in interface VersionListenerctx - the parse treepublic void exitVersion_set(VersionParser.Version_setContext ctx)
VersionParser.version_set().
The default implementation does nothing.
exitVersion_set in interface VersionListenerctx - the parse treepublic void enterSimple_range(VersionParser.Simple_rangeContext ctx)
VersionParser.simple_range().
The default implementation does nothing.
enterSimple_range in interface VersionListenerctx - the parse treepublic void exitSimple_range(VersionParser.Simple_rangeContext ctx)
VersionParser.simple_range().
The default implementation does nothing.
exitSimple_range in interface VersionListenerctx - the parse treepublic void enterVersion(VersionParser.VersionContext ctx)
VersionParser.version().
The default implementation does nothing.
enterVersion in interface VersionListenerctx - the parse treepublic void exitVersion(VersionParser.VersionContext ctx)
VersionParser.version().
The default implementation does nothing.
exitVersion in interface VersionListenerctx - the parse treepublic void enterPrefixed_version(VersionParser.Prefixed_versionContext ctx)
VersionParser.prefixed_version().
The default implementation does nothing.
enterPrefixed_version in interface VersionListenerctx - the parse treepublic void exitPrefixed_version(VersionParser.Prefixed_versionContext ctx)
VersionParser.prefixed_version().
The default implementation does nothing.
exitPrefixed_version in interface VersionListenerctx - the parse treepublic void enterPostfix_version(VersionParser.Postfix_versionContext ctx)
VersionParser.postfix_version().
The default implementation does nothing.
enterPostfix_version in interface VersionListenerctx - the parse treepublic void exitPostfix_version(VersionParser.Postfix_versionContext ctx)
VersionParser.postfix_version().
The default implementation does nothing.
exitPostfix_version in interface VersionListenerctx - the parse treepublic void enterNumeric_version(VersionParser.Numeric_versionContext ctx)
VersionParser.numeric_version().
The default implementation does nothing.
enterNumeric_version in interface VersionListenerctx - the parse treepublic void exitNumeric_version(VersionParser.Numeric_versionContext ctx)
VersionParser.numeric_version().
The default implementation does nothing.
exitNumeric_version in interface VersionListenerctx - the parse treepublic void enterNamed_version(VersionParser.Named_versionContext ctx)
VersionParser.named_version().
The default implementation does nothing.
enterNamed_version in interface VersionListenerctx - the parse treepublic void exitNamed_version(VersionParser.Named_versionContext ctx)
VersionParser.named_version().
The default implementation does nothing.
exitNamed_version in interface VersionListenerctx - the parse treepublic void enterIdentifier(VersionParser.IdentifierContext ctx)
VersionParser.identifier().
The default implementation does nothing.
enterIdentifier in interface VersionListenerctx - the parse treepublic void exitIdentifier(VersionParser.IdentifierContext ctx)
VersionParser.identifier().
The default implementation does nothing.
exitIdentifier in interface VersionListenerctx - the parse treepublic void enterAny(VersionParser.AnyContext ctx)
VersionParser.any().
The default implementation does nothing.
enterAny in interface VersionListenerctx - the parse treepublic void exitAny(VersionParser.AnyContext ctx)
VersionParser.any().
The default implementation does nothing.
exitAny in interface VersionListenerctx - 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.