public class SequenceBaseListener extends Object implements SequenceListener
SequenceListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
SequenceBaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterAS(SequenceParser.ASContext ctx)
Enter a parse tree produced by the
AS
labeled alternative in SequenceParser.ascode(). |
void |
enterAsterisk(SequenceParser.AsteriskContext ctx)
Enter a parse tree produced by the
Asterisk
labeled alternative in SequenceParser.sequence(). |
void |
enterConcatenation(SequenceParser.ConcatenationContext ctx)
Enter a parse tree produced by the
Concatenation
labeled alternative in SequenceParser.sequence(). |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterHop(SequenceParser.HopContext ctx)
Enter a parse tree produced by the
Hop
labeled alternative in SequenceParser.sequence(). |
void |
enterIFace(SequenceParser.IFaceContext ctx)
Enter a parse tree produced by the
IFace
labeled alternative in SequenceParser.ifaceid(). |
void |
enterISD(SequenceParser.ISDContext ctx)
Enter a parse tree produced by the
ISD
labeled alternative in SequenceParser.isdcode(). |
void |
enterISDASHop(SequenceParser.ISDASHopContext ctx)
Enter a parse tree produced by the
ISDASHop
labeled alternative in SequenceParser.onehop(). |
void |
enterISDASIFHop(SequenceParser.ISDASIFHopContext ctx)
Enter a parse tree produced by the
ISDASIFHop
labeled alternative in SequenceParser.onehop(). |
void |
enterISDASIFIFHop(SequenceParser.ISDASIFIFHopContext ctx)
Enter a parse tree produced by the
ISDASIFIFHop
labeled alternative in SequenceParser.onehop(). |
void |
enterISDHop(SequenceParser.ISDHopContext ctx)
Enter a parse tree produced by the
ISDHop
labeled alternative in SequenceParser.onehop(). |
void |
enterLegacyAS(SequenceParser.LegacyASContext ctx)
Enter a parse tree produced by the
LegacyAS
labeled alternative in SequenceParser.ascode(). |
void |
enterOr(SequenceParser.OrContext ctx)
Enter a parse tree produced by the
Or
labeled alternative in SequenceParser.sequence(). |
void |
enterParentheses(SequenceParser.ParenthesesContext ctx)
Enter a parse tree produced by the
Parentheses
labeled alternative in SequenceParser.sequence(). |
void |
enterPlus(SequenceParser.PlusContext ctx)
Enter a parse tree produced by the
Plus
labeled alternative in SequenceParser.sequence(). |
void |
enterQuestionMark(SequenceParser.QuestionMarkContext ctx)
Enter a parse tree produced by the
QuestionMark
labeled alternative in SequenceParser.sequence(). |
void |
enterStart(SequenceParser.StartContext ctx)
Enter a parse tree produced by
SequenceParser.start(). |
void |
enterWildcardAS(SequenceParser.WildcardASContext ctx)
Enter a parse tree produced by the
WildcardAS
labeled alternative in SequenceParser.ascode(). |
void |
enterWildcardIFace(SequenceParser.WildcardIFaceContext ctx)
Enter a parse tree produced by the
WildcardIFace
labeled alternative in SequenceParser.ifaceid(). |
void |
enterWildcardISD(SequenceParser.WildcardISDContext ctx)
Enter a parse tree produced by the
WildcardISD
labeled alternative in SequenceParser.isdcode(). |
void |
exitAS(SequenceParser.ASContext ctx)
Exit a parse tree produced by the
AS
labeled alternative in SequenceParser.ascode(). |
void |
exitAsterisk(SequenceParser.AsteriskContext ctx)
Exit a parse tree produced by the
Asterisk
labeled alternative in SequenceParser.sequence(). |
void |
exitConcatenation(SequenceParser.ConcatenationContext ctx)
Exit a parse tree produced by the
Concatenation
labeled alternative in SequenceParser.sequence(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitHop(SequenceParser.HopContext ctx)
Exit a parse tree produced by the
Hop
labeled alternative in SequenceParser.sequence(). |
void |
exitIFace(SequenceParser.IFaceContext ctx)
Exit a parse tree produced by the
IFace
labeled alternative in SequenceParser.ifaceid(). |
void |
exitISD(SequenceParser.ISDContext ctx)
Exit a parse tree produced by the
ISD
labeled alternative in SequenceParser.isdcode(). |
void |
exitISDASHop(SequenceParser.ISDASHopContext ctx)
Exit a parse tree produced by the
ISDASHop
labeled alternative in SequenceParser.onehop(). |
void |
exitISDASIFHop(SequenceParser.ISDASIFHopContext ctx)
Exit a parse tree produced by the
ISDASIFHop
labeled alternative in SequenceParser.onehop(). |
void |
exitISDASIFIFHop(SequenceParser.ISDASIFIFHopContext ctx)
Exit a parse tree produced by the
ISDASIFIFHop
labeled alternative in SequenceParser.onehop(). |
void |
exitISDHop(SequenceParser.ISDHopContext ctx)
Exit a parse tree produced by the
ISDHop
labeled alternative in SequenceParser.onehop(). |
void |
exitLegacyAS(SequenceParser.LegacyASContext ctx)
Exit a parse tree produced by the
LegacyAS
labeled alternative in SequenceParser.ascode(). |
void |
exitOr(SequenceParser.OrContext ctx)
Exit a parse tree produced by the
Or
labeled alternative in SequenceParser.sequence(). |
void |
exitParentheses(SequenceParser.ParenthesesContext ctx)
Exit a parse tree produced by the
Parentheses
labeled alternative in SequenceParser.sequence(). |
void |
exitPlus(SequenceParser.PlusContext ctx)
Exit a parse tree produced by the
Plus
labeled alternative in SequenceParser.sequence(). |
void |
exitQuestionMark(SequenceParser.QuestionMarkContext ctx)
Exit a parse tree produced by the
QuestionMark
labeled alternative in SequenceParser.sequence(). |
void |
exitStart(SequenceParser.StartContext ctx)
Exit a parse tree produced by
SequenceParser.start(). |
void |
exitWildcardAS(SequenceParser.WildcardASContext ctx)
Exit a parse tree produced by the
WildcardAS
labeled alternative in SequenceParser.ascode(). |
void |
exitWildcardIFace(SequenceParser.WildcardIFaceContext ctx)
Exit a parse tree produced by the
WildcardIFace
labeled alternative in SequenceParser.ifaceid(). |
void |
exitWildcardISD(SequenceParser.WildcardISDContext ctx)
Exit a parse tree produced by the
WildcardISD
labeled alternative in SequenceParser.isdcode(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterStart(SequenceParser.StartContext ctx)
SequenceParser.start().
The default implementation does nothing.
enterStart in interface SequenceListenerctx - the parse treepublic void exitStart(SequenceParser.StartContext ctx)
SequenceParser.start().
The default implementation does nothing.
exitStart in interface SequenceListenerctx - the parse treepublic void enterOr(SequenceParser.OrContext ctx)
Or
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
enterOr in interface SequenceListenerctx - the parse treepublic void exitOr(SequenceParser.OrContext ctx)
Or
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
exitOr in interface SequenceListenerctx - the parse treepublic void enterConcatenation(SequenceParser.ConcatenationContext ctx)
Concatenation
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
enterConcatenation in interface SequenceListenerctx - the parse treepublic void exitConcatenation(SequenceParser.ConcatenationContext ctx)
Concatenation
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
exitConcatenation in interface SequenceListenerctx - the parse treepublic void enterQuestionMark(SequenceParser.QuestionMarkContext ctx)
QuestionMark
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
enterQuestionMark in interface SequenceListenerctx - the parse treepublic void exitQuestionMark(SequenceParser.QuestionMarkContext ctx)
QuestionMark
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
exitQuestionMark in interface SequenceListenerctx - the parse treepublic void enterHop(SequenceParser.HopContext ctx)
Hop
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
enterHop in interface SequenceListenerctx - the parse treepublic void exitHop(SequenceParser.HopContext ctx)
Hop
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
exitHop in interface SequenceListenerctx - the parse treepublic void enterPlus(SequenceParser.PlusContext ctx)
Plus
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
enterPlus in interface SequenceListenerctx - the parse treepublic void exitPlus(SequenceParser.PlusContext ctx)
Plus
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
exitPlus in interface SequenceListenerctx - the parse treepublic void enterAsterisk(SequenceParser.AsteriskContext ctx)
Asterisk
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
enterAsterisk in interface SequenceListenerctx - the parse treepublic void exitAsterisk(SequenceParser.AsteriskContext ctx)
Asterisk
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
exitAsterisk in interface SequenceListenerctx - the parse treepublic void enterParentheses(SequenceParser.ParenthesesContext ctx)
Parentheses
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
enterParentheses in interface SequenceListenerctx - the parse treepublic void exitParentheses(SequenceParser.ParenthesesContext ctx)
Parentheses
labeled alternative in SequenceParser.sequence().
The default implementation does nothing.
exitParentheses in interface SequenceListenerctx - the parse treepublic void enterISDHop(SequenceParser.ISDHopContext ctx)
ISDHop
labeled alternative in SequenceParser.onehop().
The default implementation does nothing.
enterISDHop in interface SequenceListenerctx - the parse treepublic void exitISDHop(SequenceParser.ISDHopContext ctx)
ISDHop
labeled alternative in SequenceParser.onehop().
The default implementation does nothing.
exitISDHop in interface SequenceListenerctx - the parse treepublic void enterISDASHop(SequenceParser.ISDASHopContext ctx)
ISDASHop
labeled alternative in SequenceParser.onehop().
The default implementation does nothing.
enterISDASHop in interface SequenceListenerctx - the parse treepublic void exitISDASHop(SequenceParser.ISDASHopContext ctx)
ISDASHop
labeled alternative in SequenceParser.onehop().
The default implementation does nothing.
exitISDASHop in interface SequenceListenerctx - the parse treepublic void enterISDASIFHop(SequenceParser.ISDASIFHopContext ctx)
ISDASIFHop
labeled alternative in SequenceParser.onehop().
The default implementation does nothing.
enterISDASIFHop in interface SequenceListenerctx - the parse treepublic void exitISDASIFHop(SequenceParser.ISDASIFHopContext ctx)
ISDASIFHop
labeled alternative in SequenceParser.onehop().
The default implementation does nothing.
exitISDASIFHop in interface SequenceListenerctx - the parse treepublic void enterISDASIFIFHop(SequenceParser.ISDASIFIFHopContext ctx)
ISDASIFIFHop
labeled alternative in SequenceParser.onehop().
The default implementation does nothing.
enterISDASIFIFHop in interface SequenceListenerctx - the parse treepublic void exitISDASIFIFHop(SequenceParser.ISDASIFIFHopContext ctx)
ISDASIFIFHop
labeled alternative in SequenceParser.onehop().
The default implementation does nothing.
exitISDASIFIFHop in interface SequenceListenerctx - the parse treepublic void enterWildcardISD(SequenceParser.WildcardISDContext ctx)
WildcardISD
labeled alternative in SequenceParser.isdcode().
The default implementation does nothing.
enterWildcardISD in interface SequenceListenerctx - the parse treepublic void exitWildcardISD(SequenceParser.WildcardISDContext ctx)
WildcardISD
labeled alternative in SequenceParser.isdcode().
The default implementation does nothing.
exitWildcardISD in interface SequenceListenerctx - the parse treepublic void enterISD(SequenceParser.ISDContext ctx)
ISD
labeled alternative in SequenceParser.isdcode().
The default implementation does nothing.
enterISD in interface SequenceListenerctx - the parse treepublic void exitISD(SequenceParser.ISDContext ctx)
ISD
labeled alternative in SequenceParser.isdcode().
The default implementation does nothing.
exitISD in interface SequenceListenerctx - the parse treepublic void enterWildcardAS(SequenceParser.WildcardASContext ctx)
WildcardAS
labeled alternative in SequenceParser.ascode().
The default implementation does nothing.
enterWildcardAS in interface SequenceListenerctx - the parse treepublic void exitWildcardAS(SequenceParser.WildcardASContext ctx)
WildcardAS
labeled alternative in SequenceParser.ascode().
The default implementation does nothing.
exitWildcardAS in interface SequenceListenerctx - the parse treepublic void enterLegacyAS(SequenceParser.LegacyASContext ctx)
LegacyAS
labeled alternative in SequenceParser.ascode().
The default implementation does nothing.
enterLegacyAS in interface SequenceListenerctx - the parse treepublic void exitLegacyAS(SequenceParser.LegacyASContext ctx)
LegacyAS
labeled alternative in SequenceParser.ascode().
The default implementation does nothing.
exitLegacyAS in interface SequenceListenerctx - the parse treepublic void enterAS(SequenceParser.ASContext ctx)
AS
labeled alternative in SequenceParser.ascode().
The default implementation does nothing.
enterAS in interface SequenceListenerctx - the parse treepublic void exitAS(SequenceParser.ASContext ctx)
AS
labeled alternative in SequenceParser.ascode().
The default implementation does nothing.
exitAS in interface SequenceListenerctx - the parse treepublic void enterWildcardIFace(SequenceParser.WildcardIFaceContext ctx)
WildcardIFace
labeled alternative in SequenceParser.ifaceid().
The default implementation does nothing.
enterWildcardIFace in interface SequenceListenerctx - the parse treepublic void exitWildcardIFace(SequenceParser.WildcardIFaceContext ctx)
WildcardIFace
labeled alternative in SequenceParser.ifaceid().
The default implementation does nothing.
exitWildcardIFace in interface SequenceListenerctx - the parse treepublic void enterIFace(SequenceParser.IFaceContext ctx)
IFace
labeled alternative in SequenceParser.ifaceid().
The default implementation does nothing.
enterIFace in interface SequenceListenerctx - the parse treepublic void exitIFace(SequenceParser.IFaceContext ctx)
IFace
labeled alternative in SequenceParser.ifaceid().
The default implementation does nothing.
exitIFace in interface SequenceListenerctx - 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 © 2025. All rights reserved.