Package org.sonarsource.slang.parser
Interface SLangListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
SLangBaseListener
public interface SLangListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
SLangParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced bySLangParser.additiveExpression().voidEnter a parse tree produced bySLangParser.additiveOperator().voidEnter a parse tree produced bySLangParser.annotation().voidEnter a parse tree produced bySLangParser.annotationParameter().voidEnter a parse tree produced bySLangParser.annotationParameterList().voidEnter a parse tree produced bySLangParser.annotationParameters().voidEnter a parse tree produced bySLangParser.argumentList().voidEnter a parse tree produced bySLangParser.assignment().voidEnter a parse tree produced bySLangParser.assignmentOperator().voidEnter a parse tree produced bySLangParser.atomicExpression().voidEnter a parse tree produced bySLangParser.block().voidEnter a parse tree produced bySLangParser.breakExpression().voidEnter a parse tree produced bySLangParser.catchBlock().voidEnter a parse tree produced bySLangParser.classDeclaration().voidEnter a parse tree produced bySLangParser.comparison().voidEnter a parse tree produced bySLangParser.comparisonOperator().voidEnter a parse tree produced bySLangParser.conditional().voidEnter a parse tree produced bySLangParser.conjunction().voidEnter a parse tree produced bySLangParser.conjunctionOperator().voidEnter a parse tree produced bySLangParser.continueExpression().voidEnter a parse tree produced bySLangParser.controlBlock().voidEnter a parse tree produced bySLangParser.declaration().voidEnter a parse tree produced bySLangParser.declarationModifier().voidEnter a parse tree produced bySLangParser.disjunction().voidEnter a parse tree produced bySLangParser.disjunctionOperator().voidEnter a parse tree produced bySLangParser.doWhileLoop().voidEnter a parse tree produced bySLangParser.equalityComparison().voidEnter a parse tree produced bySLangParser.equalityOperator().voidEnter a parse tree produced bySLangParser.expression().voidEnter a parse tree produced bySLangParser.expressionName().voidEnter a parse tree produced bySLangParser.finallyBlock().voidEnter a parse tree produced bySLangParser.forLoop().voidEnter a parse tree produced bySLangParser.formalParameter().voidEnter a parse tree produced bySLangParser.formalParameterList().voidEnter a parse tree produced bySLangParser.formalParameters().voidEnter a parse tree produced bySLangParser.identifier().voidEnter a parse tree produced bySLangParser.ifExpression().voidEnter a parse tree produced bySLangParser.importDeclaration().voidEnter a parse tree produced bySLangParser.jumpExpression().voidEnter a parse tree produced bySLangParser.label().voidEnter a parse tree produced bySLangParser.lastFormalParameter().voidEnter a parse tree produced bySLangParser.literal().voidEnter a parse tree produced bySLangParser.loopExpression().voidEnter a parse tree produced bySLangParser.matchCase().voidEnter a parse tree produced bySLangParser.matchExpression().voidEnter a parse tree produced bySLangParser.memberSelect().voidEnter a parse tree produced bySLangParser.methodBody().voidEnter a parse tree produced bySLangParser.methodDeclaration().voidEnter a parse tree produced bySLangParser.methodDeclarator().voidEnter a parse tree produced bySLangParser.methodHeader().voidEnter a parse tree produced bySLangParser.methodInvocation().voidEnter a parse tree produced bySLangParser.methodModifier().voidEnter a parse tree produced bySLangParser.multiplicativeExpression().voidEnter a parse tree produced bySLangParser.multiplicativeOperator().voidEnter a parse tree produced bySLangParser.nativeBlock().voidEnter a parse tree produced bySLangParser.nativeExpression().voidEnter a parse tree produced bySLangParser.packageDeclaration().voidEnter a parse tree produced bySLangParser.parameterModifier().voidEnter a parse tree produced bySLangParser.parenthesizedExpression().voidEnter a parse tree produced bySLangParser.receiverParameter().voidEnter a parse tree produced bySLangParser.returnExpression().voidEnter a parse tree produced bySLangParser.semi().voidEnter a parse tree produced bySLangParser.simpleType().voidEnter a parse tree produced bySLangParser.slangFile().voidEnter a parse tree produced bySLangParser.statement().voidEnter a parse tree produced bySLangParser.throwExpression().voidEnter a parse tree produced bySLangParser.tryExpression().voidEnter a parse tree produced bySLangParser.typeDeclaration().voidEnter a parse tree produced bySLangParser.unaryExpression().voidEnter a parse tree produced bySLangParser.unaryOperator().voidEnter a parse tree produced bySLangParser.variableDeclaratorId().voidEnter a parse tree produced bySLangParser.whileLoop().voidExit a parse tree produced bySLangParser.additiveExpression().voidExit a parse tree produced bySLangParser.additiveOperator().voidExit a parse tree produced bySLangParser.annotation().voidExit a parse tree produced bySLangParser.annotationParameter().voidExit a parse tree produced bySLangParser.annotationParameterList().voidExit a parse tree produced bySLangParser.annotationParameters().voidExit a parse tree produced bySLangParser.argumentList().voidExit a parse tree produced bySLangParser.assignment().voidExit a parse tree produced bySLangParser.assignmentOperator().voidExit a parse tree produced bySLangParser.atomicExpression().voidExit a parse tree produced bySLangParser.block().voidExit a parse tree produced bySLangParser.breakExpression().voidExit a parse tree produced bySLangParser.catchBlock().voidExit a parse tree produced bySLangParser.classDeclaration().voidExit a parse tree produced bySLangParser.comparison().voidExit a parse tree produced bySLangParser.comparisonOperator().voidExit a parse tree produced bySLangParser.conditional().voidExit a parse tree produced bySLangParser.conjunction().voidExit a parse tree produced bySLangParser.conjunctionOperator().voidExit a parse tree produced bySLangParser.continueExpression().voidExit a parse tree produced bySLangParser.controlBlock().voidExit a parse tree produced bySLangParser.declaration().voidExit a parse tree produced bySLangParser.declarationModifier().voidExit a parse tree produced bySLangParser.disjunction().voidExit a parse tree produced bySLangParser.disjunctionOperator().voidExit a parse tree produced bySLangParser.doWhileLoop().voidExit a parse tree produced bySLangParser.equalityComparison().voidExit a parse tree produced bySLangParser.equalityOperator().voidExit a parse tree produced bySLangParser.expression().voidExit a parse tree produced bySLangParser.expressionName().voidExit a parse tree produced bySLangParser.finallyBlock().voidExit a parse tree produced bySLangParser.forLoop().voidExit a parse tree produced bySLangParser.formalParameter().voidExit a parse tree produced bySLangParser.formalParameterList().voidExit a parse tree produced bySLangParser.formalParameters().voidExit a parse tree produced bySLangParser.identifier().voidExit a parse tree produced bySLangParser.ifExpression().voidExit a parse tree produced bySLangParser.importDeclaration().voidExit a parse tree produced bySLangParser.jumpExpression().voidExit a parse tree produced bySLangParser.label().voidExit a parse tree produced bySLangParser.lastFormalParameter().voidExit a parse tree produced bySLangParser.literal().voidExit a parse tree produced bySLangParser.loopExpression().voidExit a parse tree produced bySLangParser.matchCase().voidExit a parse tree produced bySLangParser.matchExpression().voidExit a parse tree produced bySLangParser.memberSelect().voidExit a parse tree produced bySLangParser.methodBody().voidExit a parse tree produced bySLangParser.methodDeclaration().voidExit a parse tree produced bySLangParser.methodDeclarator().voidExit a parse tree produced bySLangParser.methodHeader().voidExit a parse tree produced bySLangParser.methodInvocation().voidExit a parse tree produced bySLangParser.methodModifier().voidExit a parse tree produced bySLangParser.multiplicativeExpression().voidExit a parse tree produced bySLangParser.multiplicativeOperator().voidExit a parse tree produced bySLangParser.nativeBlock().voidExit a parse tree produced bySLangParser.nativeExpression().voidExit a parse tree produced bySLangParser.packageDeclaration().voidExit a parse tree produced bySLangParser.parameterModifier().voidExit a parse tree produced bySLangParser.parenthesizedExpression().voidExit a parse tree produced bySLangParser.receiverParameter().voidExit a parse tree produced bySLangParser.returnExpression().voidExit a parse tree produced bySLangParser.semi().voidExit a parse tree produced bySLangParser.simpleType().voidExit a parse tree produced bySLangParser.slangFile().voidExit a parse tree produced bySLangParser.statement().voidExit a parse tree produced bySLangParser.throwExpression().voidExit a parse tree produced bySLangParser.tryExpression().voidExit a parse tree produced bySLangParser.typeDeclaration().voidExit a parse tree produced bySLangParser.unaryExpression().voidExit a parse tree produced bySLangParser.unaryOperator().voidExit a parse tree produced bySLangParser.variableDeclaratorId().voidExit a parse tree produced bySLangParser.whileLoop().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterSlangFile
Enter a parse tree produced bySLangParser.slangFile().- Parameters:
ctx- the parse tree
-
exitSlangFile
Exit a parse tree produced bySLangParser.slangFile().- Parameters:
ctx- the parse tree
-
enterPackageDeclaration
Enter a parse tree produced bySLangParser.packageDeclaration().- Parameters:
ctx- the parse tree
-
exitPackageDeclaration
Exit a parse tree produced bySLangParser.packageDeclaration().- Parameters:
ctx- the parse tree
-
enterImportDeclaration
Enter a parse tree produced bySLangParser.importDeclaration().- Parameters:
ctx- the parse tree
-
exitImportDeclaration
Exit a parse tree produced bySLangParser.importDeclaration().- Parameters:
ctx- the parse tree
-
enterTypeDeclaration
Enter a parse tree produced bySLangParser.typeDeclaration().- Parameters:
ctx- the parse tree
-
exitTypeDeclaration
Exit a parse tree produced bySLangParser.typeDeclaration().- Parameters:
ctx- the parse tree
-
enterClassDeclaration
Enter a parse tree produced bySLangParser.classDeclaration().- Parameters:
ctx- the parse tree
-
exitClassDeclaration
Exit a parse tree produced bySLangParser.classDeclaration().- Parameters:
ctx- the parse tree
-
enterMethodDeclaration
Enter a parse tree produced bySLangParser.methodDeclaration().- Parameters:
ctx- the parse tree
-
exitMethodDeclaration
Exit a parse tree produced bySLangParser.methodDeclaration().- Parameters:
ctx- the parse tree
-
enterAnnotation
Enter a parse tree produced bySLangParser.annotation().- Parameters:
ctx- the parse tree
-
exitAnnotation
Exit a parse tree produced bySLangParser.annotation().- Parameters:
ctx- the parse tree
-
enterAnnotationParameters
Enter a parse tree produced bySLangParser.annotationParameters().- Parameters:
ctx- the parse tree
-
exitAnnotationParameters
Exit a parse tree produced bySLangParser.annotationParameters().- Parameters:
ctx- the parse tree
-
enterAnnotationParameter
Enter a parse tree produced bySLangParser.annotationParameter().- Parameters:
ctx- the parse tree
-
exitAnnotationParameter
Exit a parse tree produced bySLangParser.annotationParameter().- Parameters:
ctx- the parse tree
-
enterAnnotationParameterList
Enter a parse tree produced bySLangParser.annotationParameterList().- Parameters:
ctx- the parse tree
-
exitAnnotationParameterList
Exit a parse tree produced bySLangParser.annotationParameterList().- Parameters:
ctx- the parse tree
-
enterMethodModifier
Enter a parse tree produced bySLangParser.methodModifier().- Parameters:
ctx- the parse tree
-
exitMethodModifier
Exit a parse tree produced bySLangParser.methodModifier().- Parameters:
ctx- the parse tree
-
enterMethodHeader
Enter a parse tree produced bySLangParser.methodHeader().- Parameters:
ctx- the parse tree
-
exitMethodHeader
Exit a parse tree produced bySLangParser.methodHeader().- Parameters:
ctx- the parse tree
-
enterMethodDeclarator
Enter a parse tree produced bySLangParser.methodDeclarator().- Parameters:
ctx- the parse tree
-
exitMethodDeclarator
Exit a parse tree produced bySLangParser.methodDeclarator().- Parameters:
ctx- the parse tree
-
enterFormalParameterList
Enter a parse tree produced bySLangParser.formalParameterList().- Parameters:
ctx- the parse tree
-
exitFormalParameterList
Exit a parse tree produced bySLangParser.formalParameterList().- Parameters:
ctx- the parse tree
-
enterFormalParameters
Enter a parse tree produced bySLangParser.formalParameters().- Parameters:
ctx- the parse tree
-
exitFormalParameters
Exit a parse tree produced bySLangParser.formalParameters().- Parameters:
ctx- the parse tree
-
enterFormalParameter
Enter a parse tree produced bySLangParser.formalParameter().- Parameters:
ctx- the parse tree
-
exitFormalParameter
Exit a parse tree produced bySLangParser.formalParameter().- Parameters:
ctx- the parse tree
-
enterParameterModifier
Enter a parse tree produced bySLangParser.parameterModifier().- Parameters:
ctx- the parse tree
-
exitParameterModifier
Exit a parse tree produced bySLangParser.parameterModifier().- Parameters:
ctx- the parse tree
-
enterLastFormalParameter
Enter a parse tree produced bySLangParser.lastFormalParameter().- Parameters:
ctx- the parse tree
-
exitLastFormalParameter
Exit a parse tree produced bySLangParser.lastFormalParameter().- Parameters:
ctx- the parse tree
-
enterReceiverParameter
Enter a parse tree produced bySLangParser.receiverParameter().- Parameters:
ctx- the parse tree
-
exitReceiverParameter
Exit a parse tree produced bySLangParser.receiverParameter().- Parameters:
ctx- the parse tree
-
enterVariableDeclaratorId
Enter a parse tree produced bySLangParser.variableDeclaratorId().- Parameters:
ctx- the parse tree
-
exitVariableDeclaratorId
Exit a parse tree produced bySLangParser.variableDeclaratorId().- Parameters:
ctx- the parse tree
-
enterMethodBody
Enter a parse tree produced bySLangParser.methodBody().- Parameters:
ctx- the parse tree
-
exitMethodBody
Exit a parse tree produced bySLangParser.methodBody().- Parameters:
ctx- the parse tree
-
enterBlock
Enter a parse tree produced bySLangParser.block().- Parameters:
ctx- the parse tree
-
exitBlock
Exit a parse tree produced bySLangParser.block().- Parameters:
ctx- the parse tree
-
enterStatement
Enter a parse tree produced bySLangParser.statement().- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced bySLangParser.statement().- Parameters:
ctx- the parse tree
-
enterDeclaration
Enter a parse tree produced bySLangParser.declaration().- Parameters:
ctx- the parse tree
-
exitDeclaration
Exit a parse tree produced bySLangParser.declaration().- Parameters:
ctx- the parse tree
-
enterDeclarationModifier
Enter a parse tree produced bySLangParser.declarationModifier().- Parameters:
ctx- the parse tree
-
exitDeclarationModifier
Exit a parse tree produced bySLangParser.declarationModifier().- Parameters:
ctx- the parse tree
-
enterAssignment
Enter a parse tree produced bySLangParser.assignment().- Parameters:
ctx- the parse tree
-
exitAssignment
Exit a parse tree produced bySLangParser.assignment().- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced bySLangParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced bySLangParser.expression().- Parameters:
ctx- the parse tree
-
enterDisjunction
Enter a parse tree produced bySLangParser.disjunction().- Parameters:
ctx- the parse tree
-
exitDisjunction
Exit a parse tree produced bySLangParser.disjunction().- Parameters:
ctx- the parse tree
-
enterConjunction
Enter a parse tree produced bySLangParser.conjunction().- Parameters:
ctx- the parse tree
-
exitConjunction
Exit a parse tree produced bySLangParser.conjunction().- Parameters:
ctx- the parse tree
-
enterEqualityComparison
Enter a parse tree produced bySLangParser.equalityComparison().- Parameters:
ctx- the parse tree
-
exitEqualityComparison
Exit a parse tree produced bySLangParser.equalityComparison().- Parameters:
ctx- the parse tree
-
enterComparison
Enter a parse tree produced bySLangParser.comparison().- Parameters:
ctx- the parse tree
-
exitComparison
Exit a parse tree produced bySLangParser.comparison().- Parameters:
ctx- the parse tree
-
enterAdditiveExpression
Enter a parse tree produced bySLangParser.additiveExpression().- Parameters:
ctx- the parse tree
-
exitAdditiveExpression
Exit a parse tree produced bySLangParser.additiveExpression().- Parameters:
ctx- the parse tree
-
enterMultiplicativeExpression
Enter a parse tree produced bySLangParser.multiplicativeExpression().- Parameters:
ctx- the parse tree
-
exitMultiplicativeExpression
Exit a parse tree produced bySLangParser.multiplicativeExpression().- Parameters:
ctx- the parse tree
-
enterUnaryExpression
Enter a parse tree produced bySLangParser.unaryExpression().- Parameters:
ctx- the parse tree
-
exitUnaryExpression
Exit a parse tree produced bySLangParser.unaryExpression().- Parameters:
ctx- the parse tree
-
enterAtomicExpression
Enter a parse tree produced bySLangParser.atomicExpression().- Parameters:
ctx- the parse tree
-
exitAtomicExpression
Exit a parse tree produced bySLangParser.atomicExpression().- Parameters:
ctx- the parse tree
-
enterParenthesizedExpression
Enter a parse tree produced bySLangParser.parenthesizedExpression().- Parameters:
ctx- the parse tree
-
exitParenthesizedExpression
Exit a parse tree produced bySLangParser.parenthesizedExpression().- Parameters:
ctx- the parse tree
-
enterMethodInvocation
Enter a parse tree produced bySLangParser.methodInvocation().- Parameters:
ctx- the parse tree
-
exitMethodInvocation
Exit a parse tree produced bySLangParser.methodInvocation().- Parameters:
ctx- the parse tree
-
enterMemberSelect
Enter a parse tree produced bySLangParser.memberSelect().- Parameters:
ctx- the parse tree
-
exitMemberSelect
Exit a parse tree produced bySLangParser.memberSelect().- Parameters:
ctx- the parse tree
-
enterArgumentList
Enter a parse tree produced bySLangParser.argumentList().- Parameters:
ctx- the parse tree
-
exitArgumentList
Exit a parse tree produced bySLangParser.argumentList().- Parameters:
ctx- the parse tree
-
enterExpressionName
Enter a parse tree produced bySLangParser.expressionName().- Parameters:
ctx- the parse tree
-
exitExpressionName
Exit a parse tree produced bySLangParser.expressionName().- Parameters:
ctx- the parse tree
-
enterConditional
Enter a parse tree produced bySLangParser.conditional().- Parameters:
ctx- the parse tree
-
exitConditional
Exit a parse tree produced bySLangParser.conditional().- Parameters:
ctx- the parse tree
-
enterIfExpression
Enter a parse tree produced bySLangParser.ifExpression().- Parameters:
ctx- the parse tree
-
exitIfExpression
Exit a parse tree produced bySLangParser.ifExpression().- Parameters:
ctx- the parse tree
-
enterMatchExpression
Enter a parse tree produced bySLangParser.matchExpression().- Parameters:
ctx- the parse tree
-
exitMatchExpression
Exit a parse tree produced bySLangParser.matchExpression().- Parameters:
ctx- the parse tree
-
enterMatchCase
Enter a parse tree produced bySLangParser.matchCase().- Parameters:
ctx- the parse tree
-
exitMatchCase
Exit a parse tree produced bySLangParser.matchCase().- Parameters:
ctx- the parse tree
-
enterLoopExpression
Enter a parse tree produced bySLangParser.loopExpression().- Parameters:
ctx- the parse tree
-
exitLoopExpression
Exit a parse tree produced bySLangParser.loopExpression().- Parameters:
ctx- the parse tree
-
enterForLoop
Enter a parse tree produced bySLangParser.forLoop().- Parameters:
ctx- the parse tree
-
exitForLoop
Exit a parse tree produced bySLangParser.forLoop().- Parameters:
ctx- the parse tree
-
enterWhileLoop
Enter a parse tree produced bySLangParser.whileLoop().- Parameters:
ctx- the parse tree
-
exitWhileLoop
Exit a parse tree produced bySLangParser.whileLoop().- Parameters:
ctx- the parse tree
-
enterDoWhileLoop
Enter a parse tree produced bySLangParser.doWhileLoop().- Parameters:
ctx- the parse tree
-
exitDoWhileLoop
Exit a parse tree produced bySLangParser.doWhileLoop().- Parameters:
ctx- the parse tree
-
enterControlBlock
Enter a parse tree produced bySLangParser.controlBlock().- Parameters:
ctx- the parse tree
-
exitControlBlock
Exit a parse tree produced bySLangParser.controlBlock().- Parameters:
ctx- the parse tree
-
enterTryExpression
Enter a parse tree produced bySLangParser.tryExpression().- Parameters:
ctx- the parse tree
-
exitTryExpression
Exit a parse tree produced bySLangParser.tryExpression().- Parameters:
ctx- the parse tree
-
enterCatchBlock
Enter a parse tree produced bySLangParser.catchBlock().- Parameters:
ctx- the parse tree
-
exitCatchBlock
Exit a parse tree produced bySLangParser.catchBlock().- Parameters:
ctx- the parse tree
-
enterFinallyBlock
Enter a parse tree produced bySLangParser.finallyBlock().- Parameters:
ctx- the parse tree
-
exitFinallyBlock
Exit a parse tree produced bySLangParser.finallyBlock().- Parameters:
ctx- the parse tree
-
enterNativeExpression
Enter a parse tree produced bySLangParser.nativeExpression().- Parameters:
ctx- the parse tree
-
exitNativeExpression
Exit a parse tree produced bySLangParser.nativeExpression().- Parameters:
ctx- the parse tree
-
enterNativeBlock
Enter a parse tree produced bySLangParser.nativeBlock().- Parameters:
ctx- the parse tree
-
exitNativeBlock
Exit a parse tree produced bySLangParser.nativeBlock().- Parameters:
ctx- the parse tree
-
enterReturnExpression
Enter a parse tree produced bySLangParser.returnExpression().- Parameters:
ctx- the parse tree
-
exitReturnExpression
Exit a parse tree produced bySLangParser.returnExpression().- Parameters:
ctx- the parse tree
-
enterThrowExpression
Enter a parse tree produced bySLangParser.throwExpression().- Parameters:
ctx- the parse tree
-
exitThrowExpression
Exit a parse tree produced bySLangParser.throwExpression().- Parameters:
ctx- the parse tree
-
enterJumpExpression
Enter a parse tree produced bySLangParser.jumpExpression().- Parameters:
ctx- the parse tree
-
exitJumpExpression
Exit a parse tree produced bySLangParser.jumpExpression().- Parameters:
ctx- the parse tree
-
enterBreakExpression
Enter a parse tree produced bySLangParser.breakExpression().- Parameters:
ctx- the parse tree
-
exitBreakExpression
Exit a parse tree produced bySLangParser.breakExpression().- Parameters:
ctx- the parse tree
-
enterContinueExpression
Enter a parse tree produced bySLangParser.continueExpression().- Parameters:
ctx- the parse tree
-
exitContinueExpression
Exit a parse tree produced bySLangParser.continueExpression().- Parameters:
ctx- the parse tree
-
enterLabel
Enter a parse tree produced bySLangParser.label().- Parameters:
ctx- the parse tree
-
exitLabel
Exit a parse tree produced bySLangParser.label().- Parameters:
ctx- the parse tree
-
enterMultiplicativeOperator
Enter a parse tree produced bySLangParser.multiplicativeOperator().- Parameters:
ctx- the parse tree
-
exitMultiplicativeOperator
Exit a parse tree produced bySLangParser.multiplicativeOperator().- Parameters:
ctx- the parse tree
-
enterAdditiveOperator
Enter a parse tree produced bySLangParser.additiveOperator().- Parameters:
ctx- the parse tree
-
exitAdditiveOperator
Exit a parse tree produced bySLangParser.additiveOperator().- Parameters:
ctx- the parse tree
-
enterComparisonOperator
Enter a parse tree produced bySLangParser.comparisonOperator().- Parameters:
ctx- the parse tree
-
exitComparisonOperator
Exit a parse tree produced bySLangParser.comparisonOperator().- Parameters:
ctx- the parse tree
-
enterEqualityOperator
Enter a parse tree produced bySLangParser.equalityOperator().- Parameters:
ctx- the parse tree
-
exitEqualityOperator
Exit a parse tree produced bySLangParser.equalityOperator().- Parameters:
ctx- the parse tree
-
enterAssignmentOperator
Enter a parse tree produced bySLangParser.assignmentOperator().- Parameters:
ctx- the parse tree
-
exitAssignmentOperator
Exit a parse tree produced bySLangParser.assignmentOperator().- Parameters:
ctx- the parse tree
-
enterUnaryOperator
Enter a parse tree produced bySLangParser.unaryOperator().- Parameters:
ctx- the parse tree
-
exitUnaryOperator
Exit a parse tree produced bySLangParser.unaryOperator().- Parameters:
ctx- the parse tree
-
enterDisjunctionOperator
Enter a parse tree produced bySLangParser.disjunctionOperator().- Parameters:
ctx- the parse tree
-
exitDisjunctionOperator
Exit a parse tree produced bySLangParser.disjunctionOperator().- Parameters:
ctx- the parse tree
-
enterConjunctionOperator
Enter a parse tree produced bySLangParser.conjunctionOperator().- Parameters:
ctx- the parse tree
-
exitConjunctionOperator
Exit a parse tree produced bySLangParser.conjunctionOperator().- Parameters:
ctx- the parse tree
-
enterSimpleType
Enter a parse tree produced bySLangParser.simpleType().- Parameters:
ctx- the parse tree
-
exitSimpleType
Exit a parse tree produced bySLangParser.simpleType().- Parameters:
ctx- the parse tree
-
enterLiteral
Enter a parse tree produced bySLangParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
Exit a parse tree produced bySLangParser.literal().- Parameters:
ctx- the parse tree
-
enterSemi
Enter a parse tree produced bySLangParser.semi().- Parameters:
ctx- the parse tree
-
exitSemi
Exit a parse tree produced bySLangParser.semi().- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced bySLangParser.identifier().- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced bySLangParser.identifier().- Parameters:
ctx- the parse tree
-