Class MablParserBaseListener
- java.lang.Object
-
- org.intocps.maestro.parser.MablParserBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,MablParserListener
public class MablParserBaseListener extends java.lang.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
-
-
-
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
-
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
-
enterExpandMapping
public void enterExpandMapping(MablParser.ExpandMappingContext ctx)
Enter a parse tree produced by theexpandMappinglabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
enterExpandMappingin interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitExpandMapping
public void exitExpandMapping(MablParser.ExpandMappingContext ctx)
Exit a parse tree produced by theexpandMappinglabeled alternative inMablParser.statement().The default implementation does nothing.
- Specified by:
exitExpandMappingin 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
-
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
-
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
-
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
-
enterTypeType
public void enterTypeType(MablParser.TypeTypeContext ctx)
Enter a parse tree produced byMablParser.typeType().The default implementation does nothing.
- Specified by:
enterTypeTypein interfaceMablParserListener- Parameters:
ctx- the parse tree
-
exitTypeType
public void exitTypeType(MablParser.TypeTypeContext ctx)
Exit a parse tree produced byMablParser.typeType().The default implementation does nothing.
- Specified by:
exitTypeTypein 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
-
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
-
-