Class modelicaBaseListener
This class provides an empty implementation of ImodelicaListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Modelica
Assembly: Modelica.dll
Syntax
public class modelicaBaseListener : object, ImodelicaListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAdd_op(modelicaParser.Add_opContext)
Enter a parse tree produced by add_op().
The default implementation does nothing.
Declaration
public virtual void EnterAdd_op(modelicaParser.Add_opContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Add_opContext | context | The parse tree. |
EnterAlgorithm_section(modelicaParser.Algorithm_sectionContext)
Enter a parse tree produced by algorithm_section().
The default implementation does nothing.
Declaration
public virtual void EnterAlgorithm_section(modelicaParser.Algorithm_sectionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Algorithm_sectionContext | context | The parse tree. |
EnterAnnotation(modelicaParser.AnnotationContext)
Enter a parse tree produced by annotation().
The default implementation does nothing.
Declaration
public virtual void EnterAnnotation(modelicaParser.AnnotationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.AnnotationContext | context | The parse tree. |
EnterArgument(modelicaParser.ArgumentContext)
Enter a parse tree produced by argument().
The default implementation does nothing.
Declaration
public virtual void EnterArgument(modelicaParser.ArgumentContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.ArgumentContext | context | The parse tree. |
EnterArgument_list(modelicaParser.Argument_listContext)
Enter a parse tree produced by argument_list().
The default implementation does nothing.
Declaration
public virtual void EnterArgument_list(modelicaParser.Argument_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Argument_listContext | context | The parse tree. |
EnterArithmetic_expression(modelicaParser.Arithmetic_expressionContext)
Enter a parse tree produced by arithmetic_expression().
The default implementation does nothing.
Declaration
public virtual void EnterArithmetic_expression(modelicaParser.Arithmetic_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Arithmetic_expressionContext | context | The parse tree. |
EnterArray_subscripts(modelicaParser.Array_subscriptsContext)
Enter a parse tree produced by array_subscripts().
The default implementation does nothing.
Declaration
public virtual void EnterArray_subscripts(modelicaParser.Array_subscriptsContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Array_subscriptsContext | context | The parse tree. |
EnterBase_prefix(modelicaParser.Base_prefixContext)
Enter a parse tree produced by base_prefix().
The default implementation does nothing.
Declaration
public virtual void EnterBase_prefix(modelicaParser.Base_prefixContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Base_prefixContext | context | The parse tree. |
EnterClass_definition(modelicaParser.Class_definitionContext)
Enter a parse tree produced by class_definition().
The default implementation does nothing.
Declaration
public virtual void EnterClass_definition(modelicaParser.Class_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Class_definitionContext | context | The parse tree. |
EnterClass_modification(modelicaParser.Class_modificationContext)
Enter a parse tree produced by class_modification().
The default implementation does nothing.
Declaration
public virtual void EnterClass_modification(modelicaParser.Class_modificationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Class_modificationContext | context | The parse tree. |
EnterClass_prefixes(modelicaParser.Class_prefixesContext)
Enter a parse tree produced by class_prefixes().
The default implementation does nothing.
Declaration
public virtual void EnterClass_prefixes(modelicaParser.Class_prefixesContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Class_prefixesContext | context | The parse tree. |
EnterClass_specifier(modelicaParser.Class_specifierContext)
Enter a parse tree produced by class_specifier().
The default implementation does nothing.
Declaration
public virtual void EnterClass_specifier(modelicaParser.Class_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Class_specifierContext | context | The parse tree. |
EnterComment(modelicaParser.CommentContext)
Enter a parse tree produced by comment().
The default implementation does nothing.
Declaration
public virtual void EnterComment(modelicaParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.CommentContext | context | The parse tree. |
EnterComponent_clause(modelicaParser.Component_clauseContext)
Enter a parse tree produced by component_clause().
The default implementation does nothing.
Declaration
public virtual void EnterComponent_clause(modelicaParser.Component_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_clauseContext | context | The parse tree. |
EnterComponent_clause1(modelicaParser.Component_clause1Context)
Enter a parse tree produced by component_clause1().
The default implementation does nothing.
Declaration
public virtual void EnterComponent_clause1(modelicaParser.Component_clause1Context context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_clause1Context | context | The parse tree. |
EnterComponent_declaration(modelicaParser.Component_declarationContext)
Enter a parse tree produced by component_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterComponent_declaration(modelicaParser.Component_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_declarationContext | context | The parse tree. |
EnterComponent_declaration1(modelicaParser.Component_declaration1Context)
Enter a parse tree produced by component_declaration1().
The default implementation does nothing.
Declaration
public virtual void EnterComponent_declaration1(modelicaParser.Component_declaration1Context context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_declaration1Context | context | The parse tree. |
EnterComponent_list(modelicaParser.Component_listContext)
Enter a parse tree produced by component_list().
The default implementation does nothing.
Declaration
public virtual void EnterComponent_list(modelicaParser.Component_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_listContext | context | The parse tree. |
EnterComponent_reference(modelicaParser.Component_referenceContext)
Enter a parse tree produced by component_reference().
The default implementation does nothing.
Declaration
public virtual void EnterComponent_reference(modelicaParser.Component_referenceContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_referenceContext | context | The parse tree. |
EnterComposition(modelicaParser.CompositionContext)
Enter a parse tree produced by composition().
The default implementation does nothing.
Declaration
public virtual void EnterComposition(modelicaParser.CompositionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.CompositionContext | context | The parse tree. |
EnterCondition_attribute(modelicaParser.Condition_attributeContext)
Enter a parse tree produced by condition_attribute().
The default implementation does nothing.
Declaration
public virtual void EnterCondition_attribute(modelicaParser.Condition_attributeContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Condition_attributeContext | context | The parse tree. |
EnterConnect_clause(modelicaParser.Connect_clauseContext)
Enter a parse tree produced by connect_clause().
The default implementation does nothing.
Declaration
public virtual void EnterConnect_clause(modelicaParser.Connect_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Connect_clauseContext | context | The parse tree. |
EnterConstraining_clause(modelicaParser.Constraining_clauseContext)
Enter a parse tree produced by constraining_clause().
The default implementation does nothing.
Declaration
public virtual void EnterConstraining_clause(modelicaParser.Constraining_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Constraining_clauseContext | context | The parse tree. |
EnterDeclaration(modelicaParser.DeclarationContext)
Enter a parse tree produced by declaration().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaration(modelicaParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.DeclarationContext | context | The parse tree. |
EnterDer_class_specifier(modelicaParser.Der_class_specifierContext)
Enter a parse tree produced by der_class_specifier().
The default implementation does nothing.
Declaration
public virtual void EnterDer_class_specifier(modelicaParser.Der_class_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Der_class_specifierContext | context | The parse tree. |
EnterElement(modelicaParser.ElementContext)
Enter a parse tree produced by element().
The default implementation does nothing.
Declaration
public virtual void EnterElement(modelicaParser.ElementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.ElementContext | context | The parse tree. |
EnterElement_list(modelicaParser.Element_listContext)
Enter a parse tree produced by element_list().
The default implementation does nothing.
Declaration
public virtual void EnterElement_list(modelicaParser.Element_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Element_listContext | context | The parse tree. |
EnterElement_modification(modelicaParser.Element_modificationContext)
Enter a parse tree produced by element_modification().
The default implementation does nothing.
Declaration
public virtual void EnterElement_modification(modelicaParser.Element_modificationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Element_modificationContext | context | The parse tree. |
EnterElement_modification_or_replaceable(modelicaParser.Element_modification_or_replaceableContext)
Enter a parse tree produced by element_modification_or_replaceable().
The default implementation does nothing.
Declaration
public virtual void EnterElement_modification_or_replaceable(modelicaParser.Element_modification_or_replaceableContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Element_modification_or_replaceableContext | context | The parse tree. |
EnterElement_redeclaration(modelicaParser.Element_redeclarationContext)
Enter a parse tree produced by element_redeclaration().
The default implementation does nothing.
Declaration
public virtual void EnterElement_redeclaration(modelicaParser.Element_redeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Element_redeclarationContext | context | The parse tree. |
EnterElement_replaceable(modelicaParser.Element_replaceableContext)
Enter a parse tree produced by element_replaceable().
The default implementation does nothing.
Declaration
public virtual void EnterElement_replaceable(modelicaParser.Element_replaceableContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Element_replaceableContext | context | The parse tree. |
EnterEnum_list(modelicaParser.Enum_listContext)
Enter a parse tree produced by enum_list().
The default implementation does nothing.
Declaration
public virtual void EnterEnum_list(modelicaParser.Enum_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Enum_listContext | context | The parse tree. |
EnterEnumeration_literal(modelicaParser.Enumeration_literalContext)
Enter a parse tree produced by enumeration_literal().
The default implementation does nothing.
Declaration
public virtual void EnterEnumeration_literal(modelicaParser.Enumeration_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Enumeration_literalContext | context | The parse tree. |
EnterEquation(modelicaParser.EquationContext)
Enter a parse tree produced by equation().
The default implementation does nothing.
Declaration
public virtual void EnterEquation(modelicaParser.EquationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.EquationContext | context | The parse tree. |
EnterEquation_section(modelicaParser.Equation_sectionContext)
Enter a parse tree produced by equation_section().
The default implementation does nothing.
Declaration
public virtual void EnterEquation_section(modelicaParser.Equation_sectionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Equation_sectionContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterExpression(modelicaParser.ExpressionContext)
Enter a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual void EnterExpression(modelicaParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.ExpressionContext | context | The parse tree. |
EnterExpression_list(modelicaParser.Expression_listContext)
Enter a parse tree produced by expression_list().
The default implementation does nothing.
Declaration
public virtual void EnterExpression_list(modelicaParser.Expression_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Expression_listContext | context | The parse tree. |
EnterExtends_clause(modelicaParser.Extends_clauseContext)
Enter a parse tree produced by extends_clause().
The default implementation does nothing.
Declaration
public virtual void EnterExtends_clause(modelicaParser.Extends_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Extends_clauseContext | context | The parse tree. |
EnterExternal_function_call(modelicaParser.External_function_callContext)
Enter a parse tree produced by external_function_call().
The default implementation does nothing.
Declaration
public virtual void EnterExternal_function_call(modelicaParser.External_function_callContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.External_function_callContext | context | The parse tree. |
EnterFactor(modelicaParser.FactorContext)
Enter a parse tree produced by factor().
The default implementation does nothing.
Declaration
public virtual void EnterFactor(modelicaParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.FactorContext | context | The parse tree. |
EnterFor_equation(modelicaParser.For_equationContext)
Enter a parse tree produced by for_equation().
The default implementation does nothing.
Declaration
public virtual void EnterFor_equation(modelicaParser.For_equationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.For_equationContext | context | The parse tree. |
EnterFor_index(modelicaParser.For_indexContext)
Enter a parse tree produced by for_index().
The default implementation does nothing.
Declaration
public virtual void EnterFor_index(modelicaParser.For_indexContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.For_indexContext | context | The parse tree. |
EnterFor_indices(modelicaParser.For_indicesContext)
Enter a parse tree produced by for_indices().
The default implementation does nothing.
Declaration
public virtual void EnterFor_indices(modelicaParser.For_indicesContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.For_indicesContext | context | The parse tree. |
EnterFor_statement(modelicaParser.For_statementContext)
Enter a parse tree produced by for_statement().
The default implementation does nothing.
Declaration
public virtual void EnterFor_statement(modelicaParser.For_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.For_statementContext | context | The parse tree. |
EnterFunction_argument(modelicaParser.Function_argumentContext)
Enter a parse tree produced by function_argument().
The default implementation does nothing.
Declaration
public virtual void EnterFunction_argument(modelicaParser.Function_argumentContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Function_argumentContext | context | The parse tree. |
EnterFunction_arguments(modelicaParser.Function_argumentsContext)
Enter a parse tree produced by function_arguments().
The default implementation does nothing.
Declaration
public virtual void EnterFunction_arguments(modelicaParser.Function_argumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Function_argumentsContext | context | The parse tree. |
EnterFunction_call_args(modelicaParser.Function_call_argsContext)
Enter a parse tree produced by function_call_args().
The default implementation does nothing.
Declaration
public virtual void EnterFunction_call_args(modelicaParser.Function_call_argsContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Function_call_argsContext | context | The parse tree. |
EnterIf_equation(modelicaParser.If_equationContext)
Enter a parse tree produced by if_equation().
The default implementation does nothing.
Declaration
public virtual void EnterIf_equation(modelicaParser.If_equationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.If_equationContext | context | The parse tree. |
EnterIf_statement(modelicaParser.If_statementContext)
Enter a parse tree produced by if_statement().
The default implementation does nothing.
Declaration
public virtual void EnterIf_statement(modelicaParser.If_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.If_statementContext | context | The parse tree. |
EnterImport_clause(modelicaParser.Import_clauseContext)
Enter a parse tree produced by import_clause().
The default implementation does nothing.
Declaration
public virtual void EnterImport_clause(modelicaParser.Import_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Import_clauseContext | context | The parse tree. |
EnterImport_list(modelicaParser.Import_listContext)
Enter a parse tree produced by import_list().
The default implementation does nothing.
Declaration
public virtual void EnterImport_list(modelicaParser.Import_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Import_listContext | context | The parse tree. |
EnterLanguage_specification(modelicaParser.Language_specificationContext)
Enter a parse tree produced by language_specification().
The default implementation does nothing.
Declaration
public virtual void EnterLanguage_specification(modelicaParser.Language_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Language_specificationContext | context | The parse tree. |
EnterLogical_expression(modelicaParser.Logical_expressionContext)
Enter a parse tree produced by logical_expression().
The default implementation does nothing.
Declaration
public virtual void EnterLogical_expression(modelicaParser.Logical_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Logical_expressionContext | context | The parse tree. |
EnterLogical_factor(modelicaParser.Logical_factorContext)
Enter a parse tree produced by logical_factor().
The default implementation does nothing.
Declaration
public virtual void EnterLogical_factor(modelicaParser.Logical_factorContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Logical_factorContext | context | The parse tree. |
EnterLogical_term(modelicaParser.Logical_termContext)
Enter a parse tree produced by logical_term().
The default implementation does nothing.
Declaration
public virtual void EnterLogical_term(modelicaParser.Logical_termContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Logical_termContext | context | The parse tree. |
EnterLong_class_specifier(modelicaParser.Long_class_specifierContext)
Enter a parse tree produced by long_class_specifier().
The default implementation does nothing.
Declaration
public virtual void EnterLong_class_specifier(modelicaParser.Long_class_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Long_class_specifierContext | context | The parse tree. |
EnterModification(modelicaParser.ModificationContext)
Enter a parse tree produced by modification().
The default implementation does nothing.
Declaration
public virtual void EnterModification(modelicaParser.ModificationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.ModificationContext | context | The parse tree. |
EnterMul_op(modelicaParser.Mul_opContext)
Enter a parse tree produced by mul_op().
The default implementation does nothing.
Declaration
public virtual void EnterMul_op(modelicaParser.Mul_opContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Mul_opContext | context | The parse tree. |
EnterName(modelicaParser.NameContext)
Enter a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void EnterName(modelicaParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.NameContext | context | The parse tree. |
EnterNamed_argument(modelicaParser.Named_argumentContext)
Enter a parse tree produced by named_argument().
The default implementation does nothing.
Declaration
public virtual void EnterNamed_argument(modelicaParser.Named_argumentContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Named_argumentContext | context | The parse tree. |
EnterNamed_arguments(modelicaParser.Named_argumentsContext)
Enter a parse tree produced by named_arguments().
The default implementation does nothing.
Declaration
public virtual void EnterNamed_arguments(modelicaParser.Named_argumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Named_argumentsContext | context | The parse tree. |
EnterOutput_expression_list(modelicaParser.Output_expression_listContext)
Enter a parse tree produced by output_expression_list().
The default implementation does nothing.
Declaration
public virtual void EnterOutput_expression_list(modelicaParser.Output_expression_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Output_expression_listContext | context | The parse tree. |
EnterPrimary(modelicaParser.PrimaryContext)
Enter a parse tree produced by primary().
The default implementation does nothing.
Declaration
public virtual void EnterPrimary(modelicaParser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.PrimaryContext | context | The parse tree. |
EnterRel_op(modelicaParser.Rel_opContext)
Enter a parse tree produced by rel_op().
The default implementation does nothing.
Declaration
public virtual void EnterRel_op(modelicaParser.Rel_opContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Rel_opContext | context | The parse tree. |
EnterRelation(modelicaParser.RelationContext)
Enter a parse tree produced by relation().
The default implementation does nothing.
Declaration
public virtual void EnterRelation(modelicaParser.RelationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.RelationContext | context | The parse tree. |
EnterShort_class_definition(modelicaParser.Short_class_definitionContext)
Enter a parse tree produced by short_class_definition().
The default implementation does nothing.
Declaration
public virtual void EnterShort_class_definition(modelicaParser.Short_class_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Short_class_definitionContext | context | The parse tree. |
EnterShort_class_specifier(modelicaParser.Short_class_specifierContext)
Enter a parse tree produced by short_class_specifier().
The default implementation does nothing.
Declaration
public virtual void EnterShort_class_specifier(modelicaParser.Short_class_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Short_class_specifierContext | context | The parse tree. |
EnterSimple_expression(modelicaParser.Simple_expressionContext)
Enter a parse tree produced by simple_expression().
The default implementation does nothing.
Declaration
public virtual void EnterSimple_expression(modelicaParser.Simple_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Simple_expressionContext | context | The parse tree. |
EnterStatement(modelicaParser.StatementContext)
Enter a parse tree produced by statement().
The default implementation does nothing.
Declaration
public virtual void EnterStatement(modelicaParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.StatementContext | context | The parse tree. |
EnterStored_definition(modelicaParser.Stored_definitionContext)
Enter a parse tree produced by stored_definition().
The default implementation does nothing.
Declaration
public virtual void EnterStored_definition(modelicaParser.Stored_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Stored_definitionContext | context | The parse tree. |
EnterString_comment(modelicaParser.String_commentContext)
Enter a parse tree produced by string_comment().
The default implementation does nothing.
Declaration
public virtual void EnterString_comment(modelicaParser.String_commentContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.String_commentContext | context | The parse tree. |
EnterSubscript_(modelicaParser.Subscript_Context)
Enter a parse tree produced by subscript_().
The default implementation does nothing.
Declaration
public virtual void EnterSubscript_(modelicaParser.Subscript_Context context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Subscript_Context | context | The parse tree. |
EnterTerm(modelicaParser.TermContext)
Enter a parse tree produced by term().
The default implementation does nothing.
Declaration
public virtual void EnterTerm(modelicaParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.TermContext | context | The parse tree. |
EnterType_prefix(modelicaParser.Type_prefixContext)
Enter a parse tree produced by type_prefix().
The default implementation does nothing.
Declaration
public virtual void EnterType_prefix(modelicaParser.Type_prefixContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Type_prefixContext | context | The parse tree. |
EnterType_specifier(modelicaParser.Type_specifierContext)
Enter a parse tree produced by type_specifier().
The default implementation does nothing.
Declaration
public virtual void EnterType_specifier(modelicaParser.Type_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Type_specifierContext | context | The parse tree. |
EnterWhen_equation(modelicaParser.When_equationContext)
Enter a parse tree produced by when_equation().
The default implementation does nothing.
Declaration
public virtual void EnterWhen_equation(modelicaParser.When_equationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.When_equationContext | context | The parse tree. |
EnterWhen_statement(modelicaParser.When_statementContext)
Enter a parse tree produced by when_statement().
The default implementation does nothing.
Declaration
public virtual void EnterWhen_statement(modelicaParser.When_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.When_statementContext | context | The parse tree. |
EnterWhile_statement(modelicaParser.While_statementContext)
Enter a parse tree produced by while_statement().
The default implementation does nothing.
Declaration
public virtual void EnterWhile_statement(modelicaParser.While_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.While_statementContext | context | The parse tree. |
ExitAdd_op(modelicaParser.Add_opContext)
Exit a parse tree produced by add_op().
The default implementation does nothing.
Declaration
public virtual void ExitAdd_op(modelicaParser.Add_opContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Add_opContext | context | The parse tree. |
ExitAlgorithm_section(modelicaParser.Algorithm_sectionContext)
Exit a parse tree produced by algorithm_section().
The default implementation does nothing.
Declaration
public virtual void ExitAlgorithm_section(modelicaParser.Algorithm_sectionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Algorithm_sectionContext | context | The parse tree. |
ExitAnnotation(modelicaParser.AnnotationContext)
Exit a parse tree produced by annotation().
The default implementation does nothing.
Declaration
public virtual void ExitAnnotation(modelicaParser.AnnotationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.AnnotationContext | context | The parse tree. |
ExitArgument(modelicaParser.ArgumentContext)
Exit a parse tree produced by argument().
The default implementation does nothing.
Declaration
public virtual void ExitArgument(modelicaParser.ArgumentContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.ArgumentContext | context | The parse tree. |
ExitArgument_list(modelicaParser.Argument_listContext)
Exit a parse tree produced by argument_list().
The default implementation does nothing.
Declaration
public virtual void ExitArgument_list(modelicaParser.Argument_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Argument_listContext | context | The parse tree. |
ExitArithmetic_expression(modelicaParser.Arithmetic_expressionContext)
Exit a parse tree produced by arithmetic_expression().
The default implementation does nothing.
Declaration
public virtual void ExitArithmetic_expression(modelicaParser.Arithmetic_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Arithmetic_expressionContext | context | The parse tree. |
ExitArray_subscripts(modelicaParser.Array_subscriptsContext)
Exit a parse tree produced by array_subscripts().
The default implementation does nothing.
Declaration
public virtual void ExitArray_subscripts(modelicaParser.Array_subscriptsContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Array_subscriptsContext | context | The parse tree. |
ExitBase_prefix(modelicaParser.Base_prefixContext)
Exit a parse tree produced by base_prefix().
The default implementation does nothing.
Declaration
public virtual void ExitBase_prefix(modelicaParser.Base_prefixContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Base_prefixContext | context | The parse tree. |
ExitClass_definition(modelicaParser.Class_definitionContext)
Exit a parse tree produced by class_definition().
The default implementation does nothing.
Declaration
public virtual void ExitClass_definition(modelicaParser.Class_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Class_definitionContext | context | The parse tree. |
ExitClass_modification(modelicaParser.Class_modificationContext)
Exit a parse tree produced by class_modification().
The default implementation does nothing.
Declaration
public virtual void ExitClass_modification(modelicaParser.Class_modificationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Class_modificationContext | context | The parse tree. |
ExitClass_prefixes(modelicaParser.Class_prefixesContext)
Exit a parse tree produced by class_prefixes().
The default implementation does nothing.
Declaration
public virtual void ExitClass_prefixes(modelicaParser.Class_prefixesContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Class_prefixesContext | context | The parse tree. |
ExitClass_specifier(modelicaParser.Class_specifierContext)
Exit a parse tree produced by class_specifier().
The default implementation does nothing.
Declaration
public virtual void ExitClass_specifier(modelicaParser.Class_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Class_specifierContext | context | The parse tree. |
ExitComment(modelicaParser.CommentContext)
Exit a parse tree produced by comment().
The default implementation does nothing.
Declaration
public virtual void ExitComment(modelicaParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.CommentContext | context | The parse tree. |
ExitComponent_clause(modelicaParser.Component_clauseContext)
Exit a parse tree produced by component_clause().
The default implementation does nothing.
Declaration
public virtual void ExitComponent_clause(modelicaParser.Component_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_clauseContext | context | The parse tree. |
ExitComponent_clause1(modelicaParser.Component_clause1Context)
Exit a parse tree produced by component_clause1().
The default implementation does nothing.
Declaration
public virtual void ExitComponent_clause1(modelicaParser.Component_clause1Context context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_clause1Context | context | The parse tree. |
ExitComponent_declaration(modelicaParser.Component_declarationContext)
Exit a parse tree produced by component_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitComponent_declaration(modelicaParser.Component_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_declarationContext | context | The parse tree. |
ExitComponent_declaration1(modelicaParser.Component_declaration1Context)
Exit a parse tree produced by component_declaration1().
The default implementation does nothing.
Declaration
public virtual void ExitComponent_declaration1(modelicaParser.Component_declaration1Context context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_declaration1Context | context | The parse tree. |
ExitComponent_list(modelicaParser.Component_listContext)
Exit a parse tree produced by component_list().
The default implementation does nothing.
Declaration
public virtual void ExitComponent_list(modelicaParser.Component_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_listContext | context | The parse tree. |
ExitComponent_reference(modelicaParser.Component_referenceContext)
Exit a parse tree produced by component_reference().
The default implementation does nothing.
Declaration
public virtual void ExitComponent_reference(modelicaParser.Component_referenceContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Component_referenceContext | context | The parse tree. |
ExitComposition(modelicaParser.CompositionContext)
Exit a parse tree produced by composition().
The default implementation does nothing.
Declaration
public virtual void ExitComposition(modelicaParser.CompositionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.CompositionContext | context | The parse tree. |
ExitCondition_attribute(modelicaParser.Condition_attributeContext)
Exit a parse tree produced by condition_attribute().
The default implementation does nothing.
Declaration
public virtual void ExitCondition_attribute(modelicaParser.Condition_attributeContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Condition_attributeContext | context | The parse tree. |
ExitConnect_clause(modelicaParser.Connect_clauseContext)
Exit a parse tree produced by connect_clause().
The default implementation does nothing.
Declaration
public virtual void ExitConnect_clause(modelicaParser.Connect_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Connect_clauseContext | context | The parse tree. |
ExitConstraining_clause(modelicaParser.Constraining_clauseContext)
Exit a parse tree produced by constraining_clause().
The default implementation does nothing.
Declaration
public virtual void ExitConstraining_clause(modelicaParser.Constraining_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Constraining_clauseContext | context | The parse tree. |
ExitDeclaration(modelicaParser.DeclarationContext)
Exit a parse tree produced by declaration().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaration(modelicaParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.DeclarationContext | context | The parse tree. |
ExitDer_class_specifier(modelicaParser.Der_class_specifierContext)
Exit a parse tree produced by der_class_specifier().
The default implementation does nothing.
Declaration
public virtual void ExitDer_class_specifier(modelicaParser.Der_class_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Der_class_specifierContext | context | The parse tree. |
ExitElement(modelicaParser.ElementContext)
Exit a parse tree produced by element().
The default implementation does nothing.
Declaration
public virtual void ExitElement(modelicaParser.ElementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.ElementContext | context | The parse tree. |
ExitElement_list(modelicaParser.Element_listContext)
Exit a parse tree produced by element_list().
The default implementation does nothing.
Declaration
public virtual void ExitElement_list(modelicaParser.Element_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Element_listContext | context | The parse tree. |
ExitElement_modification(modelicaParser.Element_modificationContext)
Exit a parse tree produced by element_modification().
The default implementation does nothing.
Declaration
public virtual void ExitElement_modification(modelicaParser.Element_modificationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Element_modificationContext | context | The parse tree. |
ExitElement_modification_or_replaceable(modelicaParser.Element_modification_or_replaceableContext)
Exit a parse tree produced by element_modification_or_replaceable().
The default implementation does nothing.
Declaration
public virtual void ExitElement_modification_or_replaceable(modelicaParser.Element_modification_or_replaceableContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Element_modification_or_replaceableContext | context | The parse tree. |
ExitElement_redeclaration(modelicaParser.Element_redeclarationContext)
Exit a parse tree produced by element_redeclaration().
The default implementation does nothing.
Declaration
public virtual void ExitElement_redeclaration(modelicaParser.Element_redeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Element_redeclarationContext | context | The parse tree. |
ExitElement_replaceable(modelicaParser.Element_replaceableContext)
Exit a parse tree produced by element_replaceable().
The default implementation does nothing.
Declaration
public virtual void ExitElement_replaceable(modelicaParser.Element_replaceableContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Element_replaceableContext | context | The parse tree. |
ExitEnum_list(modelicaParser.Enum_listContext)
Exit a parse tree produced by enum_list().
The default implementation does nothing.
Declaration
public virtual void ExitEnum_list(modelicaParser.Enum_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Enum_listContext | context | The parse tree. |
ExitEnumeration_literal(modelicaParser.Enumeration_literalContext)
Exit a parse tree produced by enumeration_literal().
The default implementation does nothing.
Declaration
public virtual void ExitEnumeration_literal(modelicaParser.Enumeration_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Enumeration_literalContext | context | The parse tree. |
ExitEquation(modelicaParser.EquationContext)
Exit a parse tree produced by equation().
The default implementation does nothing.
Declaration
public virtual void ExitEquation(modelicaParser.EquationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.EquationContext | context | The parse tree. |
ExitEquation_section(modelicaParser.Equation_sectionContext)
Exit a parse tree produced by equation_section().
The default implementation does nothing.
Declaration
public virtual void ExitEquation_section(modelicaParser.Equation_sectionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Equation_sectionContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitExpression(modelicaParser.ExpressionContext)
Exit a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual void ExitExpression(modelicaParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.ExpressionContext | context | The parse tree. |
ExitExpression_list(modelicaParser.Expression_listContext)
Exit a parse tree produced by expression_list().
The default implementation does nothing.
Declaration
public virtual void ExitExpression_list(modelicaParser.Expression_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Expression_listContext | context | The parse tree. |
ExitExtends_clause(modelicaParser.Extends_clauseContext)
Exit a parse tree produced by extends_clause().
The default implementation does nothing.
Declaration
public virtual void ExitExtends_clause(modelicaParser.Extends_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Extends_clauseContext | context | The parse tree. |
ExitExternal_function_call(modelicaParser.External_function_callContext)
Exit a parse tree produced by external_function_call().
The default implementation does nothing.
Declaration
public virtual void ExitExternal_function_call(modelicaParser.External_function_callContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.External_function_callContext | context | The parse tree. |
ExitFactor(modelicaParser.FactorContext)
Exit a parse tree produced by factor().
The default implementation does nothing.
Declaration
public virtual void ExitFactor(modelicaParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.FactorContext | context | The parse tree. |
ExitFor_equation(modelicaParser.For_equationContext)
Exit a parse tree produced by for_equation().
The default implementation does nothing.
Declaration
public virtual void ExitFor_equation(modelicaParser.For_equationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.For_equationContext | context | The parse tree. |
ExitFor_index(modelicaParser.For_indexContext)
Exit a parse tree produced by for_index().
The default implementation does nothing.
Declaration
public virtual void ExitFor_index(modelicaParser.For_indexContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.For_indexContext | context | The parse tree. |
ExitFor_indices(modelicaParser.For_indicesContext)
Exit a parse tree produced by for_indices().
The default implementation does nothing.
Declaration
public virtual void ExitFor_indices(modelicaParser.For_indicesContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.For_indicesContext | context | The parse tree. |
ExitFor_statement(modelicaParser.For_statementContext)
Exit a parse tree produced by for_statement().
The default implementation does nothing.
Declaration
public virtual void ExitFor_statement(modelicaParser.For_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.For_statementContext | context | The parse tree. |
ExitFunction_argument(modelicaParser.Function_argumentContext)
Exit a parse tree produced by function_argument().
The default implementation does nothing.
Declaration
public virtual void ExitFunction_argument(modelicaParser.Function_argumentContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Function_argumentContext | context | The parse tree. |
ExitFunction_arguments(modelicaParser.Function_argumentsContext)
Exit a parse tree produced by function_arguments().
The default implementation does nothing.
Declaration
public virtual void ExitFunction_arguments(modelicaParser.Function_argumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Function_argumentsContext | context | The parse tree. |
ExitFunction_call_args(modelicaParser.Function_call_argsContext)
Exit a parse tree produced by function_call_args().
The default implementation does nothing.
Declaration
public virtual void ExitFunction_call_args(modelicaParser.Function_call_argsContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Function_call_argsContext | context | The parse tree. |
ExitIf_equation(modelicaParser.If_equationContext)
Exit a parse tree produced by if_equation().
The default implementation does nothing.
Declaration
public virtual void ExitIf_equation(modelicaParser.If_equationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.If_equationContext | context | The parse tree. |
ExitIf_statement(modelicaParser.If_statementContext)
Exit a parse tree produced by if_statement().
The default implementation does nothing.
Declaration
public virtual void ExitIf_statement(modelicaParser.If_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.If_statementContext | context | The parse tree. |
ExitImport_clause(modelicaParser.Import_clauseContext)
Exit a parse tree produced by import_clause().
The default implementation does nothing.
Declaration
public virtual void ExitImport_clause(modelicaParser.Import_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Import_clauseContext | context | The parse tree. |
ExitImport_list(modelicaParser.Import_listContext)
Exit a parse tree produced by import_list().
The default implementation does nothing.
Declaration
public virtual void ExitImport_list(modelicaParser.Import_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Import_listContext | context | The parse tree. |
ExitLanguage_specification(modelicaParser.Language_specificationContext)
Exit a parse tree produced by language_specification().
The default implementation does nothing.
Declaration
public virtual void ExitLanguage_specification(modelicaParser.Language_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Language_specificationContext | context | The parse tree. |
ExitLogical_expression(modelicaParser.Logical_expressionContext)
Exit a parse tree produced by logical_expression().
The default implementation does nothing.
Declaration
public virtual void ExitLogical_expression(modelicaParser.Logical_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Logical_expressionContext | context | The parse tree. |
ExitLogical_factor(modelicaParser.Logical_factorContext)
Exit a parse tree produced by logical_factor().
The default implementation does nothing.
Declaration
public virtual void ExitLogical_factor(modelicaParser.Logical_factorContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Logical_factorContext | context | The parse tree. |
ExitLogical_term(modelicaParser.Logical_termContext)
Exit a parse tree produced by logical_term().
The default implementation does nothing.
Declaration
public virtual void ExitLogical_term(modelicaParser.Logical_termContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Logical_termContext | context | The parse tree. |
ExitLong_class_specifier(modelicaParser.Long_class_specifierContext)
Exit a parse tree produced by long_class_specifier().
The default implementation does nothing.
Declaration
public virtual void ExitLong_class_specifier(modelicaParser.Long_class_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Long_class_specifierContext | context | The parse tree. |
ExitModification(modelicaParser.ModificationContext)
Exit a parse tree produced by modification().
The default implementation does nothing.
Declaration
public virtual void ExitModification(modelicaParser.ModificationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.ModificationContext | context | The parse tree. |
ExitMul_op(modelicaParser.Mul_opContext)
Exit a parse tree produced by mul_op().
The default implementation does nothing.
Declaration
public virtual void ExitMul_op(modelicaParser.Mul_opContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Mul_opContext | context | The parse tree. |
ExitName(modelicaParser.NameContext)
Exit a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void ExitName(modelicaParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.NameContext | context | The parse tree. |
ExitNamed_argument(modelicaParser.Named_argumentContext)
Exit a parse tree produced by named_argument().
The default implementation does nothing.
Declaration
public virtual void ExitNamed_argument(modelicaParser.Named_argumentContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Named_argumentContext | context | The parse tree. |
ExitNamed_arguments(modelicaParser.Named_argumentsContext)
Exit a parse tree produced by named_arguments().
The default implementation does nothing.
Declaration
public virtual void ExitNamed_arguments(modelicaParser.Named_argumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Named_argumentsContext | context | The parse tree. |
ExitOutput_expression_list(modelicaParser.Output_expression_listContext)
Exit a parse tree produced by output_expression_list().
The default implementation does nothing.
Declaration
public virtual void ExitOutput_expression_list(modelicaParser.Output_expression_listContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Output_expression_listContext | context | The parse tree. |
ExitPrimary(modelicaParser.PrimaryContext)
Exit a parse tree produced by primary().
The default implementation does nothing.
Declaration
public virtual void ExitPrimary(modelicaParser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.PrimaryContext | context | The parse tree. |
ExitRel_op(modelicaParser.Rel_opContext)
Exit a parse tree produced by rel_op().
The default implementation does nothing.
Declaration
public virtual void ExitRel_op(modelicaParser.Rel_opContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Rel_opContext | context | The parse tree. |
ExitRelation(modelicaParser.RelationContext)
Exit a parse tree produced by relation().
The default implementation does nothing.
Declaration
public virtual void ExitRelation(modelicaParser.RelationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.RelationContext | context | The parse tree. |
ExitShort_class_definition(modelicaParser.Short_class_definitionContext)
Exit a parse tree produced by short_class_definition().
The default implementation does nothing.
Declaration
public virtual void ExitShort_class_definition(modelicaParser.Short_class_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Short_class_definitionContext | context | The parse tree. |
ExitShort_class_specifier(modelicaParser.Short_class_specifierContext)
Exit a parse tree produced by short_class_specifier().
The default implementation does nothing.
Declaration
public virtual void ExitShort_class_specifier(modelicaParser.Short_class_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Short_class_specifierContext | context | The parse tree. |
ExitSimple_expression(modelicaParser.Simple_expressionContext)
Exit a parse tree produced by simple_expression().
The default implementation does nothing.
Declaration
public virtual void ExitSimple_expression(modelicaParser.Simple_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Simple_expressionContext | context | The parse tree. |
ExitStatement(modelicaParser.StatementContext)
Exit a parse tree produced by statement().
The default implementation does nothing.
Declaration
public virtual void ExitStatement(modelicaParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.StatementContext | context | The parse tree. |
ExitStored_definition(modelicaParser.Stored_definitionContext)
Exit a parse tree produced by stored_definition().
The default implementation does nothing.
Declaration
public virtual void ExitStored_definition(modelicaParser.Stored_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Stored_definitionContext | context | The parse tree. |
ExitString_comment(modelicaParser.String_commentContext)
Exit a parse tree produced by string_comment().
The default implementation does nothing.
Declaration
public virtual void ExitString_comment(modelicaParser.String_commentContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.String_commentContext | context | The parse tree. |
ExitSubscript_(modelicaParser.Subscript_Context)
Exit a parse tree produced by subscript_().
The default implementation does nothing.
Declaration
public virtual void ExitSubscript_(modelicaParser.Subscript_Context context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Subscript_Context | context | The parse tree. |
ExitTerm(modelicaParser.TermContext)
Exit a parse tree produced by term().
The default implementation does nothing.
Declaration
public virtual void ExitTerm(modelicaParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.TermContext | context | The parse tree. |
ExitType_prefix(modelicaParser.Type_prefixContext)
Exit a parse tree produced by type_prefix().
The default implementation does nothing.
Declaration
public virtual void ExitType_prefix(modelicaParser.Type_prefixContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Type_prefixContext | context | The parse tree. |
ExitType_specifier(modelicaParser.Type_specifierContext)
Exit a parse tree produced by type_specifier().
The default implementation does nothing.
Declaration
public virtual void ExitType_specifier(modelicaParser.Type_specifierContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.Type_specifierContext | context | The parse tree. |
ExitWhen_equation(modelicaParser.When_equationContext)
Exit a parse tree produced by when_equation().
The default implementation does nothing.
Declaration
public virtual void ExitWhen_equation(modelicaParser.When_equationContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.When_equationContext | context | The parse tree. |
ExitWhen_statement(modelicaParser.When_statementContext)
Exit a parse tree produced by when_statement().
The default implementation does nothing.
Declaration
public virtual void ExitWhen_statement(modelicaParser.When_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.When_statementContext | context | The parse tree. |
ExitWhile_statement(modelicaParser.While_statementContext)
Exit a parse tree produced by while_statement().
The default implementation does nothing.
Declaration
public virtual void ExitWhile_statement(modelicaParser.While_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
modelicaParser.While_statementContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.