Package org.fulib.scenarios.parser
Interface ScenarioParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
ASTListener,ScenarioParserBaseListener
public interface ScenarioParserListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byScenarioParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterFile
void enterFile(ScenarioParser.FileContext ctx)
Enter a parse tree produced byScenarioParser.file().- Parameters:
ctx- the parse tree
-
exitFile
void exitFile(ScenarioParser.FileContext ctx)
Exit a parse tree produced byScenarioParser.file().- Parameters:
ctx- the parse tree
-
enterScenario
void enterScenario(ScenarioParser.ScenarioContext ctx)
Enter a parse tree produced byScenarioParser.scenario().- Parameters:
ctx- the parse tree
-
exitScenario
void exitScenario(ScenarioParser.ScenarioContext ctx)
Exit a parse tree produced byScenarioParser.scenario().- Parameters:
ctx- the parse tree
-
enterHeader
void enterHeader(ScenarioParser.HeaderContext ctx)
Enter a parse tree produced byScenarioParser.header().- Parameters:
ctx- the parse tree
-
exitHeader
void exitHeader(ScenarioParser.HeaderContext ctx)
Exit a parse tree produced byScenarioParser.header().- Parameters:
ctx- the parse tree
-
enterActor
void enterActor(ScenarioParser.ActorContext ctx)
Enter a parse tree produced byScenarioParser.actor().- Parameters:
ctx- the parse tree
-
exitActor
void exitActor(ScenarioParser.ActorContext ctx)
Exit a parse tree produced byScenarioParser.actor().- Parameters:
ctx- the parse tree
-
enterSentence
void enterSentence(ScenarioParser.SentenceContext ctx)
Enter a parse tree produced byScenarioParser.sentence().- Parameters:
ctx- the parse tree
-
exitSentence
void exitSentence(ScenarioParser.SentenceContext ctx)
Exit a parse tree produced byScenarioParser.sentence().- Parameters:
ctx- the parse tree
-
enterSimpleSentence
void enterSimpleSentence(ScenarioParser.SimpleSentenceContext ctx)
Enter a parse tree produced byScenarioParser.simpleSentence().- Parameters:
ctx- the parse tree
-
exitSimpleSentence
void exitSimpleSentence(ScenarioParser.SimpleSentenceContext ctx)
Exit a parse tree produced byScenarioParser.simpleSentence().- Parameters:
ctx- the parse tree
-
enterSimpleSentences
void enterSimpleSentences(ScenarioParser.SimpleSentencesContext ctx)
Enter a parse tree produced byScenarioParser.simpleSentences().- Parameters:
ctx- the parse tree
-
exitSimpleSentences
void exitSimpleSentences(ScenarioParser.SimpleSentencesContext ctx)
Exit a parse tree produced byScenarioParser.simpleSentences().- Parameters:
ctx- the parse tree
-
enterCompoundSentence
void enterCompoundSentence(ScenarioParser.CompoundSentenceContext ctx)
Enter a parse tree produced byScenarioParser.compoundSentence().- Parameters:
ctx- the parse tree
-
exitCompoundSentence
void exitCompoundSentence(ScenarioParser.CompoundSentenceContext ctx)
Exit a parse tree produced byScenarioParser.compoundSentence().- Parameters:
ctx- the parse tree
-
enterSectionSentence
void enterSectionSentence(ScenarioParser.SectionSentenceContext ctx)
Enter a parse tree produced byScenarioParser.sectionSentence().- Parameters:
ctx- the parse tree
-
exitSectionSentence
void exitSectionSentence(ScenarioParser.SectionSentenceContext ctx)
Exit a parse tree produced byScenarioParser.sectionSentence().- Parameters:
ctx- the parse tree
-
enterCommentSentence
void enterCommentSentence(ScenarioParser.CommentSentenceContext ctx)
Enter a parse tree produced byScenarioParser.commentSentence().- Parameters:
ctx- the parse tree
-
exitCommentSentence
void exitCommentSentence(ScenarioParser.CommentSentenceContext ctx)
Exit a parse tree produced byScenarioParser.commentSentence().- Parameters:
ctx- the parse tree
-
enterThereSentence
void enterThereSentence(ScenarioParser.ThereSentenceContext ctx)
Enter a parse tree produced byScenarioParser.thereSentence().- Parameters:
ctx- the parse tree
-
exitThereSentence
void exitThereSentence(ScenarioParser.ThereSentenceContext ctx)
Exit a parse tree produced byScenarioParser.thereSentence().- Parameters:
ctx- the parse tree
-
enterSimpleDescriptor
void enterSimpleDescriptor(ScenarioParser.SimpleDescriptorContext ctx)
Enter a parse tree produced byScenarioParser.simpleDescriptor().- Parameters:
ctx- the parse tree
-
exitSimpleDescriptor
void exitSimpleDescriptor(ScenarioParser.SimpleDescriptorContext ctx)
Exit a parse tree produced byScenarioParser.simpleDescriptor().- Parameters:
ctx- the parse tree
-
enterMultiDescriptor
void enterMultiDescriptor(ScenarioParser.MultiDescriptorContext ctx)
Enter a parse tree produced byScenarioParser.multiDescriptor().- Parameters:
ctx- the parse tree
-
exitMultiDescriptor
void exitMultiDescriptor(ScenarioParser.MultiDescriptorContext ctx)
Exit a parse tree produced byScenarioParser.multiDescriptor().- Parameters:
ctx- the parse tree
-
enterTypeName
void enterTypeName(ScenarioParser.TypeNameContext ctx)
Enter a parse tree produced byScenarioParser.typeName().- Parameters:
ctx- the parse tree
-
exitTypeName
void exitTypeName(ScenarioParser.TypeNameContext ctx)
Exit a parse tree produced byScenarioParser.typeName().- Parameters:
ctx- the parse tree
-
enterTypesName
void enterTypesName(ScenarioParser.TypesNameContext ctx)
Enter a parse tree produced byScenarioParser.typesName().- Parameters:
ctx- the parse tree
-
exitTypesName
void exitTypesName(ScenarioParser.TypesNameContext ctx)
Exit a parse tree produced byScenarioParser.typesName().- Parameters:
ctx- the parse tree
-
enterIsSentence
void enterIsSentence(ScenarioParser.IsSentenceContext ctx)
Enter a parse tree produced byScenarioParser.isSentence().- Parameters:
ctx- the parse tree
-
exitIsSentence
void exitIsSentence(ScenarioParser.IsSentenceContext ctx)
Exit a parse tree produced byScenarioParser.isSentence().- Parameters:
ctx- the parse tree
-
enterAreSentence
void enterAreSentence(ScenarioParser.AreSentenceContext ctx)
Enter a parse tree produced byScenarioParser.areSentence().- Parameters:
ctx- the parse tree
-
exitAreSentence
void exitAreSentence(ScenarioParser.AreSentenceContext ctx)
Exit a parse tree produced byScenarioParser.areSentence().- Parameters:
ctx- the parse tree
-
enterWithClauses
void enterWithClauses(ScenarioParser.WithClausesContext ctx)
Enter a parse tree produced byScenarioParser.withClauses().- Parameters:
ctx- the parse tree
-
exitWithClauses
void exitWithClauses(ScenarioParser.WithClausesContext ctx)
Exit a parse tree produced byScenarioParser.withClauses().- Parameters:
ctx- the parse tree
-
enterWithClause
void enterWithClause(ScenarioParser.WithClauseContext ctx)
Enter a parse tree produced byScenarioParser.withClause().- Parameters:
ctx- the parse tree
-
exitWithClause
void exitWithClause(ScenarioParser.WithClauseContext ctx)
Exit a parse tree produced byScenarioParser.withClause().- Parameters:
ctx- the parse tree
-
enterNamedSimple
void enterNamedSimple(ScenarioParser.NamedSimpleContext ctx)
Enter a parse tree produced by theNamedSimplelabeled alternative inScenarioParser.namedExpr().- Parameters:
ctx- the parse tree
-
exitNamedSimple
void exitNamedSimple(ScenarioParser.NamedSimpleContext ctx)
Exit a parse tree produced by theNamedSimplelabeled alternative inScenarioParser.namedExpr().- Parameters:
ctx- the parse tree
-
enterNamedNumber
void enterNamedNumber(ScenarioParser.NamedNumberContext ctx)
Enter a parse tree produced by theNamedNumberlabeled alternative inScenarioParser.namedExpr().- Parameters:
ctx- the parse tree
-
exitNamedNumber
void exitNamedNumber(ScenarioParser.NamedNumberContext ctx)
Exit a parse tree produced by theNamedNumberlabeled alternative inScenarioParser.namedExpr().- Parameters:
ctx- the parse tree
-
enterBidiNamedExpr
void enterBidiNamedExpr(ScenarioParser.BidiNamedExprContext ctx)
Enter a parse tree produced byScenarioParser.bidiNamedExpr().- Parameters:
ctx- the parse tree
-
exitBidiNamedExpr
void exitBidiNamedExpr(ScenarioParser.BidiNamedExprContext ctx)
Exit a parse tree produced byScenarioParser.bidiNamedExpr().- Parameters:
ctx- the parse tree
-
enterHasSentence
void enterHasSentence(ScenarioParser.HasSentenceContext ctx)
Enter a parse tree produced byScenarioParser.hasSentence().- Parameters:
ctx- the parse tree
-
exitHasSentence
void exitHasSentence(ScenarioParser.HasSentenceContext ctx)
Exit a parse tree produced byScenarioParser.hasSentence().- Parameters:
ctx- the parse tree
-
enterHasClauses
void enterHasClauses(ScenarioParser.HasClausesContext ctx)
Enter a parse tree produced byScenarioParser.hasClauses().- Parameters:
ctx- the parse tree
-
exitHasClauses
void exitHasClauses(ScenarioParser.HasClausesContext ctx)
Exit a parse tree produced byScenarioParser.hasClauses().- Parameters:
ctx- the parse tree
-
enterHasClause
void enterHasClause(ScenarioParser.HasClauseContext ctx)
Enter a parse tree produced byScenarioParser.hasClause().- Parameters:
ctx- the parse tree
-
exitHasClause
void exitHasClause(ScenarioParser.HasClauseContext ctx)
Exit a parse tree produced byScenarioParser.hasClause().- Parameters:
ctx- the parse tree
-
enterCreateSentence
void enterCreateSentence(ScenarioParser.CreateSentenceContext ctx)
Enter a parse tree produced byScenarioParser.createSentence().- Parameters:
ctx- the parse tree
-
exitCreateSentence
void exitCreateSentence(ScenarioParser.CreateSentenceContext ctx)
Exit a parse tree produced byScenarioParser.createSentence().- Parameters:
ctx- the parse tree
-
enterCallSentence
void enterCallSentence(ScenarioParser.CallSentenceContext ctx)
Enter a parse tree produced byScenarioParser.callSentence().- Parameters:
ctx- the parse tree
-
exitCallSentence
void exitCallSentence(ScenarioParser.CallSentenceContext ctx)
Exit a parse tree produced byScenarioParser.callSentence().- Parameters:
ctx- the parse tree
-
enterAnswerSentence
void enterAnswerSentence(ScenarioParser.AnswerSentenceContext ctx)
Enter a parse tree produced byScenarioParser.answerSentence().- Parameters:
ctx- the parse tree
-
exitAnswerSentence
void exitAnswerSentence(ScenarioParser.AnswerSentenceContext ctx)
Exit a parse tree produced byScenarioParser.answerSentence().- Parameters:
ctx- the parse tree
-
enterWriteSentence
void enterWriteSentence(ScenarioParser.WriteSentenceContext ctx)
Enter a parse tree produced byScenarioParser.writeSentence().- Parameters:
ctx- the parse tree
-
exitWriteSentence
void exitWriteSentence(ScenarioParser.WriteSentenceContext ctx)
Exit a parse tree produced byScenarioParser.writeSentence().- Parameters:
ctx- the parse tree
-
enterAddSentence
void enterAddSentence(ScenarioParser.AddSentenceContext ctx)
Enter a parse tree produced byScenarioParser.addSentence().- Parameters:
ctx- the parse tree
-
exitAddSentence
void exitAddSentence(ScenarioParser.AddSentenceContext ctx)
Exit a parse tree produced byScenarioParser.addSentence().- Parameters:
ctx- the parse tree
-
enterRemoveSentence
void enterRemoveSentence(ScenarioParser.RemoveSentenceContext ctx)
Enter a parse tree produced byScenarioParser.removeSentence().- Parameters:
ctx- the parse tree
-
exitRemoveSentence
void exitRemoveSentence(ScenarioParser.RemoveSentenceContext ctx)
Exit a parse tree produced byScenarioParser.removeSentence().- Parameters:
ctx- the parse tree
-
enterConditionalSentence
void enterConditionalSentence(ScenarioParser.ConditionalSentenceContext ctx)
Enter a parse tree produced byScenarioParser.conditionalSentence().- Parameters:
ctx- the parse tree
-
exitConditionalSentence
void exitConditionalSentence(ScenarioParser.ConditionalSentenceContext ctx)
Exit a parse tree produced byScenarioParser.conditionalSentence().- Parameters:
ctx- the parse tree
-
enterTakeSentence
void enterTakeSentence(ScenarioParser.TakeSentenceContext ctx)
Enter a parse tree produced byScenarioParser.takeSentence().- Parameters:
ctx- the parse tree
-
exitTakeSentence
void exitTakeSentence(ScenarioParser.TakeSentenceContext ctx)
Exit a parse tree produced byScenarioParser.takeSentence().- Parameters:
ctx- the parse tree
-
enterCompoundSentenceBody
void enterCompoundSentenceBody(ScenarioParser.CompoundSentenceBodyContext ctx)
Enter a parse tree produced byScenarioParser.compoundSentenceBody().- Parameters:
ctx- the parse tree
-
exitCompoundSentenceBody
void exitCompoundSentenceBody(ScenarioParser.CompoundSentenceBodyContext ctx)
Exit a parse tree produced byScenarioParser.compoundSentenceBody().- Parameters:
ctx- the parse tree
-
enterExpectSentence
void enterExpectSentence(ScenarioParser.ExpectSentenceContext ctx)
Enter a parse tree produced byScenarioParser.expectSentence().- Parameters:
ctx- the parse tree
-
exitExpectSentence
void exitExpectSentence(ScenarioParser.ExpectSentenceContext ctx)
Exit a parse tree produced byScenarioParser.expectSentence().- Parameters:
ctx- the parse tree
-
enterThatClauses
void enterThatClauses(ScenarioParser.ThatClausesContext ctx)
Enter a parse tree produced byScenarioParser.thatClauses().- Parameters:
ctx- the parse tree
-
exitThatClauses
void exitThatClauses(ScenarioParser.ThatClausesContext ctx)
Exit a parse tree produced byScenarioParser.thatClauses().- Parameters:
ctx- the parse tree
-
enterThatClause
void enterThatClause(ScenarioParser.ThatClauseContext ctx)
Enter a parse tree produced byScenarioParser.thatClause().- Parameters:
ctx- the parse tree
-
exitThatClause
void exitThatClause(ScenarioParser.ThatClauseContext ctx)
Exit a parse tree produced byScenarioParser.thatClause().- Parameters:
ctx- the parse tree
-
enterDiagramSentence
void enterDiagramSentence(ScenarioParser.DiagramSentenceContext ctx)
Enter a parse tree produced byScenarioParser.diagramSentence().- Parameters:
ctx- the parse tree
-
exitDiagramSentence
void exitDiagramSentence(ScenarioParser.DiagramSentenceContext ctx)
Exit a parse tree produced byScenarioParser.diagramSentence().- Parameters:
ctx- the parse tree
-
enterExpr
void enterExpr(ScenarioParser.ExprContext ctx)
Enter a parse tree produced byScenarioParser.expr().- Parameters:
ctx- the parse tree
-
exitExpr
void exitExpr(ScenarioParser.ExprContext ctx)
Exit a parse tree produced byScenarioParser.expr().- Parameters:
ctx- the parse tree
-
enterPrimary
void enterPrimary(ScenarioParser.PrimaryContext ctx)
Enter a parse tree produced byScenarioParser.primary().- Parameters:
ctx- the parse tree
-
exitPrimary
void exitPrimary(ScenarioParser.PrimaryContext ctx)
Exit a parse tree produced byScenarioParser.primary().- Parameters:
ctx- the parse tree
-
enterPrimaryExpr
void enterPrimaryExpr(ScenarioParser.PrimaryExprContext ctx)
Enter a parse tree produced byScenarioParser.primaryExpr().- Parameters:
ctx- the parse tree
-
exitPrimaryExpr
void exitPrimaryExpr(ScenarioParser.PrimaryExprContext ctx)
Exit a parse tree produced byScenarioParser.primaryExpr().- Parameters:
ctx- the parse tree
-
enterNumber
void enterNumber(ScenarioParser.NumberContext ctx)
Enter a parse tree produced byScenarioParser.number().- Parameters:
ctx- the parse tree
-
exitNumber
void exitNumber(ScenarioParser.NumberContext ctx)
Exit a parse tree produced byScenarioParser.number().- Parameters:
ctx- the parse tree
-
enterStringLiteral
void enterStringLiteral(ScenarioParser.StringLiteralContext ctx)
Enter a parse tree produced byScenarioParser.stringLiteral().- Parameters:
ctx- the parse tree
-
exitStringLiteral
void exitStringLiteral(ScenarioParser.StringLiteralContext ctx)
Exit a parse tree produced byScenarioParser.stringLiteral().- Parameters:
ctx- the parse tree
-
enterIt
void enterIt(ScenarioParser.ItContext ctx)
Enter a parse tree produced byScenarioParser.it().- Parameters:
ctx- the parse tree
-
exitIt
void exitIt(ScenarioParser.ItContext ctx)
Exit a parse tree produced byScenarioParser.it().- Parameters:
ctx- the parse tree
-
enterAnswer
void enterAnswer(ScenarioParser.AnswerContext ctx)
Enter a parse tree produced byScenarioParser.answer().- Parameters:
ctx- the parse tree
-
exitAnswer
void exitAnswer(ScenarioParser.AnswerContext ctx)
Exit a parse tree produced byScenarioParser.answer().- Parameters:
ctx- the parse tree
-
enterSimpleName
void enterSimpleName(ScenarioParser.SimpleNameContext ctx)
Enter a parse tree produced byScenarioParser.simpleName().- Parameters:
ctx- the parse tree
-
exitSimpleName
void exitSimpleName(ScenarioParser.SimpleNameContext ctx)
Exit a parse tree produced byScenarioParser.simpleName().- Parameters:
ctx- the parse tree
-
enterName
void enterName(ScenarioParser.NameContext ctx)
Enter a parse tree produced byScenarioParser.name().- Parameters:
ctx- the parse tree
-
exitName
void exitName(ScenarioParser.NameContext ctx)
Exit a parse tree produced byScenarioParser.name().- Parameters:
ctx- the parse tree
-
enterNameAccess
void enterNameAccess(ScenarioParser.NameAccessContext ctx)
Enter a parse tree produced byScenarioParser.nameAccess().- Parameters:
ctx- the parse tree
-
exitNameAccess
void exitNameAccess(ScenarioParser.NameAccessContext ctx)
Exit a parse tree produced byScenarioParser.nameAccess().- Parameters:
ctx- the parse tree
-
enterAccess
void enterAccess(ScenarioParser.AccessContext ctx)
Enter a parse tree produced byScenarioParser.access().- Parameters:
ctx- the parse tree
-
exitAccess
void exitAccess(ScenarioParser.AccessContext ctx)
Exit a parse tree produced byScenarioParser.access().- Parameters:
ctx- the parse tree
-
enterNamedAccess
void enterNamedAccess(ScenarioParser.NamedAccessContext ctx)
Enter a parse tree produced byScenarioParser.namedAccess().- Parameters:
ctx- the parse tree
-
exitNamedAccess
void exitNamedAccess(ScenarioParser.NamedAccessContext ctx)
Exit a parse tree produced byScenarioParser.namedAccess().- Parameters:
ctx- the parse tree
-
enterNamed
void enterNamed(ScenarioParser.NamedContext ctx)
Enter a parse tree produced byScenarioParser.named().- Parameters:
ctx- the parse tree
-
exitNamed
void exitNamed(ScenarioParser.NamedContext ctx)
Exit a parse tree produced byScenarioParser.named().- Parameters:
ctx- the parse tree
-
enterAttributeAccess
void enterAttributeAccess(ScenarioParser.AttributeAccessContext ctx)
Enter a parse tree produced byScenarioParser.attributeAccess().- Parameters:
ctx- the parse tree
-
exitAttributeAccess
void exitAttributeAccess(ScenarioParser.AttributeAccessContext ctx)
Exit a parse tree produced byScenarioParser.attributeAccess().- Parameters:
ctx- the parse tree
-
enterExampleAccess
void enterExampleAccess(ScenarioParser.ExampleAccessContext ctx)
Enter a parse tree produced byScenarioParser.exampleAccess().- Parameters:
ctx- the parse tree
-
exitExampleAccess
void exitExampleAccess(ScenarioParser.ExampleAccessContext ctx)
Exit a parse tree produced byScenarioParser.exampleAccess().- Parameters:
ctx- the parse tree
-
enterFilterExpr
void enterFilterExpr(ScenarioParser.FilterExprContext ctx)
Enter a parse tree produced byScenarioParser.filterExpr().- Parameters:
ctx- the parse tree
-
exitFilterExpr
void exitFilterExpr(ScenarioParser.FilterExprContext ctx)
Exit a parse tree produced byScenarioParser.filterExpr().- Parameters:
ctx- the parse tree
-
enterSep
void enterSep(ScenarioParser.SepContext ctx)
Enter a parse tree produced byScenarioParser.sep().- Parameters:
ctx- the parse tree
-
exitSep
void exitSep(ScenarioParser.SepContext ctx)
Exit a parse tree produced byScenarioParser.sep().- Parameters:
ctx- the parse tree
-
enterCollection
void enterCollection(ScenarioParser.CollectionContext ctx)
Enter a parse tree produced byScenarioParser.collection().- Parameters:
ctx- the parse tree
-
exitCollection
void exitCollection(ScenarioParser.CollectionContext ctx)
Exit a parse tree produced byScenarioParser.collection().- Parameters:
ctx- the parse tree
-
enterList
void enterList(ScenarioParser.ListContext ctx)
Enter a parse tree produced byScenarioParser.list().- Parameters:
ctx- the parse tree
-
exitList
void exitList(ScenarioParser.ListContext ctx)
Exit a parse tree produced byScenarioParser.list().- Parameters:
ctx- the parse tree
-
enterListElem
void enterListElem(ScenarioParser.ListElemContext ctx)
Enter a parse tree produced byScenarioParser.listElem().- Parameters:
ctx- the parse tree
-
exitListElem
void exitListElem(ScenarioParser.ListElemContext ctx)
Exit a parse tree produced byScenarioParser.listElem().- Parameters:
ctx- the parse tree
-
enterRange
void enterRange(ScenarioParser.RangeContext ctx)
Enter a parse tree produced byScenarioParser.range().- Parameters:
ctx- the parse tree
-
exitRange
void exitRange(ScenarioParser.RangeContext ctx)
Exit a parse tree produced byScenarioParser.range().- Parameters:
ctx- the parse tree
-
enterCondExpr
void enterCondExpr(ScenarioParser.CondExprContext ctx)
Enter a parse tree produced byScenarioParser.condExpr().- Parameters:
ctx- the parse tree
-
exitCondExpr
void exitCondExpr(ScenarioParser.CondExprContext ctx)
Exit a parse tree produced byScenarioParser.condExpr().- Parameters:
ctx- the parse tree
-
enterAndCondExpr
void enterAndCondExpr(ScenarioParser.AndCondExprContext ctx)
Enter a parse tree produced byScenarioParser.andCondExpr().- Parameters:
ctx- the parse tree
-
exitAndCondExpr
void exitAndCondExpr(ScenarioParser.AndCondExprContext ctx)
Exit a parse tree produced byScenarioParser.andCondExpr().- Parameters:
ctx- the parse tree
-
enterOrCondExpr
void enterOrCondExpr(ScenarioParser.OrCondExprContext ctx)
Enter a parse tree produced byScenarioParser.orCondExpr().- Parameters:
ctx- the parse tree
-
exitOrCondExpr
void exitOrCondExpr(ScenarioParser.OrCondExprContext ctx)
Exit a parse tree produced byScenarioParser.orCondExpr().- Parameters:
ctx- the parse tree
-
enterPrimaryCondExpr
void enterPrimaryCondExpr(ScenarioParser.PrimaryCondExprContext ctx)
Enter a parse tree produced byScenarioParser.primaryCondExpr().- Parameters:
ctx- the parse tree
-
exitPrimaryCondExpr
void exitPrimaryCondExpr(ScenarioParser.PrimaryCondExprContext ctx)
Exit a parse tree produced byScenarioParser.primaryCondExpr().- Parameters:
ctx- the parse tree
-
enterAttrCheck
void enterAttrCheck(ScenarioParser.AttrCheckContext ctx)
Enter a parse tree produced byScenarioParser.attrCheck().- Parameters:
ctx- the parse tree
-
exitAttrCheck
void exitAttrCheck(ScenarioParser.AttrCheckContext ctx)
Exit a parse tree produced byScenarioParser.attrCheck().- Parameters:
ctx- the parse tree
-
enterCondOpExpr
void enterCondOpExpr(ScenarioParser.CondOpExprContext ctx)
Enter a parse tree produced byScenarioParser.condOpExpr().- Parameters:
ctx- the parse tree
-
exitCondOpExpr
void exitCondOpExpr(ScenarioParser.CondOpExprContext ctx)
Exit a parse tree produced byScenarioParser.condOpExpr().- Parameters:
ctx- the parse tree
-
enterCondOp
void enterCondOp(ScenarioParser.CondOpContext ctx)
Enter a parse tree produced byScenarioParser.condOp().- Parameters:
ctx- the parse tree
-
exitCondOp
void exitCondOp(ScenarioParser.CondOpContext ctx)
Exit a parse tree produced byScenarioParser.condOp().- Parameters:
ctx- the parse tree
-
enterEqOp
void enterEqOp(ScenarioParser.EqOpContext ctx)
Enter a parse tree produced byScenarioParser.eqOp().- Parameters:
ctx- the parse tree
-
exitEqOp
void exitEqOp(ScenarioParser.EqOpContext ctx)
Exit a parse tree produced byScenarioParser.eqOp().- Parameters:
ctx- the parse tree
-
enterCmpOp
void enterCmpOp(ScenarioParser.CmpOpContext ctx)
Enter a parse tree produced byScenarioParser.cmpOp().- Parameters:
ctx- the parse tree
-
exitCmpOp
void exitCmpOp(ScenarioParser.CmpOpContext ctx)
Exit a parse tree produced byScenarioParser.cmpOp().- Parameters:
ctx- the parse tree
-
enterCollOp
void enterCollOp(ScenarioParser.CollOpContext ctx)
Enter a parse tree produced byScenarioParser.collOp().- Parameters:
ctx- the parse tree
-
exitCollOp
void exitCollOp(ScenarioParser.CollOpContext ctx)
Exit a parse tree produced byScenarioParser.collOp().- Parameters:
ctx- the parse tree
-
enterPredOpExpr
void enterPredOpExpr(ScenarioParser.PredOpExprContext ctx)
Enter a parse tree produced byScenarioParser.predOpExpr().- Parameters:
ctx- the parse tree
-
exitPredOpExpr
void exitPredOpExpr(ScenarioParser.PredOpExprContext ctx)
Exit a parse tree produced byScenarioParser.predOpExpr().- Parameters:
ctx- the parse tree
-
enterPredOp
void enterPredOp(ScenarioParser.PredOpContext ctx)
Enter a parse tree produced byScenarioParser.predOp().- Parameters:
ctx- the parse tree
-
exitPredOp
void exitPredOp(ScenarioParser.PredOpContext ctx)
Exit a parse tree produced byScenarioParser.predOp().- Parameters:
ctx- the parse tree
-
-