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