public interface SequenceListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
SequenceParser.| 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 |
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 |
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 enterStart(SequenceParser.StartContext ctx)
SequenceParser.start().ctx - the parse treevoid exitStart(SequenceParser.StartContext ctx)
SequenceParser.start().ctx - the parse treevoid enterOr(SequenceParser.OrContext ctx)
Or
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid exitOr(SequenceParser.OrContext ctx)
Or
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid enterConcatenation(SequenceParser.ConcatenationContext ctx)
Concatenation
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid exitConcatenation(SequenceParser.ConcatenationContext ctx)
Concatenation
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid enterQuestionMark(SequenceParser.QuestionMarkContext ctx)
QuestionMark
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid exitQuestionMark(SequenceParser.QuestionMarkContext ctx)
QuestionMark
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid enterHop(SequenceParser.HopContext ctx)
Hop
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid exitHop(SequenceParser.HopContext ctx)
Hop
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid enterPlus(SequenceParser.PlusContext ctx)
Plus
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid exitPlus(SequenceParser.PlusContext ctx)
Plus
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid enterAsterisk(SequenceParser.AsteriskContext ctx)
Asterisk
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid exitAsterisk(SequenceParser.AsteriskContext ctx)
Asterisk
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid enterParentheses(SequenceParser.ParenthesesContext ctx)
Parentheses
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid exitParentheses(SequenceParser.ParenthesesContext ctx)
Parentheses
labeled alternative in SequenceParser.sequence().ctx - the parse treevoid enterISDHop(SequenceParser.ISDHopContext ctx)
ISDHop
labeled alternative in SequenceParser.onehop().ctx - the parse treevoid exitISDHop(SequenceParser.ISDHopContext ctx)
ISDHop
labeled alternative in SequenceParser.onehop().ctx - the parse treevoid enterISDASHop(SequenceParser.ISDASHopContext ctx)
ISDASHop
labeled alternative in SequenceParser.onehop().ctx - the parse treevoid exitISDASHop(SequenceParser.ISDASHopContext ctx)
ISDASHop
labeled alternative in SequenceParser.onehop().ctx - the parse treevoid enterISDASIFHop(SequenceParser.ISDASIFHopContext ctx)
ISDASIFHop
labeled alternative in SequenceParser.onehop().ctx - the parse treevoid exitISDASIFHop(SequenceParser.ISDASIFHopContext ctx)
ISDASIFHop
labeled alternative in SequenceParser.onehop().ctx - the parse treevoid enterISDASIFIFHop(SequenceParser.ISDASIFIFHopContext ctx)
ISDASIFIFHop
labeled alternative in SequenceParser.onehop().ctx - the parse treevoid exitISDASIFIFHop(SequenceParser.ISDASIFIFHopContext ctx)
ISDASIFIFHop
labeled alternative in SequenceParser.onehop().ctx - the parse treevoid enterWildcardISD(SequenceParser.WildcardISDContext ctx)
WildcardISD
labeled alternative in SequenceParser.isdcode().ctx - the parse treevoid exitWildcardISD(SequenceParser.WildcardISDContext ctx)
WildcardISD
labeled alternative in SequenceParser.isdcode().ctx - the parse treevoid enterISD(SequenceParser.ISDContext ctx)
ISD
labeled alternative in SequenceParser.isdcode().ctx - the parse treevoid exitISD(SequenceParser.ISDContext ctx)
ISD
labeled alternative in SequenceParser.isdcode().ctx - the parse treevoid enterWildcardAS(SequenceParser.WildcardASContext ctx)
WildcardAS
labeled alternative in SequenceParser.ascode().ctx - the parse treevoid exitWildcardAS(SequenceParser.WildcardASContext ctx)
WildcardAS
labeled alternative in SequenceParser.ascode().ctx - the parse treevoid enterLegacyAS(SequenceParser.LegacyASContext ctx)
LegacyAS
labeled alternative in SequenceParser.ascode().ctx - the parse treevoid exitLegacyAS(SequenceParser.LegacyASContext ctx)
LegacyAS
labeled alternative in SequenceParser.ascode().ctx - the parse treevoid enterAS(SequenceParser.ASContext ctx)
AS
labeled alternative in SequenceParser.ascode().ctx - the parse treevoid exitAS(SequenceParser.ASContext ctx)
AS
labeled alternative in SequenceParser.ascode().ctx - the parse treevoid enterWildcardIFace(SequenceParser.WildcardIFaceContext ctx)
WildcardIFace
labeled alternative in SequenceParser.ifaceid().ctx - the parse treevoid exitWildcardIFace(SequenceParser.WildcardIFaceContext ctx)
WildcardIFace
labeled alternative in SequenceParser.ifaceid().ctx - the parse treevoid enterIFace(SequenceParser.IFaceContext ctx)
IFace
labeled alternative in SequenceParser.ifaceid().ctx - the parse treevoid exitIFace(SequenceParser.IFaceContext ctx)
IFace
labeled alternative in SequenceParser.ifaceid().ctx - the parse treeCopyright © 2025. All rights reserved.