Class MablParserBaseListener
- java.lang.Object
-
- org.intocps.maestro.parser.MablParserBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,MablParserListener
public class MablParserBaseListener extends Object implements MablParserListener
This class provides an empty implementation ofMablParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description MablParserBaseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenterAndmedOrPrimitiveTypeType(MablParser.AndmedOrPrimitiveTypeTypeContext ctx)Enter a parse tree produced by theandmedOrPrimitiveTypeTypelabeled alternative inMablParser.typeType().voidenterArrayIndex(MablParser.ArrayIndexContext ctx)Enter a parse tree produced by thearrayIndexlabeled alternative inMablParser.expression().voidenterArrayInit(MablParser.ArrayInitContext ctx)Enter a parse tree produced by thearrayInitlabeled alternative inMablParser.variableInitializer().voidenterArrayInitializer(MablParser.ArrayInitializerContext ctx)Enter a parse tree produced byMablParser.arrayInitializer().voidenterArrayMultidimentionalInit(MablParser.ArrayMultidimentionalInitContext ctx)Enter a parse tree produced by thearrayMultidimentionalInitlabeled alternative inMablParser.variableInitializer().voidenterArrayStateDesignator(MablParser.ArrayStateDesignatorContext ctx)Enter a parse tree produced by thearrayStateDesignatorlabeled alternative inMablParser.stateDesignator().voidenterArrayTypeType(MablParser.ArrayTypeTypeContext ctx)Enter a parse tree produced by thearrayTypeTypelabeled alternative inMablParser.typeType().voidenterAssignment(MablParser.AssignmentContext ctx)Enter a parse tree produced byMablParser.assignment().voidenterAssignmentStm(MablParser.AssignmentStmContext ctx)Enter a parse tree produced by theassignmentStmlabeled alternative inMablParser.statement().voidenterBinaryExp(MablParser.BinaryExpContext ctx)Enter a parse tree produced by thebinaryExplabeled alternative inMablParser.expression().voidenterBlock(MablParser.BlockContext ctx)Enter a parse tree produced byMablParser.block().voidenterBlockStm(MablParser.BlockStmContext ctx)Enter a parse tree produced by theblockStmlabeled alternative inMablParser.statement().voidenterBoolType(MablParser.BoolTypeContext ctx)Enter a parse tree produced by theboolTypelabeled alternative inMablParser.primitiveType().voidenterBreak(MablParser.BreakContext ctx)Enter a parse tree produced by thebreaklabeled alternative inMablParser.statement().voidenterByteType(MablParser.ByteTypeContext ctx)Enter a parse tree produced by thebyteTypelabeled alternative inMablParser.primitiveType().voidenterCompilationUnit(MablParser.CompilationUnitContext ctx)Enter a parse tree produced byMablParser.compilationUnit().voidenterConfig(MablParser.ConfigContext ctx)Enter a parse tree produced by theconfiglabeled alternative inMablParser.statement().voidenterDotPrefixExp(MablParser.DotPrefixExpContext ctx)Enter a parse tree produced by thedotPrefixExplabeled alternative inMablParser.expression().voidenterError(MablParser.ErrorContext ctx)Enter a parse tree produced by theerrorlabeled alternative inMablParser.statement().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidenterExpInit(MablParser.ExpInitContext ctx)Enter a parse tree produced by theexpInitlabeled alternative inMablParser.variableInitializer().voidenterExpressionList(MablParser.ExpressionListContext ctx)Enter a parse tree produced byMablParser.expressionList().voidenterExpressionStatement(MablParser.ExpressionStatementContext ctx)Enter a parse tree produced by theexpressionStatementlabeled alternative inMablParser.statement().voidenterExpTest(MablParser.ExpTestContext ctx)Enter a parse tree produced byMablParser.expTest().voidenterFloatType(MablParser.FloatTypeContext ctx)Enter a parse tree produced by thefloatTypelabeled alternative inMablParser.primitiveType().voidenterFmuMapping(MablParser.FmuMappingContext ctx)Enter a parse tree produced by thefmuMappinglabeled alternative inMablParser.statement().voidenterFormalParameter(MablParser.FormalParameterContext ctx)Enter a parse tree produced byMablParser.formalParameter().voidenterFormalParameterList(MablParser.FormalParameterListContext ctx)Enter a parse tree produced byMablParser.formalParameterList().voidenterFormalParameters(MablParser.FormalParametersContext ctx)Enter a parse tree produced byMablParser.formalParameters().voidenterFramework(MablParser.FrameworkContext ctx)Enter a parse tree produced byMablParser.framework().voidenterFrameworkConfigs(MablParser.FrameworkConfigsContext ctx)Enter a parse tree produced byMablParser.frameworkConfigs().voidenterFunctionDeclaration(MablParser.FunctionDeclarationContext ctx)Enter a parse tree produced byMablParser.functionDeclaration().voidenterIdentifierExp(MablParser.IdentifierExpContext ctx)Enter a parse tree produced by theidentifierExplabeled alternative inMablParser.expression().voidenterIdentifierStateDesignator(MablParser.IdentifierStateDesignatorContext ctx)Enter a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablParser.stateDesignator().voidenterIdentifierTypeType(MablParser.IdentifierTypeTypeContext ctx)Enter a parse tree produced by theidentifierTypeTypelabeled alternative inMablParser.namedOrPrimitiveType().voidenterIf(MablParser.IfContext ctx)Enter a parse tree produced by theiflabeled alternative inMablParser.statement().voidenterInstanceMapping(MablParser.InstanceMappingContext ctx)Enter a parse tree produced by theinstanceMappinglabeled alternative inMablParser.statement().voidenterIntType(MablParser.IntTypeContext ctx)Enter a parse tree produced by theintTypelabeled alternative inMablParser.primitiveType().voidenterLiteral(MablParser.LiteralContext ctx)Enter a parse tree produced byMablParser.literal().voidenterLiteralExp(MablParser.LiteralExpContext ctx)Enter a parse tree produced by theliteralExplabeled alternative inMablParser.expression().voidenterLocalVariable(MablParser.LocalVariableContext ctx)Enter a parse tree produced by thelocalVariablelabeled alternative inMablParser.statement().voidenterLongType(MablParser.LongTypeContext ctx)Enter a parse tree produced by thelongTypelabeled alternative inMablParser.primitiveType().voidenterMethodCall(MablParser.MethodCallContext ctx)Enter a parse tree produced byMablParser.methodCall().voidenterModuleDeclaration(MablParser.ModuleDeclarationContext ctx)Enter a parse tree produced byMablParser.moduleDeclaration().voidenterObservable(MablParser.ObservableContext ctx)Enter a parse tree produced by theobservablelabeled alternative inMablParser.statement().voidenterParallelBlockStm(MablParser.ParallelBlockStmContext ctx)Enter a parse tree produced by theparallelBlockStmlabeled alternative inMablParser.statement().voidenterParenExp(MablParser.ParenExpContext ctx)Enter a parse tree produced by theparenExplabeled alternative inMablParser.expression().voidenterParExpression(MablParser.ParExpressionContext ctx)Enter a parse tree produced byMablParser.parExpression().voidenterPlainMetodExp(MablParser.PlainMetodExpContext ctx)Enter a parse tree produced by theplainMetodExplabeled alternative inMablParser.expression().voidenterPrimitiveTypeType(MablParser.PrimitiveTypeTypeContext ctx)Enter a parse tree produced by theprimitiveTypeTypelabeled alternative inMablParser.namedOrPrimitiveType().voidenterRealType(MablParser.RealTypeContext ctx)Enter a parse tree produced by therealTypelabeled alternative inMablParser.primitiveType().voidenterRefExpression(MablParser.RefExpressionContext ctx)Enter a parse tree produced by therefExpressionlabeled alternative inMablParser.expression().voidenterSemi(MablParser.SemiContext ctx)Enter a parse tree produced by thesemilabeled alternative inMablParser.statement().voidenterShortType(MablParser.ShortTypeContext ctx)Enter a parse tree produced by theshortTypelabeled alternative inMablParser.primitiveType().voidenterSimulationSpecification(MablParser.SimulationSpecificationContext ctx)Enter a parse tree produced byMablParser.simulationSpecification().voidenterStringType(MablParser.StringTypeContext ctx)Enter a parse tree produced by thestringTypelabeled alternative inMablParser.primitiveType().voidenterTransfer(MablParser.TransferContext ctx)Enter a parse tree produced by thetransferlabeled alternative inMablParser.statement().voidenterTransferAs(MablParser.TransferAsContext ctx)Enter a parse tree produced by thetransferAslabeled alternative inMablParser.statement().voidenterTry(MablParser.TryContext ctx)Enter a parse tree produced by thetrylabeled alternative inMablParser.statement().voidenterUintType(MablParser.UintTypeContext ctx)Enter a parse tree produced by theuintTypelabeled alternative inMablParser.primitiveType().voidenterUnaryExp(MablParser.UnaryExpContext ctx)Enter a parse tree produced by theunaryExplabeled alternative inMablParser.expression().voidenterUnknownType(MablParser.UnknownTypeContext ctx)Enter a parse tree produced by theunknownTypelabeled alternative inMablParser.primitiveType().voidenterVariableDeclarator(MablParser.VariableDeclaratorContext ctx)Enter a parse tree produced byMablParser.variableDeclarator().voidenterVoidType(MablParser.VoidTypeContext ctx)Enter a parse tree produced by thevoidTypelabeled alternative inMablParser.primitiveType().voidenterWhile(MablParser.WhileContext ctx)Enter a parse tree produced by thewhilelabeled alternative inMablParser.statement().voidexitAndmedOrPrimitiveTypeType(MablParser.AndmedOrPrimitiveTypeTypeContext ctx)Exit a parse tree produced by theandmedOrPrimitiveTypeTypelabeled alternative inMablParser.typeType().voidexitArrayIndex(MablParser.ArrayIndexContext ctx)Exit a parse tree produced by thearrayIndexlabeled alternative inMablParser.expression().voidexitArrayInit(MablParser.ArrayInitContext ctx)Exit a parse tree produced by thearrayInitlabeled alternative inMablParser.variableInitializer().voidexitArrayInitializer(MablParser.ArrayInitializerContext ctx)Exit a parse tree produced byMablParser.arrayInitializer().voidexitArrayMultidimentionalInit(MablParser.ArrayMultidimentionalInitContext ctx)Exit a parse tree produced by thearrayMultidimentionalInitlabeled alternative inMablParser.variableInitializer().voidexitArrayStateDesignator(MablParser.ArrayStateDesignatorContext ctx)Exit a parse tree produced by thearrayStateDesignatorlabeled alternative inMablParser.stateDesignator().voidexitArrayTypeType(MablParser.ArrayTypeTypeContext ctx)Exit a parse tree produced by thearrayTypeTypelabeled alternative inMablParser.typeType().voidexitAssignment(MablParser.AssignmentContext ctx)Exit a parse tree produced byMablParser.assignment().voidexitAssignmentStm(MablParser.AssignmentStmContext ctx)Exit a parse tree produced by theassignmentStmlabeled alternative inMablParser.statement().voidexitBinaryExp(MablParser.BinaryExpContext ctx)Exit a parse tree produced by thebinaryExplabeled alternative inMablParser.expression().voidexitBlock(MablParser.BlockContext ctx)Exit a parse tree produced byMablParser.block().voidexitBlockStm(MablParser.BlockStmContext ctx)Exit a parse tree produced by theblockStmlabeled alternative inMablParser.statement().voidexitBoolType(MablParser.BoolTypeContext ctx)Exit a parse tree produced by theboolTypelabeled alternative inMablParser.primitiveType().voidexitBreak(MablParser.BreakContext ctx)Exit a parse tree produced by thebreaklabeled alternative inMablParser.statement().voidexitByteType(MablParser.ByteTypeContext ctx)Exit a parse tree produced by thebyteTypelabeled alternative inMablParser.primitiveType().voidexitCompilationUnit(MablParser.CompilationUnitContext ctx)Exit a parse tree produced byMablParser.compilationUnit().voidexitConfig(MablParser.ConfigContext ctx)Exit a parse tree produced by theconfiglabeled alternative inMablParser.statement().voidexitDotPrefixExp(MablParser.DotPrefixExpContext ctx)Exit a parse tree produced by thedotPrefixExplabeled alternative inMablParser.expression().voidexitError(MablParser.ErrorContext ctx)Exit a parse tree produced by theerrorlabeled alternative inMablParser.statement().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidexitExpInit(MablParser.ExpInitContext ctx)Exit a parse tree produced by theexpInitlabeled alternative inMablParser.variableInitializer().voidexitExpressionList(MablParser.ExpressionListContext ctx)Exit a parse tree produced byMablParser.expressionList().voidexitExpressionStatement(MablParser.ExpressionStatementContext ctx)Exit a parse tree produced by theexpressionStatementlabeled alternative inMablParser.statement().voidexitExpTest(MablParser.ExpTestContext ctx)Exit a parse tree produced byMablParser.expTest().voidexitFloatType(MablParser.FloatTypeContext ctx)Exit a parse tree produced by thefloatTypelabeled alternative inMablParser.primitiveType().voidexitFmuMapping(MablParser.FmuMappingContext ctx)Exit a parse tree produced by thefmuMappinglabeled alternative inMablParser.statement().voidexitFormalParameter(MablParser.FormalParameterContext ctx)Exit a parse tree produced byMablParser.formalParameter().voidexitFormalParameterList(MablParser.FormalParameterListContext ctx)Exit a parse tree produced byMablParser.formalParameterList().voidexitFormalParameters(MablParser.FormalParametersContext ctx)Exit a parse tree produced byMablParser.formalParameters().voidexitFramework(MablParser.FrameworkContext ctx)Exit a parse tree produced byMablParser.framework().voidexitFrameworkConfigs(MablParser.FrameworkConfigsContext ctx)Exit a parse tree produced byMablParser.frameworkConfigs().voidexitFunctionDeclaration(MablParser.FunctionDeclarationContext ctx)Exit a parse tree produced byMablParser.functionDeclaration().voidexitIdentifierExp(MablParser.IdentifierExpContext ctx)Exit a parse tree produced by theidentifierExplabeled alternative inMablParser.expression().voidexitIdentifierStateDesignator(MablParser.IdentifierStateDesignatorContext ctx)Exit a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablParser.stateDesignator().voidexitIdentifierTypeType(MablParser.IdentifierTypeTypeContext ctx)Exit a parse tree produced by theidentifierTypeTypelabeled alternative inMablParser.namedOrPrimitiveType().voidexitIf(MablParser.IfContext ctx)Exit a parse tree produced by theiflabeled alternative inMablParser.statement().voidexitInstanceMapping(MablParser.InstanceMappingContext ctx)Exit a parse tree produced by theinstanceMappinglabeled alternative inMablParser.statement().voidexitIntType(MablParser.IntTypeContext ctx)Exit a parse tree produced by theintTypelabeled alternative inMablParser.primitiveType().voidexitLiteral(MablParser.LiteralContext ctx)Exit a parse tree produced byMablParser.literal().voidexitLiteralExp(MablParser.LiteralExpContext ctx)Exit a parse tree produced by theliteralExplabeled alternative inMablParser.expression().voidexitLocalVariable(MablParser.LocalVariableContext ctx)Exit a parse tree produced by thelocalVariablelabeled alternative inMablParser.statement().voidexitLongType(MablParser.LongTypeContext ctx)Exit a parse tree produced by thelongTypelabeled alternative inMablParser.primitiveType().voidexitMethodCall(MablParser.MethodCallContext ctx)Exit a parse tree produced byMablParser.methodCall().voidexitModuleDeclaration(MablParser.ModuleDeclarationContext ctx)Exit a parse tree produced byMablParser.moduleDeclaration().voidexitObservable(MablParser.ObservableContext ctx)Exit a parse tree produced by theobservablelabeled alternative inMablParser.statement().voidexitParallelBlockStm(MablParser.ParallelBlockStmContext ctx)Exit a parse tree produced by theparallelBlockStmlabeled alternative inMablParser.statement().voidexitParenExp(MablParser.ParenExpContext ctx)Exit a parse tree produced by theparenExplabeled alternative inMablParser.expression().voidexitParExpression(MablParser.ParExpressionContext ctx)Exit a parse tree produced byMablParser.parExpression().voidexitPlainMetodExp(MablParser.PlainMetodExpContext ctx)Exit a parse tree produced by theplainMetodExplabeled alternative inMablParser.expression().voidexitPrimitiveTypeType(MablParser.PrimitiveTypeTypeContext ctx)Exit a parse tree produced by theprimitiveTypeTypelabeled alternative inMablParser.namedOrPrimitiveType().voidexitRealType(MablParser.RealTypeContext ctx)Exit a parse tree produced by therealTypelabeled alternative inMablParser.primitiveType().voidexitRefExpression(MablParser.RefExpressionContext ctx)Exit a parse tree produced by therefExpressionlabeled alternative inMablParser.expression().voidexitSemi(MablParser.SemiContext ctx)Exit a parse tree produced by thesemilabeled alternative inMablParser.statement().voidexitShortType(MablParser.ShortTypeContext ctx)Exit a parse tree produced by theshortTypelabeled alternative inMablParser.primitiveType().voidexitSimulationSpecification(MablParser.SimulationSpecificationContext ctx)Exit a parse tree produced byMablParser.simulationSpecification().voidexitStringType(MablParser.StringTypeContext ctx)Exit a parse tree produced by thestringTypelabeled alternative inMablParser.primitiveType().voidexitTransfer(MablParser.TransferContext ctx)Exit a parse tree produced by thetransferlabeled alternative inMablParser.statement().voidexitTransferAs(MablParser.TransferAsContext ctx)Exit a parse tree produced by thetransferAslabeled alternative inMablParser.statement().voidexitTry(MablParser.TryContext ctx)Exit a parse tree produced by thetrylabeled alternative inMablParser.statement().voidexitUintType(MablParser.UintTypeContext ctx)Exit a parse tree produced by theuintTypelabeled alternative inMablParser.primitiveType().voidexitUnaryExp(MablParser.UnaryExpContext ctx)Exit a parse tree produced by theunaryExplabeled alternative inMablParser.expression().voidexitUnknownType(MablParser.UnknownTypeContext ctx)Exit a parse tree produced by theunknownTypelabeled alternative inMablParser.primitiveType().voidexitVariableDeclarator(MablParser.VariableDeclaratorContext ctx)Exit a parse tree produced byMablParser.variableDeclarator().voidexitVoidType(MablParser.VoidTypeContext ctx)Exit a parse tree produced by thevoidTypelabeled alternative inMablParser.primitiveType().voidexitWhile(MablParser.WhileContext ctx)Exit a parse tree produced by thewhilelabeled alternative inMablParser.statement().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
-
-
Method Detail
-
enterCompilationUnit
public void enterCompilationUnit(MablParser.CompilationUnitContext ctx)
Enter a parse tree produced byMablParser.compilationUnit().The default implementation does nothing.
- Specified by:
enterCompilationUnitin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitCompilationUnit
public void exitCompilationUnit(MablParser.CompilationUnitContext ctx)
Exit a parse tree produced byMablParser.compilationUnit().The default implementation does nothing.
- Specified by:
exitCompilationUnitin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterModuleDeclaration
public void enterModuleDeclaration(MablParser.ModuleDeclarationContext ctx)
Enter a parse tree produced byMablParser.moduleDeclaration().The default implementation does nothing.
- Specified by:
enterModuleDeclarationin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitModuleDeclaration
public void exitModuleDeclaration(MablParser.ModuleDeclarationContext ctx)
Exit a parse tree produced byMablParser.moduleDeclaration().The default implementation does nothing.
- Specified by:
exitModuleDeclarationin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterFunctionDeclaration
public void enterFunctionDeclaration(MablParser.FunctionDeclarationContext ctx)
Enter a parse tree produced byMablParser.functionDeclaration().The default implementation does nothing.
- Specified by:
enterFunctionDeclarationin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitFunctionDeclaration
public void exitFunctionDeclaration(MablParser.FunctionDeclarationContext ctx)
Exit a parse tree produced byMablParser.functionDeclaration().The default implementation does nothing.
- Specified by:
exitFunctionDeclarationin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterFormalParameters
public void enterFormalParameters(MablParser.FormalParametersContext ctx)
Enter a parse tree produced byMablParser.formalParameters().The default implementation does nothing.
- Specified by:
enterFormalParametersin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitFormalParameters
public void exitFormalParameters(MablParser.FormalParametersContext ctx)
Exit a parse tree produced byMablParser.formalParameters().The default implementation does nothing.
- Specified by:
exitFormalParametersin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterFormalParameterList
public void enterFormalParameterList(MablParser.FormalParameterListContext ctx)
Enter a parse tree produced byMablParser.formalParameterList().The default implementation does nothing.
- Specified by:
enterFormalParameterListin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitFormalParameterList
public void exitFormalParameterList(MablParser.FormalParameterListContext ctx)
Exit a parse tree produced byMablParser.formalParameterList().The default implementation does nothing.
- Specified by:
exitFormalParameterListin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterFormalParameter
public void enterFormalParameter(MablParser.FormalParameterContext ctx)
Enter a parse tree produced byMablParser.formalParameter().The default implementation does nothing.
- Specified by:
enterFormalParameterin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitFormalParameter
public void exitFormalParameter(MablParser.FormalParameterContext ctx)
Exit a parse tree produced byMablParser.formalParameter().The default implementation does nothing.
- Specified by:
exitFormalParameterin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterFramework
public void enterFramework(MablParser.FrameworkContext ctx)
Enter a parse tree produced byMablParser.framework().The default implementation does nothing.
- Specified by:
enterFrameworkin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitFramework
public void exitFramework(MablParser.FrameworkContext ctx)
Exit a parse tree produced byMablParser.framework().The default implementation does nothing.
- Specified by:
exitFrameworkin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterFrameworkConfigs
public void enterFrameworkConfigs(MablParser.FrameworkConfigsContext ctx)
Enter a parse tree produced byMablParser.frameworkConfigs().The default implementation does nothing.
- Specified by:
enterFrameworkConfigsin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitFrameworkConfigs
public void exitFrameworkConfigs(MablParser.FrameworkConfigsContext ctx)
Exit a parse tree produced byMablParser.frameworkConfigs().The default implementation does nothing.
- Specified by:
exitFrameworkConfigsin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterSimulationSpecification
public void enterSimulationSpecification(MablParser.SimulationSpecificationContext ctx)
Enter a parse tree produced byMablParser.simulationSpecification().The default implementation does nothing.
- Specified by:
enterSimulationSpecificationin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitSimulationSpecification
public void exitSimulationSpecification(MablParser.SimulationSpecificationContext ctx)
Exit a parse tree produced byMablParser.simulationSpecification().The default implementation does nothing.
- Specified by:
exitSimulationSpecificationin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterBlock
public void enterBlock(MablParser.BlockContext ctx)
Enter a parse tree produced byMablParser.block().The default implementation does nothing.
- Specified by:
enterBlockin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitBlock
public void exitBlock(MablParser.BlockContext ctx)
Exit a parse tree produced byMablParser.block().The default implementation does nothing.
- Specified by:
exitBlockin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterBlockStm
public void enterBlockStm(MablParser.BlockStmContext ctx)
Enter a parse tree produced by theblockStmlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterBlockStmin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitBlockStm
public void exitBlockStm(MablParser.BlockStmContext ctx)
Exit a parse tree produced by theblockStmlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitBlockStmin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterParallelBlockStm
public void enterParallelBlockStm(MablParser.ParallelBlockStmContext ctx)
Enter a parse tree produced by theparallelBlockStmlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterParallelBlockStmin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitParallelBlockStm
public void exitParallelBlockStm(MablParser.ParallelBlockStmContext ctx)
Exit a parse tree produced by theparallelBlockStmlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitParallelBlockStmin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterAssignmentStm
public void enterAssignmentStm(MablParser.AssignmentStmContext ctx)
Enter a parse tree produced by theassignmentStmlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterAssignmentStmin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitAssignmentStm
public void exitAssignmentStm(MablParser.AssignmentStmContext ctx)
Exit a parse tree produced by theassignmentStmlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitAssignmentStmin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterLocalVariable
public void enterLocalVariable(MablParser.LocalVariableContext ctx)
Enter a parse tree produced by thelocalVariablelabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterLocalVariablein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitLocalVariable
public void exitLocalVariable(MablParser.LocalVariableContext ctx)
Exit a parse tree produced by thelocalVariablelabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitLocalVariablein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterIf
public void enterIf(MablParser.IfContext ctx)
Enter a parse tree produced by theiflabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterIfin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitIf
public void exitIf(MablParser.IfContext ctx)
Exit a parse tree produced by theiflabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitIfin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterWhile
public void enterWhile(MablParser.WhileContext ctx)
Enter a parse tree produced by thewhilelabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterWhilein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitWhile
public void exitWhile(MablParser.WhileContext ctx)
Exit a parse tree produced by thewhilelabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitWhilein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterExpressionStatement
public void enterExpressionStatement(MablParser.ExpressionStatementContext ctx)
Enter a parse tree produced by theexpressionStatementlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterExpressionStatementin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitExpressionStatement
public void exitExpressionStatement(MablParser.ExpressionStatementContext ctx)
Exit a parse tree produced by theexpressionStatementlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitExpressionStatementin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterSemi
public void enterSemi(MablParser.SemiContext ctx)
Enter a parse tree produced by thesemilabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterSemiin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitSemi
public void exitSemi(MablParser.SemiContext ctx)
Exit a parse tree produced by thesemilabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitSemiin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterObservable
public void enterObservable(MablParser.ObservableContext ctx)
Enter a parse tree produced by theobservablelabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterObservablein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitObservable
public void exitObservable(MablParser.ObservableContext ctx)
Exit a parse tree produced by theobservablelabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitObservablein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterBreak
public void enterBreak(MablParser.BreakContext ctx)
Enter a parse tree produced by thebreaklabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterBreakin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitBreak
public void exitBreak(MablParser.BreakContext ctx)
Exit a parse tree produced by thebreaklabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitBreakin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterFmuMapping
public void enterFmuMapping(MablParser.FmuMappingContext ctx)
Enter a parse tree produced by thefmuMappinglabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterFmuMappingin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitFmuMapping
public void exitFmuMapping(MablParser.FmuMappingContext ctx)
Exit a parse tree produced by thefmuMappinglabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitFmuMappingin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterInstanceMapping
public void enterInstanceMapping(MablParser.InstanceMappingContext ctx)
Enter a parse tree produced by theinstanceMappinglabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterInstanceMappingin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitInstanceMapping
public void exitInstanceMapping(MablParser.InstanceMappingContext ctx)
Exit a parse tree produced by theinstanceMappinglabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitInstanceMappingin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterTransfer
public void enterTransfer(MablParser.TransferContext ctx)
Enter a parse tree produced by thetransferlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterTransferin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitTransfer
public void exitTransfer(MablParser.TransferContext ctx)
Exit a parse tree produced by thetransferlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitTransferin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterTransferAs
public void enterTransferAs(MablParser.TransferAsContext ctx)
Enter a parse tree produced by thetransferAslabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterTransferAsin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitTransferAs
public void exitTransferAs(MablParser.TransferAsContext ctx)
Exit a parse tree produced by thetransferAslabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitTransferAsin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterConfig
public void enterConfig(MablParser.ConfigContext ctx)
Enter a parse tree produced by theconfiglabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterConfigin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitConfig
public void exitConfig(MablParser.ConfigContext ctx)
Exit a parse tree produced by theconfiglabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitConfigin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterError
public void enterError(MablParser.ErrorContext ctx)
Enter a parse tree produced by theerrorlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterErrorin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitError
public void exitError(MablParser.ErrorContext ctx)
Exit a parse tree produced by theerrorlabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitErrorin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterTry
public void enterTry(MablParser.TryContext ctx)
Enter a parse tree produced by thetrylabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterTryin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitTry
public void exitTry(MablParser.TryContext ctx)
Exit a parse tree produced by thetrylabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitTryin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterAssignment
public void enterAssignment(MablParser.AssignmentContext ctx)
Enter a parse tree produced byMablParser.assignment().The default implementation does nothing.
- Specified by:
enterAssignmentin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitAssignment
public void exitAssignment(MablParser.AssignmentContext ctx)
Exit a parse tree produced byMablParser.assignment().The default implementation does nothing.
- Specified by:
exitAssignmentin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierStateDesignator
public void enterIdentifierStateDesignator(MablParser.IdentifierStateDesignatorContext ctx)
Enter a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablParser.stateDesignator().The default implementation does nothing.
- Specified by:
enterIdentifierStateDesignatorin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierStateDesignator
public void exitIdentifierStateDesignator(MablParser.IdentifierStateDesignatorContext ctx)
Exit a parse tree produced by theidentifierStateDesignatorlabeled alternative inMablParser.stateDesignator().The default implementation does nothing.
- Specified by:
exitIdentifierStateDesignatorin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterArrayStateDesignator
public void enterArrayStateDesignator(MablParser.ArrayStateDesignatorContext ctx)
Enter a parse tree produced by thearrayStateDesignatorlabeled alternative inMablParser.stateDesignator().The default implementation does nothing.
- Specified by:
enterArrayStateDesignatorin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitArrayStateDesignator
public void exitArrayStateDesignator(MablParser.ArrayStateDesignatorContext ctx)
Exit a parse tree produced by thearrayStateDesignatorlabeled alternative inMablParser.stateDesignator().The default implementation does nothing.
- Specified by:
exitArrayStateDesignatorin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterExpTest
public void enterExpTest(MablParser.ExpTestContext ctx)
Enter a parse tree produced byMablParser.expTest().The default implementation does nothing.
- Specified by:
enterExpTestin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitExpTest
public void exitExpTest(MablParser.ExpTestContext ctx)
Exit a parse tree produced byMablParser.expTest().The default implementation does nothing.
- Specified by:
exitExpTestin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterRefExpression
public void enterRefExpression(MablParser.RefExpressionContext ctx)
Enter a parse tree produced by therefExpressionlabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
enterRefExpressionin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitRefExpression
public void exitRefExpression(MablParser.RefExpressionContext ctx)
Exit a parse tree produced by therefExpressionlabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
exitRefExpressionin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierExp
public void enterIdentifierExp(MablParser.IdentifierExpContext ctx)
Enter a parse tree produced by theidentifierExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
enterIdentifierExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierExp
public void exitIdentifierExp(MablParser.IdentifierExpContext ctx)
Exit a parse tree produced by theidentifierExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
exitIdentifierExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterLiteralExp
public void enterLiteralExp(MablParser.LiteralExpContext ctx)
Enter a parse tree produced by theliteralExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
enterLiteralExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitLiteralExp
public void exitLiteralExp(MablParser.LiteralExpContext ctx)
Exit a parse tree produced by theliteralExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
exitLiteralExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterDotPrefixExp
public void enterDotPrefixExp(MablParser.DotPrefixExpContext ctx)
Enter a parse tree produced by thedotPrefixExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
enterDotPrefixExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitDotPrefixExp
public void exitDotPrefixExp(MablParser.DotPrefixExpContext ctx)
Exit a parse tree produced by thedotPrefixExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
exitDotPrefixExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterBinaryExp
public void enterBinaryExp(MablParser.BinaryExpContext ctx)
Enter a parse tree produced by thebinaryExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
enterBinaryExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitBinaryExp
public void exitBinaryExp(MablParser.BinaryExpContext ctx)
Exit a parse tree produced by thebinaryExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
exitBinaryExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterUnaryExp
public void enterUnaryExp(MablParser.UnaryExpContext ctx)
Enter a parse tree produced by theunaryExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitUnaryExp
public void exitUnaryExp(MablParser.UnaryExpContext ctx)
Exit a parse tree produced by theunaryExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterPlainMetodExp
public void enterPlainMetodExp(MablParser.PlainMetodExpContext ctx)
Enter a parse tree produced by theplainMetodExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
enterPlainMetodExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitPlainMetodExp
public void exitPlainMetodExp(MablParser.PlainMetodExpContext ctx)
Exit a parse tree produced by theplainMetodExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
exitPlainMetodExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterParenExp
public void enterParenExp(MablParser.ParenExpContext ctx)
Enter a parse tree produced by theparenExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
enterParenExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitParenExp
public void exitParenExp(MablParser.ParenExpContext ctx)
Exit a parse tree produced by theparenExplabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
exitParenExpin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterArrayIndex
public void enterArrayIndex(MablParser.ArrayIndexContext ctx)
Enter a parse tree produced by thearrayIndexlabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
enterArrayIndexin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitArrayIndex
public void exitArrayIndex(MablParser.ArrayIndexContext ctx)
Exit a parse tree produced by thearrayIndexlabeled alternative inMablParser.expression().The default implementation does nothing.
- Specified by:
exitArrayIndexin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterExpressionList
public void enterExpressionList(MablParser.ExpressionListContext ctx)
Enter a parse tree produced byMablParser.expressionList().The default implementation does nothing.
- Specified by:
enterExpressionListin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitExpressionList
public void exitExpressionList(MablParser.ExpressionListContext ctx)
Exit a parse tree produced byMablParser.expressionList().The default implementation does nothing.
- Specified by:
exitExpressionListin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterMethodCall
public void enterMethodCall(MablParser.MethodCallContext ctx)
Enter a parse tree produced byMablParser.methodCall().The default implementation does nothing.
- Specified by:
enterMethodCallin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitMethodCall
public void exitMethodCall(MablParser.MethodCallContext ctx)
Exit a parse tree produced byMablParser.methodCall().The default implementation does nothing.
- Specified by:
exitMethodCallin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterParExpression
public void enterParExpression(MablParser.ParExpressionContext ctx)
Enter a parse tree produced byMablParser.parExpression().The default implementation does nothing.
- Specified by:
enterParExpressionin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitParExpression
public void exitParExpression(MablParser.ParExpressionContext ctx)
Exit a parse tree produced byMablParser.parExpression().The default implementation does nothing.
- Specified by:
exitParExpressionin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterVariableDeclarator
public void enterVariableDeclarator(MablParser.VariableDeclaratorContext ctx)
Enter a parse tree produced byMablParser.variableDeclarator().The default implementation does nothing.
- Specified by:
enterVariableDeclaratorin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitVariableDeclarator
public void exitVariableDeclarator(MablParser.VariableDeclaratorContext ctx)
Exit a parse tree produced byMablParser.variableDeclarator().The default implementation does nothing.
- Specified by:
exitVariableDeclaratorin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterArrayInit
public void enterArrayInit(MablParser.ArrayInitContext ctx)
Enter a parse tree produced by thearrayInitlabeled alternative inMablParser.variableInitializer().The default implementation does nothing.
- Specified by:
enterArrayInitin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitArrayInit
public void exitArrayInit(MablParser.ArrayInitContext ctx)
Exit a parse tree produced by thearrayInitlabeled alternative inMablParser.variableInitializer().The default implementation does nothing.
- Specified by:
exitArrayInitin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterArrayMultidimentionalInit
public void enterArrayMultidimentionalInit(MablParser.ArrayMultidimentionalInitContext ctx)
Enter a parse tree produced by thearrayMultidimentionalInitlabeled alternative inMablParser.variableInitializer().The default implementation does nothing.
- Specified by:
enterArrayMultidimentionalInitin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitArrayMultidimentionalInit
public void exitArrayMultidimentionalInit(MablParser.ArrayMultidimentionalInitContext ctx)
Exit a parse tree produced by thearrayMultidimentionalInitlabeled alternative inMablParser.variableInitializer().The default implementation does nothing.
- Specified by:
exitArrayMultidimentionalInitin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterExpInit
public void enterExpInit(MablParser.ExpInitContext ctx)
Enter a parse tree produced by theexpInitlabeled alternative inMablParser.variableInitializer().The default implementation does nothing.
- Specified by:
enterExpInitin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitExpInit
public void exitExpInit(MablParser.ExpInitContext ctx)
Exit a parse tree produced by theexpInitlabeled alternative inMablParser.variableInitializer().The default implementation does nothing.
- Specified by:
exitExpInitin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterArrayInitializer
public void enterArrayInitializer(MablParser.ArrayInitializerContext ctx)
Enter a parse tree produced byMablParser.arrayInitializer().The default implementation does nothing.
- Specified by:
enterArrayInitializerin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitArrayInitializer
public void exitArrayInitializer(MablParser.ArrayInitializerContext ctx)
Exit a parse tree produced byMablParser.arrayInitializer().The default implementation does nothing.
- Specified by:
exitArrayInitializerin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterArrayTypeType
public void enterArrayTypeType(MablParser.ArrayTypeTypeContext ctx)
Enter a parse tree produced by thearrayTypeTypelabeled alternative inMablParser.typeType().The default implementation does nothing.
- Specified by:
enterArrayTypeTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitArrayTypeType
public void exitArrayTypeType(MablParser.ArrayTypeTypeContext ctx)
Exit a parse tree produced by thearrayTypeTypelabeled alternative inMablParser.typeType().The default implementation does nothing.
- Specified by:
exitArrayTypeTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterAndmedOrPrimitiveTypeType
public void enterAndmedOrPrimitiveTypeType(MablParser.AndmedOrPrimitiveTypeTypeContext ctx)
Enter a parse tree produced by theandmedOrPrimitiveTypeTypelabeled alternative inMablParser.typeType().The default implementation does nothing.
- Specified by:
enterAndmedOrPrimitiveTypeTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitAndmedOrPrimitiveTypeType
public void exitAndmedOrPrimitiveTypeType(MablParser.AndmedOrPrimitiveTypeTypeContext ctx)
Exit a parse tree produced by theandmedOrPrimitiveTypeTypelabeled alternative inMablParser.typeType().The default implementation does nothing.
- Specified by:
exitAndmedOrPrimitiveTypeTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterIdentifierTypeType
public void enterIdentifierTypeType(MablParser.IdentifierTypeTypeContext ctx)
Enter a parse tree produced by theidentifierTypeTypelabeled alternative inMablParser.namedOrPrimitiveType().The default implementation does nothing.
- Specified by:
enterIdentifierTypeTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitIdentifierTypeType
public void exitIdentifierTypeType(MablParser.IdentifierTypeTypeContext ctx)
Exit a parse tree produced by theidentifierTypeTypelabeled alternative inMablParser.namedOrPrimitiveType().The default implementation does nothing.
- Specified by:
exitIdentifierTypeTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterPrimitiveTypeType
public void enterPrimitiveTypeType(MablParser.PrimitiveTypeTypeContext ctx)
Enter a parse tree produced by theprimitiveTypeTypelabeled alternative inMablParser.namedOrPrimitiveType().The default implementation does nothing.
- Specified by:
enterPrimitiveTypeTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitPrimitiveTypeType
public void exitPrimitiveTypeType(MablParser.PrimitiveTypeTypeContext ctx)
Exit a parse tree produced by theprimitiveTypeTypelabeled alternative inMablParser.namedOrPrimitiveType().The default implementation does nothing.
- Specified by:
exitPrimitiveTypeTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterRealType
public void enterRealType(MablParser.RealTypeContext ctx)
Enter a parse tree produced by therealTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
enterRealTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitRealType
public void exitRealType(MablParser.RealTypeContext ctx)
Exit a parse tree produced by therealTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
exitRealTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterUintType
public void enterUintType(MablParser.UintTypeContext ctx)
Enter a parse tree produced by theuintTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
enterUintTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitUintType
public void exitUintType(MablParser.UintTypeContext ctx)
Exit a parse tree produced by theuintTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
exitUintTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterIntType
public void enterIntType(MablParser.IntTypeContext ctx)
Enter a parse tree produced by theintTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
enterIntTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitIntType
public void exitIntType(MablParser.IntTypeContext ctx)
Exit a parse tree produced by theintTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
exitIntTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterStringType
public void enterStringType(MablParser.StringTypeContext ctx)
Enter a parse tree produced by thestringTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
enterStringTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitStringType
public void exitStringType(MablParser.StringTypeContext ctx)
Exit a parse tree produced by thestringTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
exitStringTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterBoolType
public void enterBoolType(MablParser.BoolTypeContext ctx)
Enter a parse tree produced by theboolTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
enterBoolTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitBoolType
public void exitBoolType(MablParser.BoolTypeContext ctx)
Exit a parse tree produced by theboolTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
exitBoolTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterUnknownType
public void enterUnknownType(MablParser.UnknownTypeContext ctx)
Enter a parse tree produced by theunknownTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
enterUnknownTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitUnknownType
public void exitUnknownType(MablParser.UnknownTypeContext ctx)
Exit a parse tree produced by theunknownTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
exitUnknownTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterVoidType
public void enterVoidType(MablParser.VoidTypeContext ctx)
Enter a parse tree produced by thevoidTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
enterVoidTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitVoidType
public void exitVoidType(MablParser.VoidTypeContext ctx)
Exit a parse tree produced by thevoidTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
exitVoidTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterLongType
public void enterLongType(MablParser.LongTypeContext ctx)
Enter a parse tree produced by thelongTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
enterLongTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitLongType
public void exitLongType(MablParser.LongTypeContext ctx)
Exit a parse tree produced by thelongTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
exitLongTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterByteType
public void enterByteType(MablParser.ByteTypeContext ctx)
Enter a parse tree produced by thebyteTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
enterByteTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitByteType
public void exitByteType(MablParser.ByteTypeContext ctx)
Exit a parse tree produced by thebyteTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
exitByteTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterFloatType
public void enterFloatType(MablParser.FloatTypeContext ctx)
Enter a parse tree produced by thefloatTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
enterFloatTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitFloatType
public void exitFloatType(MablParser.FloatTypeContext ctx)
Exit a parse tree produced by thefloatTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
exitFloatTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterShortType
public void enterShortType(MablParser.ShortTypeContext ctx)
Enter a parse tree produced by theshortTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
enterShortTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitShortType
public void exitShortType(MablParser.ShortTypeContext ctx)
Exit a parse tree produced by theshortTypelabeled alternative inMablParser.primitiveType().The default implementation does nothing.
- Specified by:
exitShortTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(MablParser.LiteralContext ctx)
Enter a parse tree produced byMablParser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(MablParser.LiteralContext ctx)
Exit a parse tree produced byMablParser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-