public interface SLangListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
SLangParser.void enterSlangFile(SLangParser.SlangFileContext ctx)
SLangParser.slangFile().ctx - the parse treevoid exitSlangFile(SLangParser.SlangFileContext ctx)
SLangParser.slangFile().ctx - the parse treevoid enterTypeDeclaration(SLangParser.TypeDeclarationContext ctx)
SLangParser.typeDeclaration().ctx - the parse treevoid exitTypeDeclaration(SLangParser.TypeDeclarationContext ctx)
SLangParser.typeDeclaration().ctx - the parse treevoid enterClassDeclaration(SLangParser.ClassDeclarationContext ctx)
SLangParser.classDeclaration().ctx - the parse treevoid exitClassDeclaration(SLangParser.ClassDeclarationContext ctx)
SLangParser.classDeclaration().ctx - the parse treevoid enterMethodDeclaration(SLangParser.MethodDeclarationContext ctx)
SLangParser.methodDeclaration().ctx - the parse treevoid exitMethodDeclaration(SLangParser.MethodDeclarationContext ctx)
SLangParser.methodDeclaration().ctx - the parse treevoid enterMethodModifier(SLangParser.MethodModifierContext ctx)
SLangParser.methodModifier().ctx - the parse treevoid exitMethodModifier(SLangParser.MethodModifierContext ctx)
SLangParser.methodModifier().ctx - the parse treevoid enterMethodHeader(SLangParser.MethodHeaderContext ctx)
SLangParser.methodHeader().ctx - the parse treevoid exitMethodHeader(SLangParser.MethodHeaderContext ctx)
SLangParser.methodHeader().ctx - the parse treevoid enterMethodDeclarator(SLangParser.MethodDeclaratorContext ctx)
SLangParser.methodDeclarator().ctx - the parse treevoid exitMethodDeclarator(SLangParser.MethodDeclaratorContext ctx)
SLangParser.methodDeclarator().ctx - the parse treevoid enterFormalParameterList(SLangParser.FormalParameterListContext ctx)
SLangParser.formalParameterList().ctx - the parse treevoid exitFormalParameterList(SLangParser.FormalParameterListContext ctx)
SLangParser.formalParameterList().ctx - the parse treevoid enterFormalParameters(SLangParser.FormalParametersContext ctx)
SLangParser.formalParameters().ctx - the parse treevoid exitFormalParameters(SLangParser.FormalParametersContext ctx)
SLangParser.formalParameters().ctx - the parse treevoid enterFormalParameter(SLangParser.FormalParameterContext ctx)
SLangParser.formalParameter().ctx - the parse treevoid exitFormalParameter(SLangParser.FormalParameterContext ctx)
SLangParser.formalParameter().ctx - the parse treevoid enterLastFormalParameter(SLangParser.LastFormalParameterContext ctx)
SLangParser.lastFormalParameter().ctx - the parse treevoid exitLastFormalParameter(SLangParser.LastFormalParameterContext ctx)
SLangParser.lastFormalParameter().ctx - the parse treevoid enterReceiverParameter(SLangParser.ReceiverParameterContext ctx)
SLangParser.receiverParameter().ctx - the parse treevoid exitReceiverParameter(SLangParser.ReceiverParameterContext ctx)
SLangParser.receiverParameter().ctx - the parse treevoid enterVariableDeclaratorId(SLangParser.VariableDeclaratorIdContext ctx)
SLangParser.variableDeclaratorId().ctx - the parse treevoid exitVariableDeclaratorId(SLangParser.VariableDeclaratorIdContext ctx)
SLangParser.variableDeclaratorId().ctx - the parse treevoid enterMethodBody(SLangParser.MethodBodyContext ctx)
SLangParser.methodBody().ctx - the parse treevoid exitMethodBody(SLangParser.MethodBodyContext ctx)
SLangParser.methodBody().ctx - the parse treevoid enterBlock(SLangParser.BlockContext ctx)
SLangParser.block().ctx - the parse treevoid exitBlock(SLangParser.BlockContext ctx)
SLangParser.block().ctx - the parse treevoid enterStatement(SLangParser.StatementContext ctx)
SLangParser.statement().ctx - the parse treevoid exitStatement(SLangParser.StatementContext ctx)
SLangParser.statement().ctx - the parse treevoid enterDeclaration(SLangParser.DeclarationContext ctx)
SLangParser.declaration().ctx - the parse treevoid exitDeclaration(SLangParser.DeclarationContext ctx)
SLangParser.declaration().ctx - the parse treevoid enterDeclarationModifier(SLangParser.DeclarationModifierContext ctx)
SLangParser.declarationModifier().ctx - the parse treevoid exitDeclarationModifier(SLangParser.DeclarationModifierContext ctx)
SLangParser.declarationModifier().ctx - the parse treevoid enterAssignment(SLangParser.AssignmentContext ctx)
SLangParser.assignment().ctx - the parse treevoid exitAssignment(SLangParser.AssignmentContext ctx)
SLangParser.assignment().ctx - the parse treevoid enterExpression(SLangParser.ExpressionContext ctx)
SLangParser.expression().ctx - the parse treevoid exitExpression(SLangParser.ExpressionContext ctx)
SLangParser.expression().ctx - the parse treevoid enterDisjunction(SLangParser.DisjunctionContext ctx)
SLangParser.disjunction().ctx - the parse treevoid exitDisjunction(SLangParser.DisjunctionContext ctx)
SLangParser.disjunction().ctx - the parse treevoid enterConjunction(SLangParser.ConjunctionContext ctx)
SLangParser.conjunction().ctx - the parse treevoid exitConjunction(SLangParser.ConjunctionContext ctx)
SLangParser.conjunction().ctx - the parse treevoid enterEqualityComparison(SLangParser.EqualityComparisonContext ctx)
SLangParser.equalityComparison().ctx - the parse treevoid exitEqualityComparison(SLangParser.EqualityComparisonContext ctx)
SLangParser.equalityComparison().ctx - the parse treevoid enterComparison(SLangParser.ComparisonContext ctx)
SLangParser.comparison().ctx - the parse treevoid exitComparison(SLangParser.ComparisonContext ctx)
SLangParser.comparison().ctx - the parse treevoid enterAdditiveExpression(SLangParser.AdditiveExpressionContext ctx)
SLangParser.additiveExpression().ctx - the parse treevoid exitAdditiveExpression(SLangParser.AdditiveExpressionContext ctx)
SLangParser.additiveExpression().ctx - the parse treevoid enterMultiplicativeExpression(SLangParser.MultiplicativeExpressionContext ctx)
SLangParser.multiplicativeExpression().ctx - the parse treevoid exitMultiplicativeExpression(SLangParser.MultiplicativeExpressionContext ctx)
SLangParser.multiplicativeExpression().ctx - the parse treevoid enterUnaryExpression(SLangParser.UnaryExpressionContext ctx)
SLangParser.unaryExpression().ctx - the parse treevoid exitUnaryExpression(SLangParser.UnaryExpressionContext ctx)
SLangParser.unaryExpression().ctx - the parse treevoid enterAtomicExpression(SLangParser.AtomicExpressionContext ctx)
SLangParser.atomicExpression().ctx - the parse treevoid exitAtomicExpression(SLangParser.AtomicExpressionContext ctx)
SLangParser.atomicExpression().ctx - the parse treevoid enterParenthesizedExpression(SLangParser.ParenthesizedExpressionContext ctx)
SLangParser.parenthesizedExpression().ctx - the parse treevoid exitParenthesizedExpression(SLangParser.ParenthesizedExpressionContext ctx)
SLangParser.parenthesizedExpression().ctx - the parse treevoid enterMethodInvocation(SLangParser.MethodInvocationContext ctx)
SLangParser.methodInvocation().ctx - the parse treevoid exitMethodInvocation(SLangParser.MethodInvocationContext ctx)
SLangParser.methodInvocation().ctx - the parse treevoid enterMethodName(SLangParser.MethodNameContext ctx)
SLangParser.methodName().ctx - the parse treevoid exitMethodName(SLangParser.MethodNameContext ctx)
SLangParser.methodName().ctx - the parse treevoid enterArgumentList(SLangParser.ArgumentListContext ctx)
SLangParser.argumentList().ctx - the parse treevoid exitArgumentList(SLangParser.ArgumentListContext ctx)
SLangParser.argumentList().ctx - the parse treevoid enterExpressionName(SLangParser.ExpressionNameContext ctx)
SLangParser.expressionName().ctx - the parse treevoid exitExpressionName(SLangParser.ExpressionNameContext ctx)
SLangParser.expressionName().ctx - the parse treevoid enterConditional(SLangParser.ConditionalContext ctx)
SLangParser.conditional().ctx - the parse treevoid exitConditional(SLangParser.ConditionalContext ctx)
SLangParser.conditional().ctx - the parse treevoid enterIfExpression(SLangParser.IfExpressionContext ctx)
SLangParser.ifExpression().ctx - the parse treevoid exitIfExpression(SLangParser.IfExpressionContext ctx)
SLangParser.ifExpression().ctx - the parse treevoid enterMatchExpression(SLangParser.MatchExpressionContext ctx)
SLangParser.matchExpression().ctx - the parse treevoid exitMatchExpression(SLangParser.MatchExpressionContext ctx)
SLangParser.matchExpression().ctx - the parse treevoid enterMatchCase(SLangParser.MatchCaseContext ctx)
SLangParser.matchCase().ctx - the parse treevoid exitMatchCase(SLangParser.MatchCaseContext ctx)
SLangParser.matchCase().ctx - the parse treevoid enterLoopExpression(SLangParser.LoopExpressionContext ctx)
SLangParser.loopExpression().ctx - the parse treevoid exitLoopExpression(SLangParser.LoopExpressionContext ctx)
SLangParser.loopExpression().ctx - the parse treevoid enterForLoop(SLangParser.ForLoopContext ctx)
SLangParser.forLoop().ctx - the parse treevoid exitForLoop(SLangParser.ForLoopContext ctx)
SLangParser.forLoop().ctx - the parse treevoid enterWhileLoop(SLangParser.WhileLoopContext ctx)
SLangParser.whileLoop().ctx - the parse treevoid exitWhileLoop(SLangParser.WhileLoopContext ctx)
SLangParser.whileLoop().ctx - the parse treevoid enterDoWhileLoop(SLangParser.DoWhileLoopContext ctx)
SLangParser.doWhileLoop().ctx - the parse treevoid exitDoWhileLoop(SLangParser.DoWhileLoopContext ctx)
SLangParser.doWhileLoop().ctx - the parse treevoid enterControlBlock(SLangParser.ControlBlockContext ctx)
SLangParser.controlBlock().ctx - the parse treevoid exitControlBlock(SLangParser.ControlBlockContext ctx)
SLangParser.controlBlock().ctx - the parse treevoid enterTryExpression(SLangParser.TryExpressionContext ctx)
SLangParser.tryExpression().ctx - the parse treevoid exitTryExpression(SLangParser.TryExpressionContext ctx)
SLangParser.tryExpression().ctx - the parse treevoid enterCatchBlock(SLangParser.CatchBlockContext ctx)
SLangParser.catchBlock().ctx - the parse treevoid exitCatchBlock(SLangParser.CatchBlockContext ctx)
SLangParser.catchBlock().ctx - the parse treevoid enterFinallyBlock(SLangParser.FinallyBlockContext ctx)
SLangParser.finallyBlock().ctx - the parse treevoid exitFinallyBlock(SLangParser.FinallyBlockContext ctx)
SLangParser.finallyBlock().ctx - the parse treevoid enterNativeExpression(SLangParser.NativeExpressionContext ctx)
SLangParser.nativeExpression().ctx - the parse treevoid exitNativeExpression(SLangParser.NativeExpressionContext ctx)
SLangParser.nativeExpression().ctx - the parse treevoid enterNativeBlock(SLangParser.NativeBlockContext ctx)
SLangParser.nativeBlock().ctx - the parse treevoid exitNativeBlock(SLangParser.NativeBlockContext ctx)
SLangParser.nativeBlock().ctx - the parse treevoid enterReturnExpression(SLangParser.ReturnExpressionContext ctx)
SLangParser.returnExpression().ctx - the parse treevoid exitReturnExpression(SLangParser.ReturnExpressionContext ctx)
SLangParser.returnExpression().ctx - the parse treevoid enterJumpExpression(SLangParser.JumpExpressionContext ctx)
SLangParser.jumpExpression().ctx - the parse treevoid exitJumpExpression(SLangParser.JumpExpressionContext ctx)
SLangParser.jumpExpression().ctx - the parse treevoid enterBreakExpression(SLangParser.BreakExpressionContext ctx)
SLangParser.breakExpression().ctx - the parse treevoid exitBreakExpression(SLangParser.BreakExpressionContext ctx)
SLangParser.breakExpression().ctx - the parse treevoid enterContinueExpression(SLangParser.ContinueExpressionContext ctx)
SLangParser.continueExpression().ctx - the parse treevoid exitContinueExpression(SLangParser.ContinueExpressionContext ctx)
SLangParser.continueExpression().ctx - the parse treevoid enterLabel(SLangParser.LabelContext ctx)
SLangParser.label().ctx - the parse treevoid exitLabel(SLangParser.LabelContext ctx)
SLangParser.label().ctx - the parse treevoid enterMultiplicativeOperator(SLangParser.MultiplicativeOperatorContext ctx)
SLangParser.multiplicativeOperator().ctx - the parse treevoid exitMultiplicativeOperator(SLangParser.MultiplicativeOperatorContext ctx)
SLangParser.multiplicativeOperator().ctx - the parse treevoid enterAdditiveOperator(SLangParser.AdditiveOperatorContext ctx)
SLangParser.additiveOperator().ctx - the parse treevoid exitAdditiveOperator(SLangParser.AdditiveOperatorContext ctx)
SLangParser.additiveOperator().ctx - the parse treevoid enterComparisonOperator(SLangParser.ComparisonOperatorContext ctx)
SLangParser.comparisonOperator().ctx - the parse treevoid exitComparisonOperator(SLangParser.ComparisonOperatorContext ctx)
SLangParser.comparisonOperator().ctx - the parse treevoid enterEqualityOperator(SLangParser.EqualityOperatorContext ctx)
SLangParser.equalityOperator().ctx - the parse treevoid exitEqualityOperator(SLangParser.EqualityOperatorContext ctx)
SLangParser.equalityOperator().ctx - the parse treevoid enterAssignmentOperator(SLangParser.AssignmentOperatorContext ctx)
SLangParser.assignmentOperator().ctx - the parse treevoid exitAssignmentOperator(SLangParser.AssignmentOperatorContext ctx)
SLangParser.assignmentOperator().ctx - the parse treevoid enterUnaryOperator(SLangParser.UnaryOperatorContext ctx)
SLangParser.unaryOperator().ctx - the parse treevoid exitUnaryOperator(SLangParser.UnaryOperatorContext ctx)
SLangParser.unaryOperator().ctx - the parse treevoid enterDisjunctionOperator(SLangParser.DisjunctionOperatorContext ctx)
SLangParser.disjunctionOperator().ctx - the parse treevoid exitDisjunctionOperator(SLangParser.DisjunctionOperatorContext ctx)
SLangParser.disjunctionOperator().ctx - the parse treevoid enterConjunctionOperator(SLangParser.ConjunctionOperatorContext ctx)
SLangParser.conjunctionOperator().ctx - the parse treevoid exitConjunctionOperator(SLangParser.ConjunctionOperatorContext ctx)
SLangParser.conjunctionOperator().ctx - the parse treevoid enterSimpleType(SLangParser.SimpleTypeContext ctx)
SLangParser.simpleType().ctx - the parse treevoid exitSimpleType(SLangParser.SimpleTypeContext ctx)
SLangParser.simpleType().ctx - the parse treevoid enterLiteral(SLangParser.LiteralContext ctx)
SLangParser.literal().ctx - the parse treevoid exitLiteral(SLangParser.LiteralContext ctx)
SLangParser.literal().ctx - the parse treevoid enterSemi(SLangParser.SemiContext ctx)
SLangParser.semi().ctx - the parse treevoid exitSemi(SLangParser.SemiContext ctx)
SLangParser.semi().ctx - the parse treevoid enterIdentifier(SLangParser.IdentifierContext ctx)
SLangParser.identifier().ctx - the parse treevoid exitIdentifier(SLangParser.IdentifierContext ctx)
SLangParser.identifier().ctx - the parse treeCopyright © 2009–2018 SonarSource. All rights reserved.