Class ScenarioParserBaseListener
- java.lang.Object
-
- org.fulib.scenarios.parser.ScenarioParserBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,ScenarioParserListener
- Direct Known Subclasses:
ASTListener
public class ScenarioParserBaseListener extends java.lang.Object implements ScenarioParserListener
This class provides an empty implementation ofScenarioParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description ScenarioParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterFile
public void enterFile(ScenarioParser.FileContext ctx)
Enter a parse tree produced byScenarioParser.file().The default implementation does nothing.
- Specified by:
enterFilein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitFile
public void exitFile(ScenarioParser.FileContext ctx)
Exit a parse tree produced byScenarioParser.file().The default implementation does nothing.
- Specified by:
exitFilein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterScenario
public void enterScenario(ScenarioParser.ScenarioContext ctx)
Enter a parse tree produced byScenarioParser.scenario().The default implementation does nothing.
- Specified by:
enterScenarioin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitScenario
public void exitScenario(ScenarioParser.ScenarioContext ctx)
Exit a parse tree produced byScenarioParser.scenario().The default implementation does nothing.
- Specified by:
exitScenarioin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterHeader
public void enterHeader(ScenarioParser.HeaderContext ctx)
Enter a parse tree produced byScenarioParser.header().The default implementation does nothing.
- Specified by:
enterHeaderin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitHeader
public void exitHeader(ScenarioParser.HeaderContext ctx)
Exit a parse tree produced byScenarioParser.header().The default implementation does nothing.
- Specified by:
exitHeaderin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterActor
public void enterActor(ScenarioParser.ActorContext ctx)
Enter a parse tree produced byScenarioParser.actor().The default implementation does nothing.
- Specified by:
enterActorin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitActor
public void exitActor(ScenarioParser.ActorContext ctx)
Exit a parse tree produced byScenarioParser.actor().The default implementation does nothing.
- Specified by:
exitActorin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterSentence
public void enterSentence(ScenarioParser.SentenceContext ctx)
Enter a parse tree produced byScenarioParser.sentence().The default implementation does nothing.
- Specified by:
enterSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitSentence
public void exitSentence(ScenarioParser.SentenceContext ctx)
Exit a parse tree produced byScenarioParser.sentence().The default implementation does nothing.
- Specified by:
exitSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterSimpleSentence
public void enterSimpleSentence(ScenarioParser.SimpleSentenceContext ctx)
Enter a parse tree produced byScenarioParser.simpleSentence().The default implementation does nothing.
- Specified by:
enterSimpleSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitSimpleSentence
public void exitSimpleSentence(ScenarioParser.SimpleSentenceContext ctx)
Exit a parse tree produced byScenarioParser.simpleSentence().The default implementation does nothing.
- Specified by:
exitSimpleSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterSimpleSentences
public void enterSimpleSentences(ScenarioParser.SimpleSentencesContext ctx)
Enter a parse tree produced byScenarioParser.simpleSentences().The default implementation does nothing.
- Specified by:
enterSimpleSentencesin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitSimpleSentences
public void exitSimpleSentences(ScenarioParser.SimpleSentencesContext ctx)
Exit a parse tree produced byScenarioParser.simpleSentences().The default implementation does nothing.
- Specified by:
exitSimpleSentencesin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterCompoundSentence
public void enterCompoundSentence(ScenarioParser.CompoundSentenceContext ctx)
Enter a parse tree produced byScenarioParser.compoundSentence().The default implementation does nothing.
- Specified by:
enterCompoundSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitCompoundSentence
public void exitCompoundSentence(ScenarioParser.CompoundSentenceContext ctx)
Exit a parse tree produced byScenarioParser.compoundSentence().The default implementation does nothing.
- Specified by:
exitCompoundSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterSectionSentence
public void enterSectionSentence(ScenarioParser.SectionSentenceContext ctx)
Enter a parse tree produced byScenarioParser.sectionSentence().The default implementation does nothing.
- Specified by:
enterSectionSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitSectionSentence
public void exitSectionSentence(ScenarioParser.SectionSentenceContext ctx)
Exit a parse tree produced byScenarioParser.sectionSentence().The default implementation does nothing.
- Specified by:
exitSectionSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterCommentSentence
public void enterCommentSentence(ScenarioParser.CommentSentenceContext ctx)
Enter a parse tree produced byScenarioParser.commentSentence().The default implementation does nothing.
- Specified by:
enterCommentSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitCommentSentence
public void exitCommentSentence(ScenarioParser.CommentSentenceContext ctx)
Exit a parse tree produced byScenarioParser.commentSentence().The default implementation does nothing.
- Specified by:
exitCommentSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterThereSentence
public void enterThereSentence(ScenarioParser.ThereSentenceContext ctx)
Enter a parse tree produced byScenarioParser.thereSentence().The default implementation does nothing.
- Specified by:
enterThereSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitThereSentence
public void exitThereSentence(ScenarioParser.ThereSentenceContext ctx)
Exit a parse tree produced byScenarioParser.thereSentence().The default implementation does nothing.
- Specified by:
exitThereSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterSimpleDescriptor
public void enterSimpleDescriptor(ScenarioParser.SimpleDescriptorContext ctx)
Enter a parse tree produced byScenarioParser.simpleDescriptor().The default implementation does nothing.
- Specified by:
enterSimpleDescriptorin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitSimpleDescriptor
public void exitSimpleDescriptor(ScenarioParser.SimpleDescriptorContext ctx)
Exit a parse tree produced byScenarioParser.simpleDescriptor().The default implementation does nothing.
- Specified by:
exitSimpleDescriptorin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterMultiDescriptor
public void enterMultiDescriptor(ScenarioParser.MultiDescriptorContext ctx)
Enter a parse tree produced byScenarioParser.multiDescriptor().The default implementation does nothing.
- Specified by:
enterMultiDescriptorin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitMultiDescriptor
public void exitMultiDescriptor(ScenarioParser.MultiDescriptorContext ctx)
Exit a parse tree produced byScenarioParser.multiDescriptor().The default implementation does nothing.
- Specified by:
exitMultiDescriptorin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterTypeName
public void enterTypeName(ScenarioParser.TypeNameContext ctx)
Enter a parse tree produced byScenarioParser.typeName().The default implementation does nothing.
- Specified by:
enterTypeNamein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitTypeName
public void exitTypeName(ScenarioParser.TypeNameContext ctx)
Exit a parse tree produced byScenarioParser.typeName().The default implementation does nothing.
- Specified by:
exitTypeNamein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterTypesName
public void enterTypesName(ScenarioParser.TypesNameContext ctx)
Enter a parse tree produced byScenarioParser.typesName().The default implementation does nothing.
- Specified by:
enterTypesNamein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitTypesName
public void exitTypesName(ScenarioParser.TypesNameContext ctx)
Exit a parse tree produced byScenarioParser.typesName().The default implementation does nothing.
- Specified by:
exitTypesNamein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterIsSentence
public void enterIsSentence(ScenarioParser.IsSentenceContext ctx)
Enter a parse tree produced byScenarioParser.isSentence().The default implementation does nothing.
- Specified by:
enterIsSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitIsSentence
public void exitIsSentence(ScenarioParser.IsSentenceContext ctx)
Exit a parse tree produced byScenarioParser.isSentence().The default implementation does nothing.
- Specified by:
exitIsSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterAreSentence
public void enterAreSentence(ScenarioParser.AreSentenceContext ctx)
Enter a parse tree produced byScenarioParser.areSentence().The default implementation does nothing.
- Specified by:
enterAreSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitAreSentence
public void exitAreSentence(ScenarioParser.AreSentenceContext ctx)
Exit a parse tree produced byScenarioParser.areSentence().The default implementation does nothing.
- Specified by:
exitAreSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterWithClauses
public void enterWithClauses(ScenarioParser.WithClausesContext ctx)
Enter a parse tree produced byScenarioParser.withClauses().The default implementation does nothing.
- Specified by:
enterWithClausesin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitWithClauses
public void exitWithClauses(ScenarioParser.WithClausesContext ctx)
Exit a parse tree produced byScenarioParser.withClauses().The default implementation does nothing.
- Specified by:
exitWithClausesin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterWithClause
public void enterWithClause(ScenarioParser.WithClauseContext ctx)
Enter a parse tree produced byScenarioParser.withClause().The default implementation does nothing.
- Specified by:
enterWithClausein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitWithClause
public void exitWithClause(ScenarioParser.WithClauseContext ctx)
Exit a parse tree produced byScenarioParser.withClause().The default implementation does nothing.
- Specified by:
exitWithClausein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterNamedSimple
public void enterNamedSimple(ScenarioParser.NamedSimpleContext ctx)
Enter a parse tree produced by theNamedSimplelabeled alternative inScenarioParser.namedExpr().The default implementation does nothing.
- Specified by:
enterNamedSimplein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitNamedSimple
public void exitNamedSimple(ScenarioParser.NamedSimpleContext ctx)
Exit a parse tree produced by theNamedSimplelabeled alternative inScenarioParser.namedExpr().The default implementation does nothing.
- Specified by:
exitNamedSimplein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterNamedNumber
public void enterNamedNumber(ScenarioParser.NamedNumberContext ctx)
Enter a parse tree produced by theNamedNumberlabeled alternative inScenarioParser.namedExpr().The default implementation does nothing.
- Specified by:
enterNamedNumberin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitNamedNumber
public void exitNamedNumber(ScenarioParser.NamedNumberContext ctx)
Exit a parse tree produced by theNamedNumberlabeled alternative inScenarioParser.namedExpr().The default implementation does nothing.
- Specified by:
exitNamedNumberin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterBidiNamedExpr
public void enterBidiNamedExpr(ScenarioParser.BidiNamedExprContext ctx)
Enter a parse tree produced byScenarioParser.bidiNamedExpr().The default implementation does nothing.
- Specified by:
enterBidiNamedExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitBidiNamedExpr
public void exitBidiNamedExpr(ScenarioParser.BidiNamedExprContext ctx)
Exit a parse tree produced byScenarioParser.bidiNamedExpr().The default implementation does nothing.
- Specified by:
exitBidiNamedExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterHasSentence
public void enterHasSentence(ScenarioParser.HasSentenceContext ctx)
Enter a parse tree produced byScenarioParser.hasSentence().The default implementation does nothing.
- Specified by:
enterHasSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitHasSentence
public void exitHasSentence(ScenarioParser.HasSentenceContext ctx)
Exit a parse tree produced byScenarioParser.hasSentence().The default implementation does nothing.
- Specified by:
exitHasSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterHasClauses
public void enterHasClauses(ScenarioParser.HasClausesContext ctx)
Enter a parse tree produced byScenarioParser.hasClauses().The default implementation does nothing.
- Specified by:
enterHasClausesin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitHasClauses
public void exitHasClauses(ScenarioParser.HasClausesContext ctx)
Exit a parse tree produced byScenarioParser.hasClauses().The default implementation does nothing.
- Specified by:
exitHasClausesin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterHasClause
public void enterHasClause(ScenarioParser.HasClauseContext ctx)
Enter a parse tree produced byScenarioParser.hasClause().The default implementation does nothing.
- Specified by:
enterHasClausein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitHasClause
public void exitHasClause(ScenarioParser.HasClauseContext ctx)
Exit a parse tree produced byScenarioParser.hasClause().The default implementation does nothing.
- Specified by:
exitHasClausein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterCreateSentence
public void enterCreateSentence(ScenarioParser.CreateSentenceContext ctx)
Enter a parse tree produced byScenarioParser.createSentence().The default implementation does nothing.
- Specified by:
enterCreateSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitCreateSentence
public void exitCreateSentence(ScenarioParser.CreateSentenceContext ctx)
Exit a parse tree produced byScenarioParser.createSentence().The default implementation does nothing.
- Specified by:
exitCreateSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterCallSentence
public void enterCallSentence(ScenarioParser.CallSentenceContext ctx)
Enter a parse tree produced byScenarioParser.callSentence().The default implementation does nothing.
- Specified by:
enterCallSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitCallSentence
public void exitCallSentence(ScenarioParser.CallSentenceContext ctx)
Exit a parse tree produced byScenarioParser.callSentence().The default implementation does nothing.
- Specified by:
exitCallSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterAnswerSentence
public void enterAnswerSentence(ScenarioParser.AnswerSentenceContext ctx)
Enter a parse tree produced byScenarioParser.answerSentence().The default implementation does nothing.
- Specified by:
enterAnswerSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitAnswerSentence
public void exitAnswerSentence(ScenarioParser.AnswerSentenceContext ctx)
Exit a parse tree produced byScenarioParser.answerSentence().The default implementation does nothing.
- Specified by:
exitAnswerSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterWriteSentence
public void enterWriteSentence(ScenarioParser.WriteSentenceContext ctx)
Enter a parse tree produced byScenarioParser.writeSentence().The default implementation does nothing.
- Specified by:
enterWriteSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitWriteSentence
public void exitWriteSentence(ScenarioParser.WriteSentenceContext ctx)
Exit a parse tree produced byScenarioParser.writeSentence().The default implementation does nothing.
- Specified by:
exitWriteSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterAddSentence
public void enterAddSentence(ScenarioParser.AddSentenceContext ctx)
Enter a parse tree produced byScenarioParser.addSentence().The default implementation does nothing.
- Specified by:
enterAddSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitAddSentence
public void exitAddSentence(ScenarioParser.AddSentenceContext ctx)
Exit a parse tree produced byScenarioParser.addSentence().The default implementation does nothing.
- Specified by:
exitAddSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterRemoveSentence
public void enterRemoveSentence(ScenarioParser.RemoveSentenceContext ctx)
Enter a parse tree produced byScenarioParser.removeSentence().The default implementation does nothing.
- Specified by:
enterRemoveSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitRemoveSentence
public void exitRemoveSentence(ScenarioParser.RemoveSentenceContext ctx)
Exit a parse tree produced byScenarioParser.removeSentence().The default implementation does nothing.
- Specified by:
exitRemoveSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterConditionalSentence
public void enterConditionalSentence(ScenarioParser.ConditionalSentenceContext ctx)
Enter a parse tree produced byScenarioParser.conditionalSentence().The default implementation does nothing.
- Specified by:
enterConditionalSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitConditionalSentence
public void exitConditionalSentence(ScenarioParser.ConditionalSentenceContext ctx)
Exit a parse tree produced byScenarioParser.conditionalSentence().The default implementation does nothing.
- Specified by:
exitConditionalSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterTakeSentence
public void enterTakeSentence(ScenarioParser.TakeSentenceContext ctx)
Enter a parse tree produced byScenarioParser.takeSentence().The default implementation does nothing.
- Specified by:
enterTakeSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitTakeSentence
public void exitTakeSentence(ScenarioParser.TakeSentenceContext ctx)
Exit a parse tree produced byScenarioParser.takeSentence().The default implementation does nothing.
- Specified by:
exitTakeSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterCompoundSentenceBody
public void enterCompoundSentenceBody(ScenarioParser.CompoundSentenceBodyContext ctx)
Enter a parse tree produced byScenarioParser.compoundSentenceBody().The default implementation does nothing.
- Specified by:
enterCompoundSentenceBodyin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitCompoundSentenceBody
public void exitCompoundSentenceBody(ScenarioParser.CompoundSentenceBodyContext ctx)
Exit a parse tree produced byScenarioParser.compoundSentenceBody().The default implementation does nothing.
- Specified by:
exitCompoundSentenceBodyin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterExpectSentence
public void enterExpectSentence(ScenarioParser.ExpectSentenceContext ctx)
Enter a parse tree produced byScenarioParser.expectSentence().The default implementation does nothing.
- Specified by:
enterExpectSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitExpectSentence
public void exitExpectSentence(ScenarioParser.ExpectSentenceContext ctx)
Exit a parse tree produced byScenarioParser.expectSentence().The default implementation does nothing.
- Specified by:
exitExpectSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterThatClauses
public void enterThatClauses(ScenarioParser.ThatClausesContext ctx)
Enter a parse tree produced byScenarioParser.thatClauses().The default implementation does nothing.
- Specified by:
enterThatClausesin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitThatClauses
public void exitThatClauses(ScenarioParser.ThatClausesContext ctx)
Exit a parse tree produced byScenarioParser.thatClauses().The default implementation does nothing.
- Specified by:
exitThatClausesin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterThatClause
public void enterThatClause(ScenarioParser.ThatClauseContext ctx)
Enter a parse tree produced byScenarioParser.thatClause().The default implementation does nothing.
- Specified by:
enterThatClausein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitThatClause
public void exitThatClause(ScenarioParser.ThatClauseContext ctx)
Exit a parse tree produced byScenarioParser.thatClause().The default implementation does nothing.
- Specified by:
exitThatClausein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterDiagramSentence
public void enterDiagramSentence(ScenarioParser.DiagramSentenceContext ctx)
Enter a parse tree produced byScenarioParser.diagramSentence().The default implementation does nothing.
- Specified by:
enterDiagramSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitDiagramSentence
public void exitDiagramSentence(ScenarioParser.DiagramSentenceContext ctx)
Exit a parse tree produced byScenarioParser.diagramSentence().The default implementation does nothing.
- Specified by:
exitDiagramSentencein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterExpr
public void enterExpr(ScenarioParser.ExprContext ctx)
Enter a parse tree produced byScenarioParser.expr().The default implementation does nothing.
- Specified by:
enterExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitExpr
public void exitExpr(ScenarioParser.ExprContext ctx)
Exit a parse tree produced byScenarioParser.expr().The default implementation does nothing.
- Specified by:
exitExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterPrimary
public void enterPrimary(ScenarioParser.PrimaryContext ctx)
Enter a parse tree produced byScenarioParser.primary().The default implementation does nothing.
- Specified by:
enterPrimaryin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitPrimary
public void exitPrimary(ScenarioParser.PrimaryContext ctx)
Exit a parse tree produced byScenarioParser.primary().The default implementation does nothing.
- Specified by:
exitPrimaryin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterPrimaryExpr
public void enterPrimaryExpr(ScenarioParser.PrimaryExprContext ctx)
Enter a parse tree produced byScenarioParser.primaryExpr().The default implementation does nothing.
- Specified by:
enterPrimaryExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitPrimaryExpr
public void exitPrimaryExpr(ScenarioParser.PrimaryExprContext ctx)
Exit a parse tree produced byScenarioParser.primaryExpr().The default implementation does nothing.
- Specified by:
exitPrimaryExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterNumber
public void enterNumber(ScenarioParser.NumberContext ctx)
Enter a parse tree produced byScenarioParser.number().The default implementation does nothing.
- Specified by:
enterNumberin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitNumber
public void exitNumber(ScenarioParser.NumberContext ctx)
Exit a parse tree produced byScenarioParser.number().The default implementation does nothing.
- Specified by:
exitNumberin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterStringLiteral
public void enterStringLiteral(ScenarioParser.StringLiteralContext ctx)
Enter a parse tree produced byScenarioParser.stringLiteral().The default implementation does nothing.
- Specified by:
enterStringLiteralin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitStringLiteral
public void exitStringLiteral(ScenarioParser.StringLiteralContext ctx)
Exit a parse tree produced byScenarioParser.stringLiteral().The default implementation does nothing.
- Specified by:
exitStringLiteralin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterIt
public void enterIt(ScenarioParser.ItContext ctx)
Enter a parse tree produced byScenarioParser.it().The default implementation does nothing.
- Specified by:
enterItin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitIt
public void exitIt(ScenarioParser.ItContext ctx)
Exit a parse tree produced byScenarioParser.it().The default implementation does nothing.
- Specified by:
exitItin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterAnswer
public void enterAnswer(ScenarioParser.AnswerContext ctx)
Enter a parse tree produced byScenarioParser.answer().The default implementation does nothing.
- Specified by:
enterAnswerin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitAnswer
public void exitAnswer(ScenarioParser.AnswerContext ctx)
Exit a parse tree produced byScenarioParser.answer().The default implementation does nothing.
- Specified by:
exitAnswerin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterSimpleName
public void enterSimpleName(ScenarioParser.SimpleNameContext ctx)
Enter a parse tree produced byScenarioParser.simpleName().The default implementation does nothing.
- Specified by:
enterSimpleNamein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitSimpleName
public void exitSimpleName(ScenarioParser.SimpleNameContext ctx)
Exit a parse tree produced byScenarioParser.simpleName().The default implementation does nothing.
- Specified by:
exitSimpleNamein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterName
public void enterName(ScenarioParser.NameContext ctx)
Enter a parse tree produced byScenarioParser.name().The default implementation does nothing.
- Specified by:
enterNamein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitName
public void exitName(ScenarioParser.NameContext ctx)
Exit a parse tree produced byScenarioParser.name().The default implementation does nothing.
- Specified by:
exitNamein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterNameAccess
public void enterNameAccess(ScenarioParser.NameAccessContext ctx)
Enter a parse tree produced byScenarioParser.nameAccess().The default implementation does nothing.
- Specified by:
enterNameAccessin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitNameAccess
public void exitNameAccess(ScenarioParser.NameAccessContext ctx)
Exit a parse tree produced byScenarioParser.nameAccess().The default implementation does nothing.
- Specified by:
exitNameAccessin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterAccess
public void enterAccess(ScenarioParser.AccessContext ctx)
Enter a parse tree produced byScenarioParser.access().The default implementation does nothing.
- Specified by:
enterAccessin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitAccess
public void exitAccess(ScenarioParser.AccessContext ctx)
Exit a parse tree produced byScenarioParser.access().The default implementation does nothing.
- Specified by:
exitAccessin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterNamedAccess
public void enterNamedAccess(ScenarioParser.NamedAccessContext ctx)
Enter a parse tree produced byScenarioParser.namedAccess().The default implementation does nothing.
- Specified by:
enterNamedAccessin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitNamedAccess
public void exitNamedAccess(ScenarioParser.NamedAccessContext ctx)
Exit a parse tree produced byScenarioParser.namedAccess().The default implementation does nothing.
- Specified by:
exitNamedAccessin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterNamed
public void enterNamed(ScenarioParser.NamedContext ctx)
Enter a parse tree produced byScenarioParser.named().The default implementation does nothing.
- Specified by:
enterNamedin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitNamed
public void exitNamed(ScenarioParser.NamedContext ctx)
Exit a parse tree produced byScenarioParser.named().The default implementation does nothing.
- Specified by:
exitNamedin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterAttributeAccess
public void enterAttributeAccess(ScenarioParser.AttributeAccessContext ctx)
Enter a parse tree produced byScenarioParser.attributeAccess().The default implementation does nothing.
- Specified by:
enterAttributeAccessin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitAttributeAccess
public void exitAttributeAccess(ScenarioParser.AttributeAccessContext ctx)
Exit a parse tree produced byScenarioParser.attributeAccess().The default implementation does nothing.
- Specified by:
exitAttributeAccessin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterExampleAccess
public void enterExampleAccess(ScenarioParser.ExampleAccessContext ctx)
Enter a parse tree produced byScenarioParser.exampleAccess().The default implementation does nothing.
- Specified by:
enterExampleAccessin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitExampleAccess
public void exitExampleAccess(ScenarioParser.ExampleAccessContext ctx)
Exit a parse tree produced byScenarioParser.exampleAccess().The default implementation does nothing.
- Specified by:
exitExampleAccessin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterFilterExpr
public void enterFilterExpr(ScenarioParser.FilterExprContext ctx)
Enter a parse tree produced byScenarioParser.filterExpr().The default implementation does nothing.
- Specified by:
enterFilterExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitFilterExpr
public void exitFilterExpr(ScenarioParser.FilterExprContext ctx)
Exit a parse tree produced byScenarioParser.filterExpr().The default implementation does nothing.
- Specified by:
exitFilterExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterSep
public void enterSep(ScenarioParser.SepContext ctx)
Enter a parse tree produced byScenarioParser.sep().The default implementation does nothing.
- Specified by:
enterSepin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitSep
public void exitSep(ScenarioParser.SepContext ctx)
Exit a parse tree produced byScenarioParser.sep().The default implementation does nothing.
- Specified by:
exitSepin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterCollection
public void enterCollection(ScenarioParser.CollectionContext ctx)
Enter a parse tree produced byScenarioParser.collection().The default implementation does nothing.
- Specified by:
enterCollectionin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitCollection
public void exitCollection(ScenarioParser.CollectionContext ctx)
Exit a parse tree produced byScenarioParser.collection().The default implementation does nothing.
- Specified by:
exitCollectionin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterList
public void enterList(ScenarioParser.ListContext ctx)
Enter a parse tree produced byScenarioParser.list().The default implementation does nothing.
- Specified by:
enterListin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitList
public void exitList(ScenarioParser.ListContext ctx)
Exit a parse tree produced byScenarioParser.list().The default implementation does nothing.
- Specified by:
exitListin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterListElem
public void enterListElem(ScenarioParser.ListElemContext ctx)
Enter a parse tree produced byScenarioParser.listElem().The default implementation does nothing.
- Specified by:
enterListElemin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitListElem
public void exitListElem(ScenarioParser.ListElemContext ctx)
Exit a parse tree produced byScenarioParser.listElem().The default implementation does nothing.
- Specified by:
exitListElemin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterRange
public void enterRange(ScenarioParser.RangeContext ctx)
Enter a parse tree produced byScenarioParser.range().The default implementation does nothing.
- Specified by:
enterRangein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitRange
public void exitRange(ScenarioParser.RangeContext ctx)
Exit a parse tree produced byScenarioParser.range().The default implementation does nothing.
- Specified by:
exitRangein interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterCondExpr
public void enterCondExpr(ScenarioParser.CondExprContext ctx)
Enter a parse tree produced byScenarioParser.condExpr().The default implementation does nothing.
- Specified by:
enterCondExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitCondExpr
public void exitCondExpr(ScenarioParser.CondExprContext ctx)
Exit a parse tree produced byScenarioParser.condExpr().The default implementation does nothing.
- Specified by:
exitCondExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterAndCondExpr
public void enterAndCondExpr(ScenarioParser.AndCondExprContext ctx)
Enter a parse tree produced byScenarioParser.andCondExpr().The default implementation does nothing.
- Specified by:
enterAndCondExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitAndCondExpr
public void exitAndCondExpr(ScenarioParser.AndCondExprContext ctx)
Exit a parse tree produced byScenarioParser.andCondExpr().The default implementation does nothing.
- Specified by:
exitAndCondExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterOrCondExpr
public void enterOrCondExpr(ScenarioParser.OrCondExprContext ctx)
Enter a parse tree produced byScenarioParser.orCondExpr().The default implementation does nothing.
- Specified by:
enterOrCondExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitOrCondExpr
public void exitOrCondExpr(ScenarioParser.OrCondExprContext ctx)
Exit a parse tree produced byScenarioParser.orCondExpr().The default implementation does nothing.
- Specified by:
exitOrCondExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterPrimaryCondExpr
public void enterPrimaryCondExpr(ScenarioParser.PrimaryCondExprContext ctx)
Enter a parse tree produced byScenarioParser.primaryCondExpr().The default implementation does nothing.
- Specified by:
enterPrimaryCondExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitPrimaryCondExpr
public void exitPrimaryCondExpr(ScenarioParser.PrimaryCondExprContext ctx)
Exit a parse tree produced byScenarioParser.primaryCondExpr().The default implementation does nothing.
- Specified by:
exitPrimaryCondExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterAttrCheck
public void enterAttrCheck(ScenarioParser.AttrCheckContext ctx)
Enter a parse tree produced byScenarioParser.attrCheck().The default implementation does nothing.
- Specified by:
enterAttrCheckin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitAttrCheck
public void exitAttrCheck(ScenarioParser.AttrCheckContext ctx)
Exit a parse tree produced byScenarioParser.attrCheck().The default implementation does nothing.
- Specified by:
exitAttrCheckin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterCondOpExpr
public void enterCondOpExpr(ScenarioParser.CondOpExprContext ctx)
Enter a parse tree produced byScenarioParser.condOpExpr().The default implementation does nothing.
- Specified by:
enterCondOpExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitCondOpExpr
public void exitCondOpExpr(ScenarioParser.CondOpExprContext ctx)
Exit a parse tree produced byScenarioParser.condOpExpr().The default implementation does nothing.
- Specified by:
exitCondOpExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterCondOp
public void enterCondOp(ScenarioParser.CondOpContext ctx)
Enter a parse tree produced byScenarioParser.condOp().The default implementation does nothing.
- Specified by:
enterCondOpin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitCondOp
public void exitCondOp(ScenarioParser.CondOpContext ctx)
Exit a parse tree produced byScenarioParser.condOp().The default implementation does nothing.
- Specified by:
exitCondOpin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterEqOp
public void enterEqOp(ScenarioParser.EqOpContext ctx)
Enter a parse tree produced byScenarioParser.eqOp().The default implementation does nothing.
- Specified by:
enterEqOpin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitEqOp
public void exitEqOp(ScenarioParser.EqOpContext ctx)
Exit a parse tree produced byScenarioParser.eqOp().The default implementation does nothing.
- Specified by:
exitEqOpin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterCmpOp
public void enterCmpOp(ScenarioParser.CmpOpContext ctx)
Enter a parse tree produced byScenarioParser.cmpOp().The default implementation does nothing.
- Specified by:
enterCmpOpin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitCmpOp
public void exitCmpOp(ScenarioParser.CmpOpContext ctx)
Exit a parse tree produced byScenarioParser.cmpOp().The default implementation does nothing.
- Specified by:
exitCmpOpin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterCollOp
public void enterCollOp(ScenarioParser.CollOpContext ctx)
Enter a parse tree produced byScenarioParser.collOp().The default implementation does nothing.
- Specified by:
enterCollOpin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitCollOp
public void exitCollOp(ScenarioParser.CollOpContext ctx)
Exit a parse tree produced byScenarioParser.collOp().The default implementation does nothing.
- Specified by:
exitCollOpin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterPredOpExpr
public void enterPredOpExpr(ScenarioParser.PredOpExprContext ctx)
Enter a parse tree produced byScenarioParser.predOpExpr().The default implementation does nothing.
- Specified by:
enterPredOpExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitPredOpExpr
public void exitPredOpExpr(ScenarioParser.PredOpExprContext ctx)
Exit a parse tree produced byScenarioParser.predOpExpr().The default implementation does nothing.
- Specified by:
exitPredOpExprin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterPredOp
public void enterPredOp(ScenarioParser.PredOpContext ctx)
Enter a parse tree produced byScenarioParser.predOp().The default implementation does nothing.
- Specified by:
enterPredOpin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
exitPredOp
public void exitPredOp(ScenarioParser.PredOpContext ctx)
Exit a parse tree produced byScenarioParser.predOp().The default implementation does nothing.
- Specified by:
exitPredOpin interfaceScenarioParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-