Class vhdlBaseListener
This class provides an empty implementation of IvhdlListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Vhdl
Assembly: Vhdl.dll
Syntax
public class vhdlBaseListener : object, IvhdlListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAbstract_literal(vhdlParser.Abstract_literalContext)
Enter a parse tree produced by abstract_literal().
The default implementation does nothing.
Declaration
public virtual void EnterAbstract_literal(vhdlParser.Abstract_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Abstract_literalContext | context | The parse tree. |
EnterAccess_type_definition(vhdlParser.Access_type_definitionContext)
Enter a parse tree produced by access_type_definition().
The default implementation does nothing.
Declaration
public virtual void EnterAccess_type_definition(vhdlParser.Access_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Access_type_definitionContext | context | The parse tree. |
EnterAcross_aspect(vhdlParser.Across_aspectContext)
Enter a parse tree produced by across_aspect().
The default implementation does nothing.
Declaration
public virtual void EnterAcross_aspect(vhdlParser.Across_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Across_aspectContext | context | The parse tree. |
EnterActual_designator(vhdlParser.Actual_designatorContext)
Enter a parse tree produced by actual_designator().
The default implementation does nothing.
Declaration
public virtual void EnterActual_designator(vhdlParser.Actual_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Actual_designatorContext | context | The parse tree. |
EnterActual_parameter_part(vhdlParser.Actual_parameter_partContext)
Enter a parse tree produced by actual_parameter_part().
The default implementation does nothing.
Declaration
public virtual void EnterActual_parameter_part(vhdlParser.Actual_parameter_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Actual_parameter_partContext | context | The parse tree. |
EnterActual_part(vhdlParser.Actual_partContext)
Enter a parse tree produced by actual_part().
The default implementation does nothing.
Declaration
public virtual void EnterActual_part(vhdlParser.Actual_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Actual_partContext | context | The parse tree. |
EnterAdding_operator(vhdlParser.Adding_operatorContext)
Enter a parse tree produced by adding_operator().
The default implementation does nothing.
Declaration
public virtual void EnterAdding_operator(vhdlParser.Adding_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Adding_operatorContext | context | The parse tree. |
EnterAggregate(vhdlParser.AggregateContext)
Enter a parse tree produced by aggregate().
The default implementation does nothing.
Declaration
public virtual void EnterAggregate(vhdlParser.AggregateContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.AggregateContext | context | The parse tree. |
EnterAlias_declaration(vhdlParser.Alias_declarationContext)
Enter a parse tree produced by alias_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterAlias_declaration(vhdlParser.Alias_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Alias_declarationContext | context | The parse tree. |
EnterAlias_designator(vhdlParser.Alias_designatorContext)
Enter a parse tree produced by alias_designator().
The default implementation does nothing.
Declaration
public virtual void EnterAlias_designator(vhdlParser.Alias_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Alias_designatorContext | context | The parse tree. |
EnterAlias_indication(vhdlParser.Alias_indicationContext)
Enter a parse tree produced by alias_indication().
The default implementation does nothing.
Declaration
public virtual void EnterAlias_indication(vhdlParser.Alias_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Alias_indicationContext | context | The parse tree. |
EnterAllocator(vhdlParser.AllocatorContext)
Enter a parse tree produced by allocator().
The default implementation does nothing.
Declaration
public virtual void EnterAllocator(vhdlParser.AllocatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.AllocatorContext | context | The parse tree. |
EnterArchitecture_body(vhdlParser.Architecture_bodyContext)
Enter a parse tree produced by architecture_body().
The default implementation does nothing.
Declaration
public virtual void EnterArchitecture_body(vhdlParser.Architecture_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_bodyContext | context | The parse tree. |
EnterArchitecture_declarative_part(vhdlParser.Architecture_declarative_partContext)
Enter a parse tree produced by architecture_declarative_part().
The default implementation does nothing.
Declaration
public virtual void EnterArchitecture_declarative_part(vhdlParser.Architecture_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_declarative_partContext | context | The parse tree. |
EnterArchitecture_statement(vhdlParser.Architecture_statementContext)
Enter a parse tree produced by architecture_statement().
The default implementation does nothing.
Declaration
public virtual void EnterArchitecture_statement(vhdlParser.Architecture_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_statementContext | context | The parse tree. |
EnterArchitecture_statement_part(vhdlParser.Architecture_statement_partContext)
Enter a parse tree produced by architecture_statement_part().
The default implementation does nothing.
Declaration
public virtual void EnterArchitecture_statement_part(vhdlParser.Architecture_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_statement_partContext | context | The parse tree. |
EnterArray_nature_definition(vhdlParser.Array_nature_definitionContext)
Enter a parse tree produced by array_nature_definition().
The default implementation does nothing.
Declaration
public virtual void EnterArray_nature_definition(vhdlParser.Array_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Array_nature_definitionContext | context | The parse tree. |
EnterArray_type_definition(vhdlParser.Array_type_definitionContext)
Enter a parse tree produced by array_type_definition().
The default implementation does nothing.
Declaration
public virtual void EnterArray_type_definition(vhdlParser.Array_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Array_type_definitionContext | context | The parse tree. |
EnterAssertion(vhdlParser.AssertionContext)
Enter a parse tree produced by assertion().
The default implementation does nothing.
Declaration
public virtual void EnterAssertion(vhdlParser.AssertionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.AssertionContext | context | The parse tree. |
EnterAssertion_statement(vhdlParser.Assertion_statementContext)
Enter a parse tree produced by assertion_statement().
The default implementation does nothing.
Declaration
public virtual void EnterAssertion_statement(vhdlParser.Assertion_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Assertion_statementContext | context | The parse tree. |
EnterAssociation_element(vhdlParser.Association_elementContext)
Enter a parse tree produced by association_element().
The default implementation does nothing.
Declaration
public virtual void EnterAssociation_element(vhdlParser.Association_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Association_elementContext | context | The parse tree. |
EnterAssociation_list(vhdlParser.Association_listContext)
Enter a parse tree produced by association_list().
The default implementation does nothing.
Declaration
public virtual void EnterAssociation_list(vhdlParser.Association_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Association_listContext | context | The parse tree. |
EnterAttribute_declaration(vhdlParser.Attribute_declarationContext)
Enter a parse tree produced by attribute_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterAttribute_declaration(vhdlParser.Attribute_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_declarationContext | context | The parse tree. |
EnterAttribute_designator(vhdlParser.Attribute_designatorContext)
Enter a parse tree produced by attribute_designator().
The default implementation does nothing.
Declaration
public virtual void EnterAttribute_designator(vhdlParser.Attribute_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_designatorContext | context | The parse tree. |
EnterAttribute_name_part(vhdlParser.Attribute_name_partContext)
Enter a parse tree produced by attribute_name_part().
The default implementation does nothing.
Declaration
public virtual void EnterAttribute_name_part(vhdlParser.Attribute_name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_name_partContext | context | The parse tree. |
EnterAttribute_specification(vhdlParser.Attribute_specificationContext)
Enter a parse tree produced by attribute_specification().
The default implementation does nothing.
Declaration
public virtual void EnterAttribute_specification(vhdlParser.Attribute_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_specificationContext | context | The parse tree. |
EnterBase_unit_declaration(vhdlParser.Base_unit_declarationContext)
Enter a parse tree produced by base_unit_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterBase_unit_declaration(vhdlParser.Base_unit_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Base_unit_declarationContext | context | The parse tree. |
EnterBinding_indication(vhdlParser.Binding_indicationContext)
Enter a parse tree produced by binding_indication().
The default implementation does nothing.
Declaration
public virtual void EnterBinding_indication(vhdlParser.Binding_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Binding_indicationContext | context | The parse tree. |
EnterBlock_configuration(vhdlParser.Block_configurationContext)
Enter a parse tree produced by block_configuration().
The default implementation does nothing.
Declaration
public virtual void EnterBlock_configuration(vhdlParser.Block_configurationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_configurationContext | context | The parse tree. |
EnterBlock_declarative_item(vhdlParser.Block_declarative_itemContext)
Enter a parse tree produced by block_declarative_item().
The default implementation does nothing.
Declaration
public virtual void EnterBlock_declarative_item(vhdlParser.Block_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_declarative_itemContext | context | The parse tree. |
EnterBlock_declarative_part(vhdlParser.Block_declarative_partContext)
Enter a parse tree produced by block_declarative_part().
The default implementation does nothing.
Declaration
public virtual void EnterBlock_declarative_part(vhdlParser.Block_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_declarative_partContext | context | The parse tree. |
EnterBlock_header(vhdlParser.Block_headerContext)
Enter a parse tree produced by block_header().
The default implementation does nothing.
Declaration
public virtual void EnterBlock_header(vhdlParser.Block_headerContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_headerContext | context | The parse tree. |
EnterBlock_specification(vhdlParser.Block_specificationContext)
Enter a parse tree produced by block_specification().
The default implementation does nothing.
Declaration
public virtual void EnterBlock_specification(vhdlParser.Block_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_specificationContext | context | The parse tree. |
EnterBlock_statement(vhdlParser.Block_statementContext)
Enter a parse tree produced by block_statement().
The default implementation does nothing.
Declaration
public virtual void EnterBlock_statement(vhdlParser.Block_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_statementContext | context | The parse tree. |
EnterBlock_statement_part(vhdlParser.Block_statement_partContext)
Enter a parse tree produced by block_statement_part().
The default implementation does nothing.
Declaration
public virtual void EnterBlock_statement_part(vhdlParser.Block_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_statement_partContext | context | The parse tree. |
EnterBranch_quantity_declaration(vhdlParser.Branch_quantity_declarationContext)
Enter a parse tree produced by branch_quantity_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterBranch_quantity_declaration(vhdlParser.Branch_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Branch_quantity_declarationContext | context | The parse tree. |
EnterBreak_element(vhdlParser.Break_elementContext)
Enter a parse tree produced by break_element().
The default implementation does nothing.
Declaration
public virtual void EnterBreak_element(vhdlParser.Break_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_elementContext | context | The parse tree. |
EnterBreak_list(vhdlParser.Break_listContext)
Enter a parse tree produced by break_list().
The default implementation does nothing.
Declaration
public virtual void EnterBreak_list(vhdlParser.Break_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_listContext | context | The parse tree. |
EnterBreak_selector_clause(vhdlParser.Break_selector_clauseContext)
Enter a parse tree produced by break_selector_clause().
The default implementation does nothing.
Declaration
public virtual void EnterBreak_selector_clause(vhdlParser.Break_selector_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_selector_clauseContext | context | The parse tree. |
EnterBreak_statement(vhdlParser.Break_statementContext)
Enter a parse tree produced by break_statement().
The default implementation does nothing.
Declaration
public virtual void EnterBreak_statement(vhdlParser.Break_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_statementContext | context | The parse tree. |
EnterCase_statement(vhdlParser.Case_statementContext)
Enter a parse tree produced by case_statement().
The default implementation does nothing.
Declaration
public virtual void EnterCase_statement(vhdlParser.Case_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Case_statementContext | context | The parse tree. |
EnterCase_statement_alternative(vhdlParser.Case_statement_alternativeContext)
Enter a parse tree produced by case_statement_alternative().
The default implementation does nothing.
Declaration
public virtual void EnterCase_statement_alternative(vhdlParser.Case_statement_alternativeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Case_statement_alternativeContext | context | The parse tree. |
EnterChoice(vhdlParser.ChoiceContext)
Enter a parse tree produced by choice().
The default implementation does nothing.
Declaration
public virtual void EnterChoice(vhdlParser.ChoiceContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ChoiceContext | context | The parse tree. |
EnterChoices(vhdlParser.ChoicesContext)
Enter a parse tree produced by choices().
The default implementation does nothing.
Declaration
public virtual void EnterChoices(vhdlParser.ChoicesContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ChoicesContext | context | The parse tree. |
EnterComponent_configuration(vhdlParser.Component_configurationContext)
Enter a parse tree produced by component_configuration().
The default implementation does nothing.
Declaration
public virtual void EnterComponent_configuration(vhdlParser.Component_configurationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_configurationContext | context | The parse tree. |
EnterComponent_declaration(vhdlParser.Component_declarationContext)
Enter a parse tree produced by component_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterComponent_declaration(vhdlParser.Component_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_declarationContext | context | The parse tree. |
EnterComponent_instantiation_statement(vhdlParser.Component_instantiation_statementContext)
Enter a parse tree produced by component_instantiation_statement().
The default implementation does nothing.
Declaration
public virtual void EnterComponent_instantiation_statement(vhdlParser.Component_instantiation_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_instantiation_statementContext | context | The parse tree. |
EnterComponent_specification(vhdlParser.Component_specificationContext)
Enter a parse tree produced by component_specification().
The default implementation does nothing.
Declaration
public virtual void EnterComponent_specification(vhdlParser.Component_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_specificationContext | context | The parse tree. |
EnterComposite_nature_definition(vhdlParser.Composite_nature_definitionContext)
Enter a parse tree produced by composite_nature_definition().
The default implementation does nothing.
Declaration
public virtual void EnterComposite_nature_definition(vhdlParser.Composite_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Composite_nature_definitionContext | context | The parse tree. |
EnterComposite_type_definition(vhdlParser.Composite_type_definitionContext)
Enter a parse tree produced by composite_type_definition().
The default implementation does nothing.
Declaration
public virtual void EnterComposite_type_definition(vhdlParser.Composite_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Composite_type_definitionContext | context | The parse tree. |
EnterConcurrent_assertion_statement(vhdlParser.Concurrent_assertion_statementContext)
Enter a parse tree produced by concurrent_assertion_statement().
The default implementation does nothing.
Declaration
public virtual void EnterConcurrent_assertion_statement(vhdlParser.Concurrent_assertion_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_assertion_statementContext | context | The parse tree. |
EnterConcurrent_break_statement(vhdlParser.Concurrent_break_statementContext)
Enter a parse tree produced by concurrent_break_statement().
The default implementation does nothing.
Declaration
public virtual void EnterConcurrent_break_statement(vhdlParser.Concurrent_break_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_break_statementContext | context | The parse tree. |
EnterConcurrent_procedure_call_statement(vhdlParser.Concurrent_procedure_call_statementContext)
Enter a parse tree produced by concurrent_procedure_call_statement().
The default implementation does nothing.
Declaration
public virtual void EnterConcurrent_procedure_call_statement(vhdlParser.Concurrent_procedure_call_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_procedure_call_statementContext | context | The parse tree. |
EnterConcurrent_signal_assignment_statement(vhdlParser.Concurrent_signal_assignment_statementContext)
Enter a parse tree produced by concurrent_signal_assignment_statement().
The default implementation does nothing.
Declaration
public virtual void EnterConcurrent_signal_assignment_statement(vhdlParser.Concurrent_signal_assignment_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_signal_assignment_statementContext | context | The parse tree. |
EnterCondition(vhdlParser.ConditionContext)
Enter a parse tree produced by condition().
The default implementation does nothing.
Declaration
public virtual void EnterCondition(vhdlParser.ConditionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ConditionContext | context | The parse tree. |
EnterCondition_clause(vhdlParser.Condition_clauseContext)
Enter a parse tree produced by condition_clause().
The default implementation does nothing.
Declaration
public virtual void EnterCondition_clause(vhdlParser.Condition_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Condition_clauseContext | context | The parse tree. |
EnterConditional_signal_assignment(vhdlParser.Conditional_signal_assignmentContext)
Enter a parse tree produced by conditional_signal_assignment().
The default implementation does nothing.
Declaration
public virtual void EnterConditional_signal_assignment(vhdlParser.Conditional_signal_assignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Conditional_signal_assignmentContext | context | The parse tree. |
EnterConditional_waveforms(vhdlParser.Conditional_waveformsContext)
Enter a parse tree produced by conditional_waveforms().
The default implementation does nothing.
Declaration
public virtual void EnterConditional_waveforms(vhdlParser.Conditional_waveformsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Conditional_waveformsContext | context | The parse tree. |
EnterConfiguration_declaration(vhdlParser.Configuration_declarationContext)
Enter a parse tree produced by configuration_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterConfiguration_declaration(vhdlParser.Configuration_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_declarationContext | context | The parse tree. |
EnterConfiguration_declarative_item(vhdlParser.Configuration_declarative_itemContext)
Enter a parse tree produced by configuration_declarative_item().
The default implementation does nothing.
Declaration
public virtual void EnterConfiguration_declarative_item(vhdlParser.Configuration_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_declarative_itemContext | context | The parse tree. |
EnterConfiguration_declarative_part(vhdlParser.Configuration_declarative_partContext)
Enter a parse tree produced by configuration_declarative_part().
The default implementation does nothing.
Declaration
public virtual void EnterConfiguration_declarative_part(vhdlParser.Configuration_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_declarative_partContext | context | The parse tree. |
EnterConfiguration_item(vhdlParser.Configuration_itemContext)
Enter a parse tree produced by configuration_item().
The default implementation does nothing.
Declaration
public virtual void EnterConfiguration_item(vhdlParser.Configuration_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_itemContext | context | The parse tree. |
EnterConfiguration_specification(vhdlParser.Configuration_specificationContext)
Enter a parse tree produced by configuration_specification().
The default implementation does nothing.
Declaration
public virtual void EnterConfiguration_specification(vhdlParser.Configuration_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_specificationContext | context | The parse tree. |
EnterConstant_declaration(vhdlParser.Constant_declarationContext)
Enter a parse tree produced by constant_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterConstant_declaration(vhdlParser.Constant_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Constant_declarationContext | context | The parse tree. |
EnterConstrained_array_definition(vhdlParser.Constrained_array_definitionContext)
Enter a parse tree produced by constrained_array_definition().
The default implementation does nothing.
Declaration
public virtual void EnterConstrained_array_definition(vhdlParser.Constrained_array_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Constrained_array_definitionContext | context | The parse tree. |
EnterConstrained_nature_definition(vhdlParser.Constrained_nature_definitionContext)
Enter a parse tree produced by constrained_nature_definition().
The default implementation does nothing.
Declaration
public virtual void EnterConstrained_nature_definition(vhdlParser.Constrained_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Constrained_nature_definitionContext | context | The parse tree. |
EnterConstraint(vhdlParser.ConstraintContext)
Enter a parse tree produced by constraint().
The default implementation does nothing.
Declaration
public virtual void EnterConstraint(vhdlParser.ConstraintContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ConstraintContext | context | The parse tree. |
EnterContext_clause(vhdlParser.Context_clauseContext)
Enter a parse tree produced by context_clause().
The default implementation does nothing.
Declaration
public virtual void EnterContext_clause(vhdlParser.Context_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Context_clauseContext | context | The parse tree. |
EnterContext_item(vhdlParser.Context_itemContext)
Enter a parse tree produced by context_item().
The default implementation does nothing.
Declaration
public virtual void EnterContext_item(vhdlParser.Context_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Context_itemContext | context | The parse tree. |
EnterDelay_mechanism(vhdlParser.Delay_mechanismContext)
Enter a parse tree produced by delay_mechanism().
The default implementation does nothing.
Declaration
public virtual void EnterDelay_mechanism(vhdlParser.Delay_mechanismContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Delay_mechanismContext | context | The parse tree. |
EnterDesign_file(vhdlParser.Design_fileContext)
Enter a parse tree produced by design_file().
The default implementation does nothing.
Declaration
public virtual void EnterDesign_file(vhdlParser.Design_fileContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Design_fileContext | context | The parse tree. |
EnterDesign_unit(vhdlParser.Design_unitContext)
Enter a parse tree produced by design_unit().
The default implementation does nothing.
Declaration
public virtual void EnterDesign_unit(vhdlParser.Design_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Design_unitContext | context | The parse tree. |
EnterDesignator(vhdlParser.DesignatorContext)
Enter a parse tree produced by designator().
The default implementation does nothing.
Declaration
public virtual void EnterDesignator(vhdlParser.DesignatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.DesignatorContext | context | The parse tree. |
EnterDirection(vhdlParser.DirectionContext)
Enter a parse tree produced by direction().
The default implementation does nothing.
Declaration
public virtual void EnterDirection(vhdlParser.DirectionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.DirectionContext | context | The parse tree. |
EnterDisconnection_specification(vhdlParser.Disconnection_specificationContext)
Enter a parse tree produced by disconnection_specification().
The default implementation does nothing.
Declaration
public virtual void EnterDisconnection_specification(vhdlParser.Disconnection_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Disconnection_specificationContext | context | The parse tree. |
EnterDiscrete_range(vhdlParser.Discrete_rangeContext)
Enter a parse tree produced by discrete_range().
The default implementation does nothing.
Declaration
public virtual void EnterDiscrete_range(vhdlParser.Discrete_rangeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Discrete_rangeContext | context | The parse tree. |
EnterElement_association(vhdlParser.Element_associationContext)
Enter a parse tree produced by element_association().
The default implementation does nothing.
Declaration
public virtual void EnterElement_association(vhdlParser.Element_associationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_associationContext | context | The parse tree. |
EnterElement_declaration(vhdlParser.Element_declarationContext)
Enter a parse tree produced by element_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterElement_declaration(vhdlParser.Element_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_declarationContext | context | The parse tree. |
EnterElement_subnature_definition(vhdlParser.Element_subnature_definitionContext)
Enter a parse tree produced by element_subnature_definition().
The default implementation does nothing.
Declaration
public virtual void EnterElement_subnature_definition(vhdlParser.Element_subnature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_subnature_definitionContext | context | The parse tree. |
EnterElement_subtype_definition(vhdlParser.Element_subtype_definitionContext)
Enter a parse tree produced by element_subtype_definition().
The default implementation does nothing.
Declaration
public virtual void EnterElement_subtype_definition(vhdlParser.Element_subtype_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_subtype_definitionContext | context | The parse tree. |
EnterEntity_aspect(vhdlParser.Entity_aspectContext)
Enter a parse tree produced by entity_aspect().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_aspect(vhdlParser.Entity_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_aspectContext | context | The parse tree. |
EnterEntity_class(vhdlParser.Entity_classContext)
Enter a parse tree produced by entity_class().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_class(vhdlParser.Entity_classContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_classContext | context | The parse tree. |
EnterEntity_class_entry(vhdlParser.Entity_class_entryContext)
Enter a parse tree produced by entity_class_entry().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_class_entry(vhdlParser.Entity_class_entryContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_class_entryContext | context | The parse tree. |
EnterEntity_class_entry_list(vhdlParser.Entity_class_entry_listContext)
Enter a parse tree produced by entity_class_entry_list().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_class_entry_list(vhdlParser.Entity_class_entry_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_class_entry_listContext | context | The parse tree. |
EnterEntity_declaration(vhdlParser.Entity_declarationContext)
Enter a parse tree produced by entity_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_declaration(vhdlParser.Entity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_declarationContext | context | The parse tree. |
EnterEntity_declarative_item(vhdlParser.Entity_declarative_itemContext)
Enter a parse tree produced by entity_declarative_item().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_declarative_item(vhdlParser.Entity_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_declarative_itemContext | context | The parse tree. |
EnterEntity_declarative_part(vhdlParser.Entity_declarative_partContext)
Enter a parse tree produced by entity_declarative_part().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_declarative_part(vhdlParser.Entity_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_declarative_partContext | context | The parse tree. |
EnterEntity_designator(vhdlParser.Entity_designatorContext)
Enter a parse tree produced by entity_designator().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_designator(vhdlParser.Entity_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_designatorContext | context | The parse tree. |
EnterEntity_header(vhdlParser.Entity_headerContext)
Enter a parse tree produced by entity_header().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_header(vhdlParser.Entity_headerContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_headerContext | context | The parse tree. |
EnterEntity_name_list(vhdlParser.Entity_name_listContext)
Enter a parse tree produced by entity_name_list().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_name_list(vhdlParser.Entity_name_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_name_listContext | context | The parse tree. |
EnterEntity_specification(vhdlParser.Entity_specificationContext)
Enter a parse tree produced by entity_specification().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_specification(vhdlParser.Entity_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_specificationContext | context | The parse tree. |
EnterEntity_statement(vhdlParser.Entity_statementContext)
Enter a parse tree produced by entity_statement().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_statement(vhdlParser.Entity_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_statementContext | context | The parse tree. |
EnterEntity_statement_part(vhdlParser.Entity_statement_partContext)
Enter a parse tree produced by entity_statement_part().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_statement_part(vhdlParser.Entity_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_statement_partContext | context | The parse tree. |
EnterEntity_tag(vhdlParser.Entity_tagContext)
Enter a parse tree produced by entity_tag().
The default implementation does nothing.
Declaration
public virtual void EnterEntity_tag(vhdlParser.Entity_tagContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_tagContext | context | The parse tree. |
EnterEnumeration_literal(vhdlParser.Enumeration_literalContext)
Enter a parse tree produced by enumeration_literal().
The default implementation does nothing.
Declaration
public virtual void EnterEnumeration_literal(vhdlParser.Enumeration_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Enumeration_literalContext | context | The parse tree. |
EnterEnumeration_type_definition(vhdlParser.Enumeration_type_definitionContext)
Enter a parse tree produced by enumeration_type_definition().
The default implementation does nothing.
Declaration
public virtual void EnterEnumeration_type_definition(vhdlParser.Enumeration_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Enumeration_type_definitionContext | 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.
EnterExit_statement(vhdlParser.Exit_statementContext)
Enter a parse tree produced by exit_statement().
The default implementation does nothing.
Declaration
public virtual void EnterExit_statement(vhdlParser.Exit_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Exit_statementContext | context | The parse tree. |
EnterExplicit_range(vhdlParser.Explicit_rangeContext)
Enter a parse tree produced by explicit_range().
The default implementation does nothing.
Declaration
public virtual void EnterExplicit_range(vhdlParser.Explicit_rangeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Explicit_rangeContext | context | The parse tree. |
EnterExpression(vhdlParser.ExpressionContext)
Enter a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual void EnterExpression(vhdlParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ExpressionContext | context | The parse tree. |
EnterFactor(vhdlParser.FactorContext)
Enter a parse tree produced by factor().
The default implementation does nothing.
Declaration
public virtual void EnterFactor(vhdlParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.FactorContext | context | The parse tree. |
EnterFile_declaration(vhdlParser.File_declarationContext)
Enter a parse tree produced by file_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterFile_declaration(vhdlParser.File_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_declarationContext | context | The parse tree. |
EnterFile_logical_name(vhdlParser.File_logical_nameContext)
Enter a parse tree produced by file_logical_name().
The default implementation does nothing.
Declaration
public virtual void EnterFile_logical_name(vhdlParser.File_logical_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_logical_nameContext | context | The parse tree. |
EnterFile_open_information(vhdlParser.File_open_informationContext)
Enter a parse tree produced by file_open_information().
The default implementation does nothing.
Declaration
public virtual void EnterFile_open_information(vhdlParser.File_open_informationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_open_informationContext | context | The parse tree. |
EnterFile_type_definition(vhdlParser.File_type_definitionContext)
Enter a parse tree produced by file_type_definition().
The default implementation does nothing.
Declaration
public virtual void EnterFile_type_definition(vhdlParser.File_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_type_definitionContext | context | The parse tree. |
EnterFormal_parameter_list(vhdlParser.Formal_parameter_listContext)
Enter a parse tree produced by formal_parameter_list().
The default implementation does nothing.
Declaration
public virtual void EnterFormal_parameter_list(vhdlParser.Formal_parameter_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Formal_parameter_listContext | context | The parse tree. |
EnterFormal_part(vhdlParser.Formal_partContext)
Enter a parse tree produced by formal_part().
The default implementation does nothing.
Declaration
public virtual void EnterFormal_part(vhdlParser.Formal_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Formal_partContext | context | The parse tree. |
EnterFree_quantity_declaration(vhdlParser.Free_quantity_declarationContext)
Enter a parse tree produced by free_quantity_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterFree_quantity_declaration(vhdlParser.Free_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Free_quantity_declarationContext | context | The parse tree. |
EnterFunction_call_or_indexed_name_part(vhdlParser.Function_call_or_indexed_name_partContext)
Enter a parse tree produced by function_call_or_indexed_name_part().
The default implementation does nothing.
Declaration
public virtual void EnterFunction_call_or_indexed_name_part(vhdlParser.Function_call_or_indexed_name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Function_call_or_indexed_name_partContext | context | The parse tree. |
EnterFunction_specification(vhdlParser.Function_specificationContext)
Enter a parse tree produced by function_specification().
The default implementation does nothing.
Declaration
public virtual void EnterFunction_specification(vhdlParser.Function_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Function_specificationContext | context | The parse tree. |
EnterGenerate_statement(vhdlParser.Generate_statementContext)
Enter a parse tree produced by generate_statement().
The default implementation does nothing.
Declaration
public virtual void EnterGenerate_statement(vhdlParser.Generate_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generate_statementContext | context | The parse tree. |
EnterGeneration_scheme(vhdlParser.Generation_schemeContext)
Enter a parse tree produced by generation_scheme().
The default implementation does nothing.
Declaration
public virtual void EnterGeneration_scheme(vhdlParser.Generation_schemeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generation_schemeContext | context | The parse tree. |
EnterGeneric_clause(vhdlParser.Generic_clauseContext)
Enter a parse tree produced by generic_clause().
The default implementation does nothing.
Declaration
public virtual void EnterGeneric_clause(vhdlParser.Generic_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generic_clauseContext | context | The parse tree. |
EnterGeneric_list(vhdlParser.Generic_listContext)
Enter a parse tree produced by generic_list().
The default implementation does nothing.
Declaration
public virtual void EnterGeneric_list(vhdlParser.Generic_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generic_listContext | context | The parse tree. |
EnterGeneric_map_aspect(vhdlParser.Generic_map_aspectContext)
Enter a parse tree produced by generic_map_aspect().
The default implementation does nothing.
Declaration
public virtual void EnterGeneric_map_aspect(vhdlParser.Generic_map_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generic_map_aspectContext | context | The parse tree. |
EnterGroup_constituent(vhdlParser.Group_constituentContext)
Enter a parse tree produced by group_constituent().
The default implementation does nothing.
Declaration
public virtual void EnterGroup_constituent(vhdlParser.Group_constituentContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_constituentContext | context | The parse tree. |
EnterGroup_constituent_list(vhdlParser.Group_constituent_listContext)
Enter a parse tree produced by group_constituent_list().
The default implementation does nothing.
Declaration
public virtual void EnterGroup_constituent_list(vhdlParser.Group_constituent_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_constituent_listContext | context | The parse tree. |
EnterGroup_declaration(vhdlParser.Group_declarationContext)
Enter a parse tree produced by group_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterGroup_declaration(vhdlParser.Group_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_declarationContext | context | The parse tree. |
EnterGroup_template_declaration(vhdlParser.Group_template_declarationContext)
Enter a parse tree produced by group_template_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterGroup_template_declaration(vhdlParser.Group_template_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_template_declarationContext | context | The parse tree. |
EnterGuarded_signal_specification(vhdlParser.Guarded_signal_specificationContext)
Enter a parse tree produced by guarded_signal_specification().
The default implementation does nothing.
Declaration
public virtual void EnterGuarded_signal_specification(vhdlParser.Guarded_signal_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Guarded_signal_specificationContext | context | The parse tree. |
EnterIdentifier(vhdlParser.IdentifierContext)
Enter a parse tree produced by identifier().
The default implementation does nothing.
Declaration
public virtual void EnterIdentifier(vhdlParser.IdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.IdentifierContext | context | The parse tree. |
EnterIdentifier_list(vhdlParser.Identifier_listContext)
Enter a parse tree produced by identifier_list().
The default implementation does nothing.
Declaration
public virtual void EnterIdentifier_list(vhdlParser.Identifier_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Identifier_listContext | context | The parse tree. |
EnterIf_statement(vhdlParser.If_statementContext)
Enter a parse tree produced by if_statement().
The default implementation does nothing.
Declaration
public virtual void EnterIf_statement(vhdlParser.If_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.If_statementContext | context | The parse tree. |
EnterIndex_constraint(vhdlParser.Index_constraintContext)
Enter a parse tree produced by index_constraint().
The default implementation does nothing.
Declaration
public virtual void EnterIndex_constraint(vhdlParser.Index_constraintContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Index_constraintContext | context | The parse tree. |
EnterIndex_specification(vhdlParser.Index_specificationContext)
Enter a parse tree produced by index_specification().
The default implementation does nothing.
Declaration
public virtual void EnterIndex_specification(vhdlParser.Index_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Index_specificationContext | context | The parse tree. |
EnterIndex_subtype_definition(vhdlParser.Index_subtype_definitionContext)
Enter a parse tree produced by index_subtype_definition().
The default implementation does nothing.
Declaration
public virtual void EnterIndex_subtype_definition(vhdlParser.Index_subtype_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Index_subtype_definitionContext | context | The parse tree. |
EnterInstantiated_unit(vhdlParser.Instantiated_unitContext)
Enter a parse tree produced by instantiated_unit().
The default implementation does nothing.
Declaration
public virtual void EnterInstantiated_unit(vhdlParser.Instantiated_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Instantiated_unitContext | context | The parse tree. |
EnterInstantiation_list(vhdlParser.Instantiation_listContext)
Enter a parse tree produced by instantiation_list().
The default implementation does nothing.
Declaration
public virtual void EnterInstantiation_list(vhdlParser.Instantiation_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Instantiation_listContext | context | The parse tree. |
EnterInterface_constant_declaration(vhdlParser.Interface_constant_declarationContext)
Enter a parse tree produced by interface_constant_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_constant_declaration(vhdlParser.Interface_constant_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_constant_declarationContext | context | The parse tree. |
EnterInterface_declaration(vhdlParser.Interface_declarationContext)
Enter a parse tree produced by interface_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_declaration(vhdlParser.Interface_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_declarationContext | context | The parse tree. |
EnterInterface_element(vhdlParser.Interface_elementContext)
Enter a parse tree produced by interface_element().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_element(vhdlParser.Interface_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_elementContext | context | The parse tree. |
EnterInterface_file_declaration(vhdlParser.Interface_file_declarationContext)
Enter a parse tree produced by interface_file_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_file_declaration(vhdlParser.Interface_file_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_file_declarationContext | context | The parse tree. |
EnterInterface_list(vhdlParser.Interface_listContext)
Enter a parse tree produced by interface_list().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_list(vhdlParser.Interface_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_listContext | context | The parse tree. |
EnterInterface_port_declaration(vhdlParser.Interface_port_declarationContext)
Enter a parse tree produced by interface_port_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_port_declaration(vhdlParser.Interface_port_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_port_declarationContext | context | The parse tree. |
EnterInterface_port_list(vhdlParser.Interface_port_listContext)
Enter a parse tree produced by interface_port_list().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_port_list(vhdlParser.Interface_port_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_port_listContext | context | The parse tree. |
EnterInterface_quantity_declaration(vhdlParser.Interface_quantity_declarationContext)
Enter a parse tree produced by interface_quantity_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_quantity_declaration(vhdlParser.Interface_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_quantity_declarationContext | context | The parse tree. |
EnterInterface_signal_declaration(vhdlParser.Interface_signal_declarationContext)
Enter a parse tree produced by interface_signal_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_signal_declaration(vhdlParser.Interface_signal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_signal_declarationContext | context | The parse tree. |
EnterInterface_signal_list(vhdlParser.Interface_signal_listContext)
Enter a parse tree produced by interface_signal_list().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_signal_list(vhdlParser.Interface_signal_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_signal_listContext | context | The parse tree. |
EnterInterface_terminal_declaration(vhdlParser.Interface_terminal_declarationContext)
Enter a parse tree produced by interface_terminal_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_terminal_declaration(vhdlParser.Interface_terminal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_terminal_declarationContext | context | The parse tree. |
EnterInterface_variable_declaration(vhdlParser.Interface_variable_declarationContext)
Enter a parse tree produced by interface_variable_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterInterface_variable_declaration(vhdlParser.Interface_variable_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_variable_declarationContext | context | The parse tree. |
EnterIteration_scheme(vhdlParser.Iteration_schemeContext)
Enter a parse tree produced by iteration_scheme().
The default implementation does nothing.
Declaration
public virtual void EnterIteration_scheme(vhdlParser.Iteration_schemeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Iteration_schemeContext | context | The parse tree. |
EnterLabel_colon(vhdlParser.Label_colonContext)
Enter a parse tree produced by label_colon().
The default implementation does nothing.
Declaration
public virtual void EnterLabel_colon(vhdlParser.Label_colonContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Label_colonContext | context | The parse tree. |
EnterLibrary_clause(vhdlParser.Library_clauseContext)
Enter a parse tree produced by library_clause().
The default implementation does nothing.
Declaration
public virtual void EnterLibrary_clause(vhdlParser.Library_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Library_clauseContext | context | The parse tree. |
EnterLibrary_unit(vhdlParser.Library_unitContext)
Enter a parse tree produced by library_unit().
The default implementation does nothing.
Declaration
public virtual void EnterLibrary_unit(vhdlParser.Library_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Library_unitContext | context | The parse tree. |
EnterLiteral(vhdlParser.LiteralContext)
Enter a parse tree produced by literal().
The default implementation does nothing.
Declaration
public virtual void EnterLiteral(vhdlParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.LiteralContext | context | The parse tree. |
EnterLogical_name(vhdlParser.Logical_nameContext)
Enter a parse tree produced by logical_name().
The default implementation does nothing.
Declaration
public virtual void EnterLogical_name(vhdlParser.Logical_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Logical_nameContext | context | The parse tree. |
EnterLogical_name_list(vhdlParser.Logical_name_listContext)
Enter a parse tree produced by logical_name_list().
The default implementation does nothing.
Declaration
public virtual void EnterLogical_name_list(vhdlParser.Logical_name_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Logical_name_listContext | context | The parse tree. |
EnterLogical_operator(vhdlParser.Logical_operatorContext)
Enter a parse tree produced by logical_operator().
The default implementation does nothing.
Declaration
public virtual void EnterLogical_operator(vhdlParser.Logical_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Logical_operatorContext | context | The parse tree. |
EnterLoop_statement(vhdlParser.Loop_statementContext)
Enter a parse tree produced by loop_statement().
The default implementation does nothing.
Declaration
public virtual void EnterLoop_statement(vhdlParser.Loop_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Loop_statementContext | context | The parse tree. |
EnterMultiplying_operator(vhdlParser.Multiplying_operatorContext)
Enter a parse tree produced by multiplying_operator().
The default implementation does nothing.
Declaration
public virtual void EnterMultiplying_operator(vhdlParser.Multiplying_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Multiplying_operatorContext | context | The parse tree. |
EnterName(vhdlParser.NameContext)
Enter a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void EnterName(vhdlParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.NameContext | context | The parse tree. |
EnterName_part(vhdlParser.Name_partContext)
Enter a parse tree produced by name_part().
The default implementation does nothing.
Declaration
public virtual void EnterName_part(vhdlParser.Name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Name_partContext | context | The parse tree. |
EnterNature_declaration(vhdlParser.Nature_declarationContext)
Enter a parse tree produced by nature_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterNature_declaration(vhdlParser.Nature_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Nature_declarationContext | context | The parse tree. |
EnterNature_definition(vhdlParser.Nature_definitionContext)
Enter a parse tree produced by nature_definition().
The default implementation does nothing.
Declaration
public virtual void EnterNature_definition(vhdlParser.Nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Nature_definitionContext | context | The parse tree. |
EnterNature_element_declaration(vhdlParser.Nature_element_declarationContext)
Enter a parse tree produced by nature_element_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterNature_element_declaration(vhdlParser.Nature_element_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Nature_element_declarationContext | context | The parse tree. |
EnterNext_statement(vhdlParser.Next_statementContext)
Enter a parse tree produced by next_statement().
The default implementation does nothing.
Declaration
public virtual void EnterNext_statement(vhdlParser.Next_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Next_statementContext | context | The parse tree. |
EnterNumeric_literal(vhdlParser.Numeric_literalContext)
Enter a parse tree produced by numeric_literal().
The default implementation does nothing.
Declaration
public virtual void EnterNumeric_literal(vhdlParser.Numeric_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Numeric_literalContext | context | The parse tree. |
EnterObject_declaration(vhdlParser.Object_declarationContext)
Enter a parse tree produced by object_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterObject_declaration(vhdlParser.Object_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Object_declarationContext | context | The parse tree. |
EnterOpts(vhdlParser.OptsContext)
Enter a parse tree produced by opts().
The default implementation does nothing.
Declaration
public virtual void EnterOpts(vhdlParser.OptsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.OptsContext | context | The parse tree. |
EnterPackage_body(vhdlParser.Package_bodyContext)
Enter a parse tree produced by package_body().
The default implementation does nothing.
Declaration
public virtual void EnterPackage_body(vhdlParser.Package_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_bodyContext | context | The parse tree. |
EnterPackage_body_declarative_item(vhdlParser.Package_body_declarative_itemContext)
Enter a parse tree produced by package_body_declarative_item().
The default implementation does nothing.
Declaration
public virtual void EnterPackage_body_declarative_item(vhdlParser.Package_body_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_body_declarative_itemContext | context | The parse tree. |
EnterPackage_body_declarative_part(vhdlParser.Package_body_declarative_partContext)
Enter a parse tree produced by package_body_declarative_part().
The default implementation does nothing.
Declaration
public virtual void EnterPackage_body_declarative_part(vhdlParser.Package_body_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_body_declarative_partContext | context | The parse tree. |
EnterPackage_declaration(vhdlParser.Package_declarationContext)
Enter a parse tree produced by package_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterPackage_declaration(vhdlParser.Package_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_declarationContext | context | The parse tree. |
EnterPackage_declarative_item(vhdlParser.Package_declarative_itemContext)
Enter a parse tree produced by package_declarative_item().
The default implementation does nothing.
Declaration
public virtual void EnterPackage_declarative_item(vhdlParser.Package_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_declarative_itemContext | context | The parse tree. |
EnterPackage_declarative_part(vhdlParser.Package_declarative_partContext)
Enter a parse tree produced by package_declarative_part().
The default implementation does nothing.
Declaration
public virtual void EnterPackage_declarative_part(vhdlParser.Package_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_declarative_partContext | context | The parse tree. |
EnterParameter_specification(vhdlParser.Parameter_specificationContext)
Enter a parse tree produced by parameter_specification().
The default implementation does nothing.
Declaration
public virtual void EnterParameter_specification(vhdlParser.Parameter_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Parameter_specificationContext | context | The parse tree. |
EnterPhysical_literal(vhdlParser.Physical_literalContext)
Enter a parse tree produced by physical_literal().
The default implementation does nothing.
Declaration
public virtual void EnterPhysical_literal(vhdlParser.Physical_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Physical_literalContext | context | The parse tree. |
EnterPhysical_type_definition(vhdlParser.Physical_type_definitionContext)
Enter a parse tree produced by physical_type_definition().
The default implementation does nothing.
Declaration
public virtual void EnterPhysical_type_definition(vhdlParser.Physical_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Physical_type_definitionContext | context | The parse tree. |
EnterPort_clause(vhdlParser.Port_clauseContext)
Enter a parse tree produced by port_clause().
The default implementation does nothing.
Declaration
public virtual void EnterPort_clause(vhdlParser.Port_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Port_clauseContext | context | The parse tree. |
EnterPort_list(vhdlParser.Port_listContext)
Enter a parse tree produced by port_list().
The default implementation does nothing.
Declaration
public virtual void EnterPort_list(vhdlParser.Port_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Port_listContext | context | The parse tree. |
EnterPort_map_aspect(vhdlParser.Port_map_aspectContext)
Enter a parse tree produced by port_map_aspect().
The default implementation does nothing.
Declaration
public virtual void EnterPort_map_aspect(vhdlParser.Port_map_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Port_map_aspectContext | context | The parse tree. |
EnterPrimary(vhdlParser.PrimaryContext)
Enter a parse tree produced by primary().
The default implementation does nothing.
Declaration
public virtual void EnterPrimary(vhdlParser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.PrimaryContext | context | The parse tree. |
EnterPrimary_unit(vhdlParser.Primary_unitContext)
Enter a parse tree produced by primary_unit().
The default implementation does nothing.
Declaration
public virtual void EnterPrimary_unit(vhdlParser.Primary_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Primary_unitContext | context | The parse tree. |
EnterProcedural_declarative_item(vhdlParser.Procedural_declarative_itemContext)
Enter a parse tree produced by procedural_declarative_item().
The default implementation does nothing.
Declaration
public virtual void EnterProcedural_declarative_item(vhdlParser.Procedural_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedural_declarative_itemContext | context | The parse tree. |
EnterProcedural_declarative_part(vhdlParser.Procedural_declarative_partContext)
Enter a parse tree produced by procedural_declarative_part().
The default implementation does nothing.
Declaration
public virtual void EnterProcedural_declarative_part(vhdlParser.Procedural_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedural_declarative_partContext | context | The parse tree. |
EnterProcedural_statement_part(vhdlParser.Procedural_statement_partContext)
Enter a parse tree produced by procedural_statement_part().
The default implementation does nothing.
Declaration
public virtual void EnterProcedural_statement_part(vhdlParser.Procedural_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedural_statement_partContext | context | The parse tree. |
EnterProcedure_call(vhdlParser.Procedure_callContext)
Enter a parse tree produced by procedure_call().
The default implementation does nothing.
Declaration
public virtual void EnterProcedure_call(vhdlParser.Procedure_callContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedure_callContext | context | The parse tree. |
EnterProcedure_call_statement(vhdlParser.Procedure_call_statementContext)
Enter a parse tree produced by procedure_call_statement().
The default implementation does nothing.
Declaration
public virtual void EnterProcedure_call_statement(vhdlParser.Procedure_call_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedure_call_statementContext | context | The parse tree. |
EnterProcedure_specification(vhdlParser.Procedure_specificationContext)
Enter a parse tree produced by procedure_specification().
The default implementation does nothing.
Declaration
public virtual void EnterProcedure_specification(vhdlParser.Procedure_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedure_specificationContext | context | The parse tree. |
EnterProcess_declarative_item(vhdlParser.Process_declarative_itemContext)
Enter a parse tree produced by process_declarative_item().
The default implementation does nothing.
Declaration
public virtual void EnterProcess_declarative_item(vhdlParser.Process_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_declarative_itemContext | context | The parse tree. |
EnterProcess_declarative_part(vhdlParser.Process_declarative_partContext)
Enter a parse tree produced by process_declarative_part().
The default implementation does nothing.
Declaration
public virtual void EnterProcess_declarative_part(vhdlParser.Process_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_declarative_partContext | context | The parse tree. |
EnterProcess_statement(vhdlParser.Process_statementContext)
Enter a parse tree produced by process_statement().
The default implementation does nothing.
Declaration
public virtual void EnterProcess_statement(vhdlParser.Process_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_statementContext | context | The parse tree. |
EnterProcess_statement_part(vhdlParser.Process_statement_partContext)
Enter a parse tree produced by process_statement_part().
The default implementation does nothing.
Declaration
public virtual void EnterProcess_statement_part(vhdlParser.Process_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_statement_partContext | context | The parse tree. |
EnterQualified_expression(vhdlParser.Qualified_expressionContext)
Enter a parse tree produced by qualified_expression().
The default implementation does nothing.
Declaration
public virtual void EnterQualified_expression(vhdlParser.Qualified_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Qualified_expressionContext | context | The parse tree. |
EnterQuantity_declaration(vhdlParser.Quantity_declarationContext)
Enter a parse tree produced by quantity_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterQuantity_declaration(vhdlParser.Quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Quantity_declarationContext | context | The parse tree. |
EnterQuantity_list(vhdlParser.Quantity_listContext)
Enter a parse tree produced by quantity_list().
The default implementation does nothing.
Declaration
public virtual void EnterQuantity_list(vhdlParser.Quantity_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Quantity_listContext | context | The parse tree. |
EnterQuantity_specification(vhdlParser.Quantity_specificationContext)
Enter a parse tree produced by quantity_specification().
The default implementation does nothing.
Declaration
public virtual void EnterQuantity_specification(vhdlParser.Quantity_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Quantity_specificationContext | context | The parse tree. |
EnterRange_constraint(vhdlParser.Range_constraintContext)
Enter a parse tree produced by range_constraint().
The default implementation does nothing.
Declaration
public virtual void EnterRange_constraint(vhdlParser.Range_constraintContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Range_constraintContext | context | The parse tree. |
EnterRange_decl(vhdlParser.Range_declContext)
Enter a parse tree produced by range_decl().
The default implementation does nothing.
Declaration
public virtual void EnterRange_decl(vhdlParser.Range_declContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Range_declContext | context | The parse tree. |
EnterRecord_nature_definition(vhdlParser.Record_nature_definitionContext)
Enter a parse tree produced by record_nature_definition().
The default implementation does nothing.
Declaration
public virtual void EnterRecord_nature_definition(vhdlParser.Record_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Record_nature_definitionContext | context | The parse tree. |
EnterRecord_type_definition(vhdlParser.Record_type_definitionContext)
Enter a parse tree produced by record_type_definition().
The default implementation does nothing.
Declaration
public virtual void EnterRecord_type_definition(vhdlParser.Record_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Record_type_definitionContext | context | The parse tree. |
EnterRelation(vhdlParser.RelationContext)
Enter a parse tree produced by relation().
The default implementation does nothing.
Declaration
public virtual void EnterRelation(vhdlParser.RelationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.RelationContext | context | The parse tree. |
EnterRelational_operator(vhdlParser.Relational_operatorContext)
Enter a parse tree produced by relational_operator().
The default implementation does nothing.
Declaration
public virtual void EnterRelational_operator(vhdlParser.Relational_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Relational_operatorContext | context | The parse tree. |
EnterReport_statement(vhdlParser.Report_statementContext)
Enter a parse tree produced by report_statement().
The default implementation does nothing.
Declaration
public virtual void EnterReport_statement(vhdlParser.Report_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Report_statementContext | context | The parse tree. |
EnterReturn_statement(vhdlParser.Return_statementContext)
Enter a parse tree produced by return_statement().
The default implementation does nothing.
Declaration
public virtual void EnterReturn_statement(vhdlParser.Return_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Return_statementContext | context | The parse tree. |
EnterScalar_nature_definition(vhdlParser.Scalar_nature_definitionContext)
Enter a parse tree produced by scalar_nature_definition().
The default implementation does nothing.
Declaration
public virtual void EnterScalar_nature_definition(vhdlParser.Scalar_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Scalar_nature_definitionContext | context | The parse tree. |
EnterScalar_type_definition(vhdlParser.Scalar_type_definitionContext)
Enter a parse tree produced by scalar_type_definition().
The default implementation does nothing.
Declaration
public virtual void EnterScalar_type_definition(vhdlParser.Scalar_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Scalar_type_definitionContext | context | The parse tree. |
EnterSecondary_unit(vhdlParser.Secondary_unitContext)
Enter a parse tree produced by secondary_unit().
The default implementation does nothing.
Declaration
public virtual void EnterSecondary_unit(vhdlParser.Secondary_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Secondary_unitContext | context | The parse tree. |
EnterSecondary_unit_declaration(vhdlParser.Secondary_unit_declarationContext)
Enter a parse tree produced by secondary_unit_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterSecondary_unit_declaration(vhdlParser.Secondary_unit_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Secondary_unit_declarationContext | context | The parse tree. |
EnterSelected_name(vhdlParser.Selected_nameContext)
Enter a parse tree produced by selected_name().
The default implementation does nothing.
Declaration
public virtual void EnterSelected_name(vhdlParser.Selected_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_nameContext | context | The parse tree. |
EnterSelected_name_part(vhdlParser.Selected_name_partContext)
Enter a parse tree produced by selected_name_part().
The default implementation does nothing.
Declaration
public virtual void EnterSelected_name_part(vhdlParser.Selected_name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_name_partContext | context | The parse tree. |
EnterSelected_signal_assignment(vhdlParser.Selected_signal_assignmentContext)
Enter a parse tree produced by selected_signal_assignment().
The default implementation does nothing.
Declaration
public virtual void EnterSelected_signal_assignment(vhdlParser.Selected_signal_assignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_signal_assignmentContext | context | The parse tree. |
EnterSelected_waveforms(vhdlParser.Selected_waveformsContext)
Enter a parse tree produced by selected_waveforms().
The default implementation does nothing.
Declaration
public virtual void EnterSelected_waveforms(vhdlParser.Selected_waveformsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_waveformsContext | context | The parse tree. |
EnterSensitivity_clause(vhdlParser.Sensitivity_clauseContext)
Enter a parse tree produced by sensitivity_clause().
The default implementation does nothing.
Declaration
public virtual void EnterSensitivity_clause(vhdlParser.Sensitivity_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sensitivity_clauseContext | context | The parse tree. |
EnterSensitivity_list(vhdlParser.Sensitivity_listContext)
Enter a parse tree produced by sensitivity_list().
The default implementation does nothing.
Declaration
public virtual void EnterSensitivity_list(vhdlParser.Sensitivity_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sensitivity_listContext | context | The parse tree. |
EnterSequence_of_statements(vhdlParser.Sequence_of_statementsContext)
Enter a parse tree produced by sequence_of_statements().
The default implementation does nothing.
Declaration
public virtual void EnterSequence_of_statements(vhdlParser.Sequence_of_statementsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sequence_of_statementsContext | context | The parse tree. |
EnterSequential_statement(vhdlParser.Sequential_statementContext)
Enter a parse tree produced by sequential_statement().
The default implementation does nothing.
Declaration
public virtual void EnterSequential_statement(vhdlParser.Sequential_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sequential_statementContext | context | The parse tree. |
EnterShift_expression(vhdlParser.Shift_expressionContext)
Enter a parse tree produced by shift_expression().
The default implementation does nothing.
Declaration
public virtual void EnterShift_expression(vhdlParser.Shift_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Shift_expressionContext | context | The parse tree. |
EnterShift_operator(vhdlParser.Shift_operatorContext)
Enter a parse tree produced by shift_operator().
The default implementation does nothing.
Declaration
public virtual void EnterShift_operator(vhdlParser.Shift_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Shift_operatorContext | context | The parse tree. |
EnterSignal_assignment_statement(vhdlParser.Signal_assignment_statementContext)
Enter a parse tree produced by signal_assignment_statement().
The default implementation does nothing.
Declaration
public virtual void EnterSignal_assignment_statement(vhdlParser.Signal_assignment_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_assignment_statementContext | context | The parse tree. |
EnterSignal_declaration(vhdlParser.Signal_declarationContext)
Enter a parse tree produced by signal_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterSignal_declaration(vhdlParser.Signal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_declarationContext | context | The parse tree. |
EnterSignal_kind(vhdlParser.Signal_kindContext)
Enter a parse tree produced by signal_kind().
The default implementation does nothing.
Declaration
public virtual void EnterSignal_kind(vhdlParser.Signal_kindContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_kindContext | context | The parse tree. |
EnterSignal_list(vhdlParser.Signal_listContext)
Enter a parse tree produced by signal_list().
The default implementation does nothing.
Declaration
public virtual void EnterSignal_list(vhdlParser.Signal_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_listContext | context | The parse tree. |
EnterSignal_mode(vhdlParser.Signal_modeContext)
Enter a parse tree produced by signal_mode().
The default implementation does nothing.
Declaration
public virtual void EnterSignal_mode(vhdlParser.Signal_modeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_modeContext | context | The parse tree. |
EnterSignature(vhdlParser.SignatureContext)
Enter a parse tree produced by signature().
The default implementation does nothing.
Declaration
public virtual void EnterSignature(vhdlParser.SignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.SignatureContext | context | The parse tree. |
EnterSimple_expression(vhdlParser.Simple_expressionContext)
Enter a parse tree produced by simple_expression().
The default implementation does nothing.
Declaration
public virtual void EnterSimple_expression(vhdlParser.Simple_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simple_expressionContext | context | The parse tree. |
EnterSimple_simultaneous_statement(vhdlParser.Simple_simultaneous_statementContext)
Enter a parse tree produced by simple_simultaneous_statement().
The default implementation does nothing.
Declaration
public virtual void EnterSimple_simultaneous_statement(vhdlParser.Simple_simultaneous_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simple_simultaneous_statementContext | context | The parse tree. |
EnterSimultaneous_alternative(vhdlParser.Simultaneous_alternativeContext)
Enter a parse tree produced by simultaneous_alternative().
The default implementation does nothing.
Declaration
public virtual void EnterSimultaneous_alternative(vhdlParser.Simultaneous_alternativeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_alternativeContext | context | The parse tree. |
EnterSimultaneous_case_statement(vhdlParser.Simultaneous_case_statementContext)
Enter a parse tree produced by simultaneous_case_statement().
The default implementation does nothing.
Declaration
public virtual void EnterSimultaneous_case_statement(vhdlParser.Simultaneous_case_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_case_statementContext | context | The parse tree. |
EnterSimultaneous_if_statement(vhdlParser.Simultaneous_if_statementContext)
Enter a parse tree produced by simultaneous_if_statement().
The default implementation does nothing.
Declaration
public virtual void EnterSimultaneous_if_statement(vhdlParser.Simultaneous_if_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_if_statementContext | context | The parse tree. |
EnterSimultaneous_procedural_statement(vhdlParser.Simultaneous_procedural_statementContext)
Enter a parse tree produced by simultaneous_procedural_statement().
The default implementation does nothing.
Declaration
public virtual void EnterSimultaneous_procedural_statement(vhdlParser.Simultaneous_procedural_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_procedural_statementContext | context | The parse tree. |
EnterSimultaneous_statement(vhdlParser.Simultaneous_statementContext)
Enter a parse tree produced by simultaneous_statement().
The default implementation does nothing.
Declaration
public virtual void EnterSimultaneous_statement(vhdlParser.Simultaneous_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_statementContext | context | The parse tree. |
EnterSimultaneous_statement_part(vhdlParser.Simultaneous_statement_partContext)
Enter a parse tree produced by simultaneous_statement_part().
The default implementation does nothing.
Declaration
public virtual void EnterSimultaneous_statement_part(vhdlParser.Simultaneous_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_statement_partContext | context | The parse tree. |
EnterSlice_name_part(vhdlParser.Slice_name_partContext)
Enter a parse tree produced by slice_name_part().
The default implementation does nothing.
Declaration
public virtual void EnterSlice_name_part(vhdlParser.Slice_name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Slice_name_partContext | context | The parse tree. |
EnterSource_aspect(vhdlParser.Source_aspectContext)
Enter a parse tree produced by source_aspect().
The default implementation does nothing.
Declaration
public virtual void EnterSource_aspect(vhdlParser.Source_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Source_aspectContext | context | The parse tree. |
EnterSource_quantity_declaration(vhdlParser.Source_quantity_declarationContext)
Enter a parse tree produced by source_quantity_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterSource_quantity_declaration(vhdlParser.Source_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Source_quantity_declarationContext | context | The parse tree. |
EnterStep_limit_specification(vhdlParser.Step_limit_specificationContext)
Enter a parse tree produced by step_limit_specification().
The default implementation does nothing.
Declaration
public virtual void EnterStep_limit_specification(vhdlParser.Step_limit_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Step_limit_specificationContext | context | The parse tree. |
EnterSubnature_declaration(vhdlParser.Subnature_declarationContext)
Enter a parse tree produced by subnature_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterSubnature_declaration(vhdlParser.Subnature_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subnature_declarationContext | context | The parse tree. |
EnterSubnature_indication(vhdlParser.Subnature_indicationContext)
Enter a parse tree produced by subnature_indication().
The default implementation does nothing.
Declaration
public virtual void EnterSubnature_indication(vhdlParser.Subnature_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subnature_indicationContext | context | The parse tree. |
EnterSubprogram_body(vhdlParser.Subprogram_bodyContext)
Enter a parse tree produced by subprogram_body().
The default implementation does nothing.
Declaration
public virtual void EnterSubprogram_body(vhdlParser.Subprogram_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_bodyContext | context | The parse tree. |
EnterSubprogram_declaration(vhdlParser.Subprogram_declarationContext)
Enter a parse tree produced by subprogram_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterSubprogram_declaration(vhdlParser.Subprogram_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_declarationContext | context | The parse tree. |
EnterSubprogram_declarative_item(vhdlParser.Subprogram_declarative_itemContext)
Enter a parse tree produced by subprogram_declarative_item().
The default implementation does nothing.
Declaration
public virtual void EnterSubprogram_declarative_item(vhdlParser.Subprogram_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_declarative_itemContext | context | The parse tree. |
EnterSubprogram_declarative_part(vhdlParser.Subprogram_declarative_partContext)
Enter a parse tree produced by subprogram_declarative_part().
The default implementation does nothing.
Declaration
public virtual void EnterSubprogram_declarative_part(vhdlParser.Subprogram_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_declarative_partContext | context | The parse tree. |
EnterSubprogram_kind(vhdlParser.Subprogram_kindContext)
Enter a parse tree produced by subprogram_kind().
The default implementation does nothing.
Declaration
public virtual void EnterSubprogram_kind(vhdlParser.Subprogram_kindContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_kindContext | context | The parse tree. |
EnterSubprogram_specification(vhdlParser.Subprogram_specificationContext)
Enter a parse tree produced by subprogram_specification().
The default implementation does nothing.
Declaration
public virtual void EnterSubprogram_specification(vhdlParser.Subprogram_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_specificationContext | context | The parse tree. |
EnterSubprogram_statement_part(vhdlParser.Subprogram_statement_partContext)
Enter a parse tree produced by subprogram_statement_part().
The default implementation does nothing.
Declaration
public virtual void EnterSubprogram_statement_part(vhdlParser.Subprogram_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_statement_partContext | context | The parse tree. |
EnterSubtype_declaration(vhdlParser.Subtype_declarationContext)
Enter a parse tree produced by subtype_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterSubtype_declaration(vhdlParser.Subtype_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subtype_declarationContext | context | The parse tree. |
EnterSubtype_indication(vhdlParser.Subtype_indicationContext)
Enter a parse tree produced by subtype_indication().
The default implementation does nothing.
Declaration
public virtual void EnterSubtype_indication(vhdlParser.Subtype_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subtype_indicationContext | context | The parse tree. |
EnterSuffix(vhdlParser.SuffixContext)
Enter a parse tree produced by suffix().
The default implementation does nothing.
Declaration
public virtual void EnterSuffix(vhdlParser.SuffixContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.SuffixContext | context | The parse tree. |
EnterTarget(vhdlParser.TargetContext)
Enter a parse tree produced by target().
The default implementation does nothing.
Declaration
public virtual void EnterTarget(vhdlParser.TargetContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.TargetContext | context | The parse tree. |
EnterTerm(vhdlParser.TermContext)
Enter a parse tree produced by term().
The default implementation does nothing.
Declaration
public virtual void EnterTerm(vhdlParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.TermContext | context | The parse tree. |
EnterTerminal_aspect(vhdlParser.Terminal_aspectContext)
Enter a parse tree produced by terminal_aspect().
The default implementation does nothing.
Declaration
public virtual void EnterTerminal_aspect(vhdlParser.Terminal_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Terminal_aspectContext | context | The parse tree. |
EnterTerminal_declaration(vhdlParser.Terminal_declarationContext)
Enter a parse tree produced by terminal_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterTerminal_declaration(vhdlParser.Terminal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Terminal_declarationContext | context | The parse tree. |
EnterThrough_aspect(vhdlParser.Through_aspectContext)
Enter a parse tree produced by through_aspect().
The default implementation does nothing.
Declaration
public virtual void EnterThrough_aspect(vhdlParser.Through_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Through_aspectContext | context | The parse tree. |
EnterTimeout_clause(vhdlParser.Timeout_clauseContext)
Enter a parse tree produced by timeout_clause().
The default implementation does nothing.
Declaration
public virtual void EnterTimeout_clause(vhdlParser.Timeout_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Timeout_clauseContext | context | The parse tree. |
EnterTolerance_aspect(vhdlParser.Tolerance_aspectContext)
Enter a parse tree produced by tolerance_aspect().
The default implementation does nothing.
Declaration
public virtual void EnterTolerance_aspect(vhdlParser.Tolerance_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Tolerance_aspectContext | context | The parse tree. |
EnterType_declaration(vhdlParser.Type_declarationContext)
Enter a parse tree produced by type_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterType_declaration(vhdlParser.Type_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Type_declarationContext | context | The parse tree. |
EnterType_definition(vhdlParser.Type_definitionContext)
Enter a parse tree produced by type_definition().
The default implementation does nothing.
Declaration
public virtual void EnterType_definition(vhdlParser.Type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Type_definitionContext | context | The parse tree. |
EnterUnconstrained_array_definition(vhdlParser.Unconstrained_array_definitionContext)
Enter a parse tree produced by unconstrained_array_definition().
The default implementation does nothing.
Declaration
public virtual void EnterUnconstrained_array_definition(vhdlParser.Unconstrained_array_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Unconstrained_array_definitionContext | context | The parse tree. |
EnterUnconstrained_nature_definition(vhdlParser.Unconstrained_nature_definitionContext)
Enter a parse tree produced by unconstrained_nature_definition().
The default implementation does nothing.
Declaration
public virtual void EnterUnconstrained_nature_definition(vhdlParser.Unconstrained_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Unconstrained_nature_definitionContext | context | The parse tree. |
EnterUse_clause(vhdlParser.Use_clauseContext)
Enter a parse tree produced by use_clause().
The default implementation does nothing.
Declaration
public virtual void EnterUse_clause(vhdlParser.Use_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Use_clauseContext | context | The parse tree. |
EnterVariable_assignment_statement(vhdlParser.Variable_assignment_statementContext)
Enter a parse tree produced by variable_assignment_statement().
The default implementation does nothing.
Declaration
public virtual void EnterVariable_assignment_statement(vhdlParser.Variable_assignment_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Variable_assignment_statementContext | context | The parse tree. |
EnterVariable_declaration(vhdlParser.Variable_declarationContext)
Enter a parse tree produced by variable_declaration().
The default implementation does nothing.
Declaration
public virtual void EnterVariable_declaration(vhdlParser.Variable_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Variable_declarationContext | context | The parse tree. |
EnterWait_statement(vhdlParser.Wait_statementContext)
Enter a parse tree produced by wait_statement().
The default implementation does nothing.
Declaration
public virtual void EnterWait_statement(vhdlParser.Wait_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Wait_statementContext | context | The parse tree. |
EnterWaveform(vhdlParser.WaveformContext)
Enter a parse tree produced by waveform().
The default implementation does nothing.
Declaration
public virtual void EnterWaveform(vhdlParser.WaveformContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.WaveformContext | context | The parse tree. |
EnterWaveform_element(vhdlParser.Waveform_elementContext)
Enter a parse tree produced by waveform_element().
The default implementation does nothing.
Declaration
public virtual void EnterWaveform_element(vhdlParser.Waveform_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Waveform_elementContext | context | The parse tree. |
ExitAbstract_literal(vhdlParser.Abstract_literalContext)
Exit a parse tree produced by abstract_literal().
The default implementation does nothing.
Declaration
public virtual void ExitAbstract_literal(vhdlParser.Abstract_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Abstract_literalContext | context | The parse tree. |
ExitAccess_type_definition(vhdlParser.Access_type_definitionContext)
Exit a parse tree produced by access_type_definition().
The default implementation does nothing.
Declaration
public virtual void ExitAccess_type_definition(vhdlParser.Access_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Access_type_definitionContext | context | The parse tree. |
ExitAcross_aspect(vhdlParser.Across_aspectContext)
Exit a parse tree produced by across_aspect().
The default implementation does nothing.
Declaration
public virtual void ExitAcross_aspect(vhdlParser.Across_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Across_aspectContext | context | The parse tree. |
ExitActual_designator(vhdlParser.Actual_designatorContext)
Exit a parse tree produced by actual_designator().
The default implementation does nothing.
Declaration
public virtual void ExitActual_designator(vhdlParser.Actual_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Actual_designatorContext | context | The parse tree. |
ExitActual_parameter_part(vhdlParser.Actual_parameter_partContext)
Exit a parse tree produced by actual_parameter_part().
The default implementation does nothing.
Declaration
public virtual void ExitActual_parameter_part(vhdlParser.Actual_parameter_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Actual_parameter_partContext | context | The parse tree. |
ExitActual_part(vhdlParser.Actual_partContext)
Exit a parse tree produced by actual_part().
The default implementation does nothing.
Declaration
public virtual void ExitActual_part(vhdlParser.Actual_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Actual_partContext | context | The parse tree. |
ExitAdding_operator(vhdlParser.Adding_operatorContext)
Exit a parse tree produced by adding_operator().
The default implementation does nothing.
Declaration
public virtual void ExitAdding_operator(vhdlParser.Adding_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Adding_operatorContext | context | The parse tree. |
ExitAggregate(vhdlParser.AggregateContext)
Exit a parse tree produced by aggregate().
The default implementation does nothing.
Declaration
public virtual void ExitAggregate(vhdlParser.AggregateContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.AggregateContext | context | The parse tree. |
ExitAlias_declaration(vhdlParser.Alias_declarationContext)
Exit a parse tree produced by alias_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitAlias_declaration(vhdlParser.Alias_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Alias_declarationContext | context | The parse tree. |
ExitAlias_designator(vhdlParser.Alias_designatorContext)
Exit a parse tree produced by alias_designator().
The default implementation does nothing.
Declaration
public virtual void ExitAlias_designator(vhdlParser.Alias_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Alias_designatorContext | context | The parse tree. |
ExitAlias_indication(vhdlParser.Alias_indicationContext)
Exit a parse tree produced by alias_indication().
The default implementation does nothing.
Declaration
public virtual void ExitAlias_indication(vhdlParser.Alias_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Alias_indicationContext | context | The parse tree. |
ExitAllocator(vhdlParser.AllocatorContext)
Exit a parse tree produced by allocator().
The default implementation does nothing.
Declaration
public virtual void ExitAllocator(vhdlParser.AllocatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.AllocatorContext | context | The parse tree. |
ExitArchitecture_body(vhdlParser.Architecture_bodyContext)
Exit a parse tree produced by architecture_body().
The default implementation does nothing.
Declaration
public virtual void ExitArchitecture_body(vhdlParser.Architecture_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_bodyContext | context | The parse tree. |
ExitArchitecture_declarative_part(vhdlParser.Architecture_declarative_partContext)
Exit a parse tree produced by architecture_declarative_part().
The default implementation does nothing.
Declaration
public virtual void ExitArchitecture_declarative_part(vhdlParser.Architecture_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_declarative_partContext | context | The parse tree. |
ExitArchitecture_statement(vhdlParser.Architecture_statementContext)
Exit a parse tree produced by architecture_statement().
The default implementation does nothing.
Declaration
public virtual void ExitArchitecture_statement(vhdlParser.Architecture_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_statementContext | context | The parse tree. |
ExitArchitecture_statement_part(vhdlParser.Architecture_statement_partContext)
Exit a parse tree produced by architecture_statement_part().
The default implementation does nothing.
Declaration
public virtual void ExitArchitecture_statement_part(vhdlParser.Architecture_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_statement_partContext | context | The parse tree. |
ExitArray_nature_definition(vhdlParser.Array_nature_definitionContext)
Exit a parse tree produced by array_nature_definition().
The default implementation does nothing.
Declaration
public virtual void ExitArray_nature_definition(vhdlParser.Array_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Array_nature_definitionContext | context | The parse tree. |
ExitArray_type_definition(vhdlParser.Array_type_definitionContext)
Exit a parse tree produced by array_type_definition().
The default implementation does nothing.
Declaration
public virtual void ExitArray_type_definition(vhdlParser.Array_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Array_type_definitionContext | context | The parse tree. |
ExitAssertion(vhdlParser.AssertionContext)
Exit a parse tree produced by assertion().
The default implementation does nothing.
Declaration
public virtual void ExitAssertion(vhdlParser.AssertionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.AssertionContext | context | The parse tree. |
ExitAssertion_statement(vhdlParser.Assertion_statementContext)
Exit a parse tree produced by assertion_statement().
The default implementation does nothing.
Declaration
public virtual void ExitAssertion_statement(vhdlParser.Assertion_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Assertion_statementContext | context | The parse tree. |
ExitAssociation_element(vhdlParser.Association_elementContext)
Exit a parse tree produced by association_element().
The default implementation does nothing.
Declaration
public virtual void ExitAssociation_element(vhdlParser.Association_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Association_elementContext | context | The parse tree. |
ExitAssociation_list(vhdlParser.Association_listContext)
Exit a parse tree produced by association_list().
The default implementation does nothing.
Declaration
public virtual void ExitAssociation_list(vhdlParser.Association_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Association_listContext | context | The parse tree. |
ExitAttribute_declaration(vhdlParser.Attribute_declarationContext)
Exit a parse tree produced by attribute_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitAttribute_declaration(vhdlParser.Attribute_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_declarationContext | context | The parse tree. |
ExitAttribute_designator(vhdlParser.Attribute_designatorContext)
Exit a parse tree produced by attribute_designator().
The default implementation does nothing.
Declaration
public virtual void ExitAttribute_designator(vhdlParser.Attribute_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_designatorContext | context | The parse tree. |
ExitAttribute_name_part(vhdlParser.Attribute_name_partContext)
Exit a parse tree produced by attribute_name_part().
The default implementation does nothing.
Declaration
public virtual void ExitAttribute_name_part(vhdlParser.Attribute_name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_name_partContext | context | The parse tree. |
ExitAttribute_specification(vhdlParser.Attribute_specificationContext)
Exit a parse tree produced by attribute_specification().
The default implementation does nothing.
Declaration
public virtual void ExitAttribute_specification(vhdlParser.Attribute_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_specificationContext | context | The parse tree. |
ExitBase_unit_declaration(vhdlParser.Base_unit_declarationContext)
Exit a parse tree produced by base_unit_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitBase_unit_declaration(vhdlParser.Base_unit_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Base_unit_declarationContext | context | The parse tree. |
ExitBinding_indication(vhdlParser.Binding_indicationContext)
Exit a parse tree produced by binding_indication().
The default implementation does nothing.
Declaration
public virtual void ExitBinding_indication(vhdlParser.Binding_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Binding_indicationContext | context | The parse tree. |
ExitBlock_configuration(vhdlParser.Block_configurationContext)
Exit a parse tree produced by block_configuration().
The default implementation does nothing.
Declaration
public virtual void ExitBlock_configuration(vhdlParser.Block_configurationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_configurationContext | context | The parse tree. |
ExitBlock_declarative_item(vhdlParser.Block_declarative_itemContext)
Exit a parse tree produced by block_declarative_item().
The default implementation does nothing.
Declaration
public virtual void ExitBlock_declarative_item(vhdlParser.Block_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_declarative_itemContext | context | The parse tree. |
ExitBlock_declarative_part(vhdlParser.Block_declarative_partContext)
Exit a parse tree produced by block_declarative_part().
The default implementation does nothing.
Declaration
public virtual void ExitBlock_declarative_part(vhdlParser.Block_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_declarative_partContext | context | The parse tree. |
ExitBlock_header(vhdlParser.Block_headerContext)
Exit a parse tree produced by block_header().
The default implementation does nothing.
Declaration
public virtual void ExitBlock_header(vhdlParser.Block_headerContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_headerContext | context | The parse tree. |
ExitBlock_specification(vhdlParser.Block_specificationContext)
Exit a parse tree produced by block_specification().
The default implementation does nothing.
Declaration
public virtual void ExitBlock_specification(vhdlParser.Block_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_specificationContext | context | The parse tree. |
ExitBlock_statement(vhdlParser.Block_statementContext)
Exit a parse tree produced by block_statement().
The default implementation does nothing.
Declaration
public virtual void ExitBlock_statement(vhdlParser.Block_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_statementContext | context | The parse tree. |
ExitBlock_statement_part(vhdlParser.Block_statement_partContext)
Exit a parse tree produced by block_statement_part().
The default implementation does nothing.
Declaration
public virtual void ExitBlock_statement_part(vhdlParser.Block_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_statement_partContext | context | The parse tree. |
ExitBranch_quantity_declaration(vhdlParser.Branch_quantity_declarationContext)
Exit a parse tree produced by branch_quantity_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitBranch_quantity_declaration(vhdlParser.Branch_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Branch_quantity_declarationContext | context | The parse tree. |
ExitBreak_element(vhdlParser.Break_elementContext)
Exit a parse tree produced by break_element().
The default implementation does nothing.
Declaration
public virtual void ExitBreak_element(vhdlParser.Break_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_elementContext | context | The parse tree. |
ExitBreak_list(vhdlParser.Break_listContext)
Exit a parse tree produced by break_list().
The default implementation does nothing.
Declaration
public virtual void ExitBreak_list(vhdlParser.Break_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_listContext | context | The parse tree. |
ExitBreak_selector_clause(vhdlParser.Break_selector_clauseContext)
Exit a parse tree produced by break_selector_clause().
The default implementation does nothing.
Declaration
public virtual void ExitBreak_selector_clause(vhdlParser.Break_selector_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_selector_clauseContext | context | The parse tree. |
ExitBreak_statement(vhdlParser.Break_statementContext)
Exit a parse tree produced by break_statement().
The default implementation does nothing.
Declaration
public virtual void ExitBreak_statement(vhdlParser.Break_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_statementContext | context | The parse tree. |
ExitCase_statement(vhdlParser.Case_statementContext)
Exit a parse tree produced by case_statement().
The default implementation does nothing.
Declaration
public virtual void ExitCase_statement(vhdlParser.Case_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Case_statementContext | context | The parse tree. |
ExitCase_statement_alternative(vhdlParser.Case_statement_alternativeContext)
Exit a parse tree produced by case_statement_alternative().
The default implementation does nothing.
Declaration
public virtual void ExitCase_statement_alternative(vhdlParser.Case_statement_alternativeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Case_statement_alternativeContext | context | The parse tree. |
ExitChoice(vhdlParser.ChoiceContext)
Exit a parse tree produced by choice().
The default implementation does nothing.
Declaration
public virtual void ExitChoice(vhdlParser.ChoiceContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ChoiceContext | context | The parse tree. |
ExitChoices(vhdlParser.ChoicesContext)
Exit a parse tree produced by choices().
The default implementation does nothing.
Declaration
public virtual void ExitChoices(vhdlParser.ChoicesContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ChoicesContext | context | The parse tree. |
ExitComponent_configuration(vhdlParser.Component_configurationContext)
Exit a parse tree produced by component_configuration().
The default implementation does nothing.
Declaration
public virtual void ExitComponent_configuration(vhdlParser.Component_configurationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_configurationContext | context | The parse tree. |
ExitComponent_declaration(vhdlParser.Component_declarationContext)
Exit a parse tree produced by component_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitComponent_declaration(vhdlParser.Component_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_declarationContext | context | The parse tree. |
ExitComponent_instantiation_statement(vhdlParser.Component_instantiation_statementContext)
Exit a parse tree produced by component_instantiation_statement().
The default implementation does nothing.
Declaration
public virtual void ExitComponent_instantiation_statement(vhdlParser.Component_instantiation_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_instantiation_statementContext | context | The parse tree. |
ExitComponent_specification(vhdlParser.Component_specificationContext)
Exit a parse tree produced by component_specification().
The default implementation does nothing.
Declaration
public virtual void ExitComponent_specification(vhdlParser.Component_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_specificationContext | context | The parse tree. |
ExitComposite_nature_definition(vhdlParser.Composite_nature_definitionContext)
Exit a parse tree produced by composite_nature_definition().
The default implementation does nothing.
Declaration
public virtual void ExitComposite_nature_definition(vhdlParser.Composite_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Composite_nature_definitionContext | context | The parse tree. |
ExitComposite_type_definition(vhdlParser.Composite_type_definitionContext)
Exit a parse tree produced by composite_type_definition().
The default implementation does nothing.
Declaration
public virtual void ExitComposite_type_definition(vhdlParser.Composite_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Composite_type_definitionContext | context | The parse tree. |
ExitConcurrent_assertion_statement(vhdlParser.Concurrent_assertion_statementContext)
Exit a parse tree produced by concurrent_assertion_statement().
The default implementation does nothing.
Declaration
public virtual void ExitConcurrent_assertion_statement(vhdlParser.Concurrent_assertion_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_assertion_statementContext | context | The parse tree. |
ExitConcurrent_break_statement(vhdlParser.Concurrent_break_statementContext)
Exit a parse tree produced by concurrent_break_statement().
The default implementation does nothing.
Declaration
public virtual void ExitConcurrent_break_statement(vhdlParser.Concurrent_break_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_break_statementContext | context | The parse tree. |
ExitConcurrent_procedure_call_statement(vhdlParser.Concurrent_procedure_call_statementContext)
Exit a parse tree produced by concurrent_procedure_call_statement().
The default implementation does nothing.
Declaration
public virtual void ExitConcurrent_procedure_call_statement(vhdlParser.Concurrent_procedure_call_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_procedure_call_statementContext | context | The parse tree. |
ExitConcurrent_signal_assignment_statement(vhdlParser.Concurrent_signal_assignment_statementContext)
Exit a parse tree produced by concurrent_signal_assignment_statement().
The default implementation does nothing.
Declaration
public virtual void ExitConcurrent_signal_assignment_statement(vhdlParser.Concurrent_signal_assignment_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_signal_assignment_statementContext | context | The parse tree. |
ExitCondition(vhdlParser.ConditionContext)
Exit a parse tree produced by condition().
The default implementation does nothing.
Declaration
public virtual void ExitCondition(vhdlParser.ConditionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ConditionContext | context | The parse tree. |
ExitCondition_clause(vhdlParser.Condition_clauseContext)
Exit a parse tree produced by condition_clause().
The default implementation does nothing.
Declaration
public virtual void ExitCondition_clause(vhdlParser.Condition_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Condition_clauseContext | context | The parse tree. |
ExitConditional_signal_assignment(vhdlParser.Conditional_signal_assignmentContext)
Exit a parse tree produced by conditional_signal_assignment().
The default implementation does nothing.
Declaration
public virtual void ExitConditional_signal_assignment(vhdlParser.Conditional_signal_assignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Conditional_signal_assignmentContext | context | The parse tree. |
ExitConditional_waveforms(vhdlParser.Conditional_waveformsContext)
Exit a parse tree produced by conditional_waveforms().
The default implementation does nothing.
Declaration
public virtual void ExitConditional_waveforms(vhdlParser.Conditional_waveformsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Conditional_waveformsContext | context | The parse tree. |
ExitConfiguration_declaration(vhdlParser.Configuration_declarationContext)
Exit a parse tree produced by configuration_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitConfiguration_declaration(vhdlParser.Configuration_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_declarationContext | context | The parse tree. |
ExitConfiguration_declarative_item(vhdlParser.Configuration_declarative_itemContext)
Exit a parse tree produced by configuration_declarative_item().
The default implementation does nothing.
Declaration
public virtual void ExitConfiguration_declarative_item(vhdlParser.Configuration_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_declarative_itemContext | context | The parse tree. |
ExitConfiguration_declarative_part(vhdlParser.Configuration_declarative_partContext)
Exit a parse tree produced by configuration_declarative_part().
The default implementation does nothing.
Declaration
public virtual void ExitConfiguration_declarative_part(vhdlParser.Configuration_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_declarative_partContext | context | The parse tree. |
ExitConfiguration_item(vhdlParser.Configuration_itemContext)
Exit a parse tree produced by configuration_item().
The default implementation does nothing.
Declaration
public virtual void ExitConfiguration_item(vhdlParser.Configuration_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_itemContext | context | The parse tree. |
ExitConfiguration_specification(vhdlParser.Configuration_specificationContext)
Exit a parse tree produced by configuration_specification().
The default implementation does nothing.
Declaration
public virtual void ExitConfiguration_specification(vhdlParser.Configuration_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_specificationContext | context | The parse tree. |
ExitConstant_declaration(vhdlParser.Constant_declarationContext)
Exit a parse tree produced by constant_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitConstant_declaration(vhdlParser.Constant_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Constant_declarationContext | context | The parse tree. |
ExitConstrained_array_definition(vhdlParser.Constrained_array_definitionContext)
Exit a parse tree produced by constrained_array_definition().
The default implementation does nothing.
Declaration
public virtual void ExitConstrained_array_definition(vhdlParser.Constrained_array_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Constrained_array_definitionContext | context | The parse tree. |
ExitConstrained_nature_definition(vhdlParser.Constrained_nature_definitionContext)
Exit a parse tree produced by constrained_nature_definition().
The default implementation does nothing.
Declaration
public virtual void ExitConstrained_nature_definition(vhdlParser.Constrained_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Constrained_nature_definitionContext | context | The parse tree. |
ExitConstraint(vhdlParser.ConstraintContext)
Exit a parse tree produced by constraint().
The default implementation does nothing.
Declaration
public virtual void ExitConstraint(vhdlParser.ConstraintContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ConstraintContext | context | The parse tree. |
ExitContext_clause(vhdlParser.Context_clauseContext)
Exit a parse tree produced by context_clause().
The default implementation does nothing.
Declaration
public virtual void ExitContext_clause(vhdlParser.Context_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Context_clauseContext | context | The parse tree. |
ExitContext_item(vhdlParser.Context_itemContext)
Exit a parse tree produced by context_item().
The default implementation does nothing.
Declaration
public virtual void ExitContext_item(vhdlParser.Context_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Context_itemContext | context | The parse tree. |
ExitDelay_mechanism(vhdlParser.Delay_mechanismContext)
Exit a parse tree produced by delay_mechanism().
The default implementation does nothing.
Declaration
public virtual void ExitDelay_mechanism(vhdlParser.Delay_mechanismContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Delay_mechanismContext | context | The parse tree. |
ExitDesign_file(vhdlParser.Design_fileContext)
Exit a parse tree produced by design_file().
The default implementation does nothing.
Declaration
public virtual void ExitDesign_file(vhdlParser.Design_fileContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Design_fileContext | context | The parse tree. |
ExitDesign_unit(vhdlParser.Design_unitContext)
Exit a parse tree produced by design_unit().
The default implementation does nothing.
Declaration
public virtual void ExitDesign_unit(vhdlParser.Design_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Design_unitContext | context | The parse tree. |
ExitDesignator(vhdlParser.DesignatorContext)
Exit a parse tree produced by designator().
The default implementation does nothing.
Declaration
public virtual void ExitDesignator(vhdlParser.DesignatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.DesignatorContext | context | The parse tree. |
ExitDirection(vhdlParser.DirectionContext)
Exit a parse tree produced by direction().
The default implementation does nothing.
Declaration
public virtual void ExitDirection(vhdlParser.DirectionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.DirectionContext | context | The parse tree. |
ExitDisconnection_specification(vhdlParser.Disconnection_specificationContext)
Exit a parse tree produced by disconnection_specification().
The default implementation does nothing.
Declaration
public virtual void ExitDisconnection_specification(vhdlParser.Disconnection_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Disconnection_specificationContext | context | The parse tree. |
ExitDiscrete_range(vhdlParser.Discrete_rangeContext)
Exit a parse tree produced by discrete_range().
The default implementation does nothing.
Declaration
public virtual void ExitDiscrete_range(vhdlParser.Discrete_rangeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Discrete_rangeContext | context | The parse tree. |
ExitElement_association(vhdlParser.Element_associationContext)
Exit a parse tree produced by element_association().
The default implementation does nothing.
Declaration
public virtual void ExitElement_association(vhdlParser.Element_associationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_associationContext | context | The parse tree. |
ExitElement_declaration(vhdlParser.Element_declarationContext)
Exit a parse tree produced by element_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitElement_declaration(vhdlParser.Element_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_declarationContext | context | The parse tree. |
ExitElement_subnature_definition(vhdlParser.Element_subnature_definitionContext)
Exit a parse tree produced by element_subnature_definition().
The default implementation does nothing.
Declaration
public virtual void ExitElement_subnature_definition(vhdlParser.Element_subnature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_subnature_definitionContext | context | The parse tree. |
ExitElement_subtype_definition(vhdlParser.Element_subtype_definitionContext)
Exit a parse tree produced by element_subtype_definition().
The default implementation does nothing.
Declaration
public virtual void ExitElement_subtype_definition(vhdlParser.Element_subtype_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_subtype_definitionContext | context | The parse tree. |
ExitEntity_aspect(vhdlParser.Entity_aspectContext)
Exit a parse tree produced by entity_aspect().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_aspect(vhdlParser.Entity_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_aspectContext | context | The parse tree. |
ExitEntity_class(vhdlParser.Entity_classContext)
Exit a parse tree produced by entity_class().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_class(vhdlParser.Entity_classContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_classContext | context | The parse tree. |
ExitEntity_class_entry(vhdlParser.Entity_class_entryContext)
Exit a parse tree produced by entity_class_entry().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_class_entry(vhdlParser.Entity_class_entryContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_class_entryContext | context | The parse tree. |
ExitEntity_class_entry_list(vhdlParser.Entity_class_entry_listContext)
Exit a parse tree produced by entity_class_entry_list().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_class_entry_list(vhdlParser.Entity_class_entry_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_class_entry_listContext | context | The parse tree. |
ExitEntity_declaration(vhdlParser.Entity_declarationContext)
Exit a parse tree produced by entity_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_declaration(vhdlParser.Entity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_declarationContext | context | The parse tree. |
ExitEntity_declarative_item(vhdlParser.Entity_declarative_itemContext)
Exit a parse tree produced by entity_declarative_item().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_declarative_item(vhdlParser.Entity_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_declarative_itemContext | context | The parse tree. |
ExitEntity_declarative_part(vhdlParser.Entity_declarative_partContext)
Exit a parse tree produced by entity_declarative_part().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_declarative_part(vhdlParser.Entity_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_declarative_partContext | context | The parse tree. |
ExitEntity_designator(vhdlParser.Entity_designatorContext)
Exit a parse tree produced by entity_designator().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_designator(vhdlParser.Entity_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_designatorContext | context | The parse tree. |
ExitEntity_header(vhdlParser.Entity_headerContext)
Exit a parse tree produced by entity_header().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_header(vhdlParser.Entity_headerContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_headerContext | context | The parse tree. |
ExitEntity_name_list(vhdlParser.Entity_name_listContext)
Exit a parse tree produced by entity_name_list().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_name_list(vhdlParser.Entity_name_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_name_listContext | context | The parse tree. |
ExitEntity_specification(vhdlParser.Entity_specificationContext)
Exit a parse tree produced by entity_specification().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_specification(vhdlParser.Entity_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_specificationContext | context | The parse tree. |
ExitEntity_statement(vhdlParser.Entity_statementContext)
Exit a parse tree produced by entity_statement().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_statement(vhdlParser.Entity_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_statementContext | context | The parse tree. |
ExitEntity_statement_part(vhdlParser.Entity_statement_partContext)
Exit a parse tree produced by entity_statement_part().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_statement_part(vhdlParser.Entity_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_statement_partContext | context | The parse tree. |
ExitEntity_tag(vhdlParser.Entity_tagContext)
Exit a parse tree produced by entity_tag().
The default implementation does nothing.
Declaration
public virtual void ExitEntity_tag(vhdlParser.Entity_tagContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_tagContext | context | The parse tree. |
ExitEnumeration_literal(vhdlParser.Enumeration_literalContext)
Exit a parse tree produced by enumeration_literal().
The default implementation does nothing.
Declaration
public virtual void ExitEnumeration_literal(vhdlParser.Enumeration_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Enumeration_literalContext | context | The parse tree. |
ExitEnumeration_type_definition(vhdlParser.Enumeration_type_definitionContext)
Exit a parse tree produced by enumeration_type_definition().
The default implementation does nothing.
Declaration
public virtual void ExitEnumeration_type_definition(vhdlParser.Enumeration_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Enumeration_type_definitionContext | 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.
ExitExit_statement(vhdlParser.Exit_statementContext)
Exit a parse tree produced by exit_statement().
The default implementation does nothing.
Declaration
public virtual void ExitExit_statement(vhdlParser.Exit_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Exit_statementContext | context | The parse tree. |
ExitExplicit_range(vhdlParser.Explicit_rangeContext)
Exit a parse tree produced by explicit_range().
The default implementation does nothing.
Declaration
public virtual void ExitExplicit_range(vhdlParser.Explicit_rangeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Explicit_rangeContext | context | The parse tree. |
ExitExpression(vhdlParser.ExpressionContext)
Exit a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual void ExitExpression(vhdlParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ExpressionContext | context | The parse tree. |
ExitFactor(vhdlParser.FactorContext)
Exit a parse tree produced by factor().
The default implementation does nothing.
Declaration
public virtual void ExitFactor(vhdlParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.FactorContext | context | The parse tree. |
ExitFile_declaration(vhdlParser.File_declarationContext)
Exit a parse tree produced by file_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitFile_declaration(vhdlParser.File_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_declarationContext | context | The parse tree. |
ExitFile_logical_name(vhdlParser.File_logical_nameContext)
Exit a parse tree produced by file_logical_name().
The default implementation does nothing.
Declaration
public virtual void ExitFile_logical_name(vhdlParser.File_logical_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_logical_nameContext | context | The parse tree. |
ExitFile_open_information(vhdlParser.File_open_informationContext)
Exit a parse tree produced by file_open_information().
The default implementation does nothing.
Declaration
public virtual void ExitFile_open_information(vhdlParser.File_open_informationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_open_informationContext | context | The parse tree. |
ExitFile_type_definition(vhdlParser.File_type_definitionContext)
Exit a parse tree produced by file_type_definition().
The default implementation does nothing.
Declaration
public virtual void ExitFile_type_definition(vhdlParser.File_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_type_definitionContext | context | The parse tree. |
ExitFormal_parameter_list(vhdlParser.Formal_parameter_listContext)
Exit a parse tree produced by formal_parameter_list().
The default implementation does nothing.
Declaration
public virtual void ExitFormal_parameter_list(vhdlParser.Formal_parameter_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Formal_parameter_listContext | context | The parse tree. |
ExitFormal_part(vhdlParser.Formal_partContext)
Exit a parse tree produced by formal_part().
The default implementation does nothing.
Declaration
public virtual void ExitFormal_part(vhdlParser.Formal_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Formal_partContext | context | The parse tree. |
ExitFree_quantity_declaration(vhdlParser.Free_quantity_declarationContext)
Exit a parse tree produced by free_quantity_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitFree_quantity_declaration(vhdlParser.Free_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Free_quantity_declarationContext | context | The parse tree. |
ExitFunction_call_or_indexed_name_part(vhdlParser.Function_call_or_indexed_name_partContext)
Exit a parse tree produced by function_call_or_indexed_name_part().
The default implementation does nothing.
Declaration
public virtual void ExitFunction_call_or_indexed_name_part(vhdlParser.Function_call_or_indexed_name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Function_call_or_indexed_name_partContext | context | The parse tree. |
ExitFunction_specification(vhdlParser.Function_specificationContext)
Exit a parse tree produced by function_specification().
The default implementation does nothing.
Declaration
public virtual void ExitFunction_specification(vhdlParser.Function_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Function_specificationContext | context | The parse tree. |
ExitGenerate_statement(vhdlParser.Generate_statementContext)
Exit a parse tree produced by generate_statement().
The default implementation does nothing.
Declaration
public virtual void ExitGenerate_statement(vhdlParser.Generate_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generate_statementContext | context | The parse tree. |
ExitGeneration_scheme(vhdlParser.Generation_schemeContext)
Exit a parse tree produced by generation_scheme().
The default implementation does nothing.
Declaration
public virtual void ExitGeneration_scheme(vhdlParser.Generation_schemeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generation_schemeContext | context | The parse tree. |
ExitGeneric_clause(vhdlParser.Generic_clauseContext)
Exit a parse tree produced by generic_clause().
The default implementation does nothing.
Declaration
public virtual void ExitGeneric_clause(vhdlParser.Generic_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generic_clauseContext | context | The parse tree. |
ExitGeneric_list(vhdlParser.Generic_listContext)
Exit a parse tree produced by generic_list().
The default implementation does nothing.
Declaration
public virtual void ExitGeneric_list(vhdlParser.Generic_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generic_listContext | context | The parse tree. |
ExitGeneric_map_aspect(vhdlParser.Generic_map_aspectContext)
Exit a parse tree produced by generic_map_aspect().
The default implementation does nothing.
Declaration
public virtual void ExitGeneric_map_aspect(vhdlParser.Generic_map_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generic_map_aspectContext | context | The parse tree. |
ExitGroup_constituent(vhdlParser.Group_constituentContext)
Exit a parse tree produced by group_constituent().
The default implementation does nothing.
Declaration
public virtual void ExitGroup_constituent(vhdlParser.Group_constituentContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_constituentContext | context | The parse tree. |
ExitGroup_constituent_list(vhdlParser.Group_constituent_listContext)
Exit a parse tree produced by group_constituent_list().
The default implementation does nothing.
Declaration
public virtual void ExitGroup_constituent_list(vhdlParser.Group_constituent_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_constituent_listContext | context | The parse tree. |
ExitGroup_declaration(vhdlParser.Group_declarationContext)
Exit a parse tree produced by group_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitGroup_declaration(vhdlParser.Group_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_declarationContext | context | The parse tree. |
ExitGroup_template_declaration(vhdlParser.Group_template_declarationContext)
Exit a parse tree produced by group_template_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitGroup_template_declaration(vhdlParser.Group_template_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_template_declarationContext | context | The parse tree. |
ExitGuarded_signal_specification(vhdlParser.Guarded_signal_specificationContext)
Exit a parse tree produced by guarded_signal_specification().
The default implementation does nothing.
Declaration
public virtual void ExitGuarded_signal_specification(vhdlParser.Guarded_signal_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Guarded_signal_specificationContext | context | The parse tree. |
ExitIdentifier(vhdlParser.IdentifierContext)
Exit a parse tree produced by identifier().
The default implementation does nothing.
Declaration
public virtual void ExitIdentifier(vhdlParser.IdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.IdentifierContext | context | The parse tree. |
ExitIdentifier_list(vhdlParser.Identifier_listContext)
Exit a parse tree produced by identifier_list().
The default implementation does nothing.
Declaration
public virtual void ExitIdentifier_list(vhdlParser.Identifier_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Identifier_listContext | context | The parse tree. |
ExitIf_statement(vhdlParser.If_statementContext)
Exit a parse tree produced by if_statement().
The default implementation does nothing.
Declaration
public virtual void ExitIf_statement(vhdlParser.If_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.If_statementContext | context | The parse tree. |
ExitIndex_constraint(vhdlParser.Index_constraintContext)
Exit a parse tree produced by index_constraint().
The default implementation does nothing.
Declaration
public virtual void ExitIndex_constraint(vhdlParser.Index_constraintContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Index_constraintContext | context | The parse tree. |
ExitIndex_specification(vhdlParser.Index_specificationContext)
Exit a parse tree produced by index_specification().
The default implementation does nothing.
Declaration
public virtual void ExitIndex_specification(vhdlParser.Index_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Index_specificationContext | context | The parse tree. |
ExitIndex_subtype_definition(vhdlParser.Index_subtype_definitionContext)
Exit a parse tree produced by index_subtype_definition().
The default implementation does nothing.
Declaration
public virtual void ExitIndex_subtype_definition(vhdlParser.Index_subtype_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Index_subtype_definitionContext | context | The parse tree. |
ExitInstantiated_unit(vhdlParser.Instantiated_unitContext)
Exit a parse tree produced by instantiated_unit().
The default implementation does nothing.
Declaration
public virtual void ExitInstantiated_unit(vhdlParser.Instantiated_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Instantiated_unitContext | context | The parse tree. |
ExitInstantiation_list(vhdlParser.Instantiation_listContext)
Exit a parse tree produced by instantiation_list().
The default implementation does nothing.
Declaration
public virtual void ExitInstantiation_list(vhdlParser.Instantiation_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Instantiation_listContext | context | The parse tree. |
ExitInterface_constant_declaration(vhdlParser.Interface_constant_declarationContext)
Exit a parse tree produced by interface_constant_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_constant_declaration(vhdlParser.Interface_constant_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_constant_declarationContext | context | The parse tree. |
ExitInterface_declaration(vhdlParser.Interface_declarationContext)
Exit a parse tree produced by interface_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_declaration(vhdlParser.Interface_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_declarationContext | context | The parse tree. |
ExitInterface_element(vhdlParser.Interface_elementContext)
Exit a parse tree produced by interface_element().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_element(vhdlParser.Interface_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_elementContext | context | The parse tree. |
ExitInterface_file_declaration(vhdlParser.Interface_file_declarationContext)
Exit a parse tree produced by interface_file_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_file_declaration(vhdlParser.Interface_file_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_file_declarationContext | context | The parse tree. |
ExitInterface_list(vhdlParser.Interface_listContext)
Exit a parse tree produced by interface_list().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_list(vhdlParser.Interface_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_listContext | context | The parse tree. |
ExitInterface_port_declaration(vhdlParser.Interface_port_declarationContext)
Exit a parse tree produced by interface_port_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_port_declaration(vhdlParser.Interface_port_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_port_declarationContext | context | The parse tree. |
ExitInterface_port_list(vhdlParser.Interface_port_listContext)
Exit a parse tree produced by interface_port_list().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_port_list(vhdlParser.Interface_port_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_port_listContext | context | The parse tree. |
ExitInterface_quantity_declaration(vhdlParser.Interface_quantity_declarationContext)
Exit a parse tree produced by interface_quantity_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_quantity_declaration(vhdlParser.Interface_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_quantity_declarationContext | context | The parse tree. |
ExitInterface_signal_declaration(vhdlParser.Interface_signal_declarationContext)
Exit a parse tree produced by interface_signal_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_signal_declaration(vhdlParser.Interface_signal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_signal_declarationContext | context | The parse tree. |
ExitInterface_signal_list(vhdlParser.Interface_signal_listContext)
Exit a parse tree produced by interface_signal_list().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_signal_list(vhdlParser.Interface_signal_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_signal_listContext | context | The parse tree. |
ExitInterface_terminal_declaration(vhdlParser.Interface_terminal_declarationContext)
Exit a parse tree produced by interface_terminal_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_terminal_declaration(vhdlParser.Interface_terminal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_terminal_declarationContext | context | The parse tree. |
ExitInterface_variable_declaration(vhdlParser.Interface_variable_declarationContext)
Exit a parse tree produced by interface_variable_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitInterface_variable_declaration(vhdlParser.Interface_variable_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_variable_declarationContext | context | The parse tree. |
ExitIteration_scheme(vhdlParser.Iteration_schemeContext)
Exit a parse tree produced by iteration_scheme().
The default implementation does nothing.
Declaration
public virtual void ExitIteration_scheme(vhdlParser.Iteration_schemeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Iteration_schemeContext | context | The parse tree. |
ExitLabel_colon(vhdlParser.Label_colonContext)
Exit a parse tree produced by label_colon().
The default implementation does nothing.
Declaration
public virtual void ExitLabel_colon(vhdlParser.Label_colonContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Label_colonContext | context | The parse tree. |
ExitLibrary_clause(vhdlParser.Library_clauseContext)
Exit a parse tree produced by library_clause().
The default implementation does nothing.
Declaration
public virtual void ExitLibrary_clause(vhdlParser.Library_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Library_clauseContext | context | The parse tree. |
ExitLibrary_unit(vhdlParser.Library_unitContext)
Exit a parse tree produced by library_unit().
The default implementation does nothing.
Declaration
public virtual void ExitLibrary_unit(vhdlParser.Library_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Library_unitContext | context | The parse tree. |
ExitLiteral(vhdlParser.LiteralContext)
Exit a parse tree produced by literal().
The default implementation does nothing.
Declaration
public virtual void ExitLiteral(vhdlParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.LiteralContext | context | The parse tree. |
ExitLogical_name(vhdlParser.Logical_nameContext)
Exit a parse tree produced by logical_name().
The default implementation does nothing.
Declaration
public virtual void ExitLogical_name(vhdlParser.Logical_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Logical_nameContext | context | The parse tree. |
ExitLogical_name_list(vhdlParser.Logical_name_listContext)
Exit a parse tree produced by logical_name_list().
The default implementation does nothing.
Declaration
public virtual void ExitLogical_name_list(vhdlParser.Logical_name_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Logical_name_listContext | context | The parse tree. |
ExitLogical_operator(vhdlParser.Logical_operatorContext)
Exit a parse tree produced by logical_operator().
The default implementation does nothing.
Declaration
public virtual void ExitLogical_operator(vhdlParser.Logical_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Logical_operatorContext | context | The parse tree. |
ExitLoop_statement(vhdlParser.Loop_statementContext)
Exit a parse tree produced by loop_statement().
The default implementation does nothing.
Declaration
public virtual void ExitLoop_statement(vhdlParser.Loop_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Loop_statementContext | context | The parse tree. |
ExitMultiplying_operator(vhdlParser.Multiplying_operatorContext)
Exit a parse tree produced by multiplying_operator().
The default implementation does nothing.
Declaration
public virtual void ExitMultiplying_operator(vhdlParser.Multiplying_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Multiplying_operatorContext | context | The parse tree. |
ExitName(vhdlParser.NameContext)
Exit a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void ExitName(vhdlParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.NameContext | context | The parse tree. |
ExitName_part(vhdlParser.Name_partContext)
Exit a parse tree produced by name_part().
The default implementation does nothing.
Declaration
public virtual void ExitName_part(vhdlParser.Name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Name_partContext | context | The parse tree. |
ExitNature_declaration(vhdlParser.Nature_declarationContext)
Exit a parse tree produced by nature_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitNature_declaration(vhdlParser.Nature_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Nature_declarationContext | context | The parse tree. |
ExitNature_definition(vhdlParser.Nature_definitionContext)
Exit a parse tree produced by nature_definition().
The default implementation does nothing.
Declaration
public virtual void ExitNature_definition(vhdlParser.Nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Nature_definitionContext | context | The parse tree. |
ExitNature_element_declaration(vhdlParser.Nature_element_declarationContext)
Exit a parse tree produced by nature_element_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitNature_element_declaration(vhdlParser.Nature_element_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Nature_element_declarationContext | context | The parse tree. |
ExitNext_statement(vhdlParser.Next_statementContext)
Exit a parse tree produced by next_statement().
The default implementation does nothing.
Declaration
public virtual void ExitNext_statement(vhdlParser.Next_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Next_statementContext | context | The parse tree. |
ExitNumeric_literal(vhdlParser.Numeric_literalContext)
Exit a parse tree produced by numeric_literal().
The default implementation does nothing.
Declaration
public virtual void ExitNumeric_literal(vhdlParser.Numeric_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Numeric_literalContext | context | The parse tree. |
ExitObject_declaration(vhdlParser.Object_declarationContext)
Exit a parse tree produced by object_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitObject_declaration(vhdlParser.Object_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Object_declarationContext | context | The parse tree. |
ExitOpts(vhdlParser.OptsContext)
Exit a parse tree produced by opts().
The default implementation does nothing.
Declaration
public virtual void ExitOpts(vhdlParser.OptsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.OptsContext | context | The parse tree. |
ExitPackage_body(vhdlParser.Package_bodyContext)
Exit a parse tree produced by package_body().
The default implementation does nothing.
Declaration
public virtual void ExitPackage_body(vhdlParser.Package_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_bodyContext | context | The parse tree. |
ExitPackage_body_declarative_item(vhdlParser.Package_body_declarative_itemContext)
Exit a parse tree produced by package_body_declarative_item().
The default implementation does nothing.
Declaration
public virtual void ExitPackage_body_declarative_item(vhdlParser.Package_body_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_body_declarative_itemContext | context | The parse tree. |
ExitPackage_body_declarative_part(vhdlParser.Package_body_declarative_partContext)
Exit a parse tree produced by package_body_declarative_part().
The default implementation does nothing.
Declaration
public virtual void ExitPackage_body_declarative_part(vhdlParser.Package_body_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_body_declarative_partContext | context | The parse tree. |
ExitPackage_declaration(vhdlParser.Package_declarationContext)
Exit a parse tree produced by package_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitPackage_declaration(vhdlParser.Package_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_declarationContext | context | The parse tree. |
ExitPackage_declarative_item(vhdlParser.Package_declarative_itemContext)
Exit a parse tree produced by package_declarative_item().
The default implementation does nothing.
Declaration
public virtual void ExitPackage_declarative_item(vhdlParser.Package_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_declarative_itemContext | context | The parse tree. |
ExitPackage_declarative_part(vhdlParser.Package_declarative_partContext)
Exit a parse tree produced by package_declarative_part().
The default implementation does nothing.
Declaration
public virtual void ExitPackage_declarative_part(vhdlParser.Package_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_declarative_partContext | context | The parse tree. |
ExitParameter_specification(vhdlParser.Parameter_specificationContext)
Exit a parse tree produced by parameter_specification().
The default implementation does nothing.
Declaration
public virtual void ExitParameter_specification(vhdlParser.Parameter_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Parameter_specificationContext | context | The parse tree. |
ExitPhysical_literal(vhdlParser.Physical_literalContext)
Exit a parse tree produced by physical_literal().
The default implementation does nothing.
Declaration
public virtual void ExitPhysical_literal(vhdlParser.Physical_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Physical_literalContext | context | The parse tree. |
ExitPhysical_type_definition(vhdlParser.Physical_type_definitionContext)
Exit a parse tree produced by physical_type_definition().
The default implementation does nothing.
Declaration
public virtual void ExitPhysical_type_definition(vhdlParser.Physical_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Physical_type_definitionContext | context | The parse tree. |
ExitPort_clause(vhdlParser.Port_clauseContext)
Exit a parse tree produced by port_clause().
The default implementation does nothing.
Declaration
public virtual void ExitPort_clause(vhdlParser.Port_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Port_clauseContext | context | The parse tree. |
ExitPort_list(vhdlParser.Port_listContext)
Exit a parse tree produced by port_list().
The default implementation does nothing.
Declaration
public virtual void ExitPort_list(vhdlParser.Port_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Port_listContext | context | The parse tree. |
ExitPort_map_aspect(vhdlParser.Port_map_aspectContext)
Exit a parse tree produced by port_map_aspect().
The default implementation does nothing.
Declaration
public virtual void ExitPort_map_aspect(vhdlParser.Port_map_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Port_map_aspectContext | context | The parse tree. |
ExitPrimary(vhdlParser.PrimaryContext)
Exit a parse tree produced by primary().
The default implementation does nothing.
Declaration
public virtual void ExitPrimary(vhdlParser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.PrimaryContext | context | The parse tree. |
ExitPrimary_unit(vhdlParser.Primary_unitContext)
Exit a parse tree produced by primary_unit().
The default implementation does nothing.
Declaration
public virtual void ExitPrimary_unit(vhdlParser.Primary_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Primary_unitContext | context | The parse tree. |
ExitProcedural_declarative_item(vhdlParser.Procedural_declarative_itemContext)
Exit a parse tree produced by procedural_declarative_item().
The default implementation does nothing.
Declaration
public virtual void ExitProcedural_declarative_item(vhdlParser.Procedural_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedural_declarative_itemContext | context | The parse tree. |
ExitProcedural_declarative_part(vhdlParser.Procedural_declarative_partContext)
Exit a parse tree produced by procedural_declarative_part().
The default implementation does nothing.
Declaration
public virtual void ExitProcedural_declarative_part(vhdlParser.Procedural_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedural_declarative_partContext | context | The parse tree. |
ExitProcedural_statement_part(vhdlParser.Procedural_statement_partContext)
Exit a parse tree produced by procedural_statement_part().
The default implementation does nothing.
Declaration
public virtual void ExitProcedural_statement_part(vhdlParser.Procedural_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedural_statement_partContext | context | The parse tree. |
ExitProcedure_call(vhdlParser.Procedure_callContext)
Exit a parse tree produced by procedure_call().
The default implementation does nothing.
Declaration
public virtual void ExitProcedure_call(vhdlParser.Procedure_callContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedure_callContext | context | The parse tree. |
ExitProcedure_call_statement(vhdlParser.Procedure_call_statementContext)
Exit a parse tree produced by procedure_call_statement().
The default implementation does nothing.
Declaration
public virtual void ExitProcedure_call_statement(vhdlParser.Procedure_call_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedure_call_statementContext | context | The parse tree. |
ExitProcedure_specification(vhdlParser.Procedure_specificationContext)
Exit a parse tree produced by procedure_specification().
The default implementation does nothing.
Declaration
public virtual void ExitProcedure_specification(vhdlParser.Procedure_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedure_specificationContext | context | The parse tree. |
ExitProcess_declarative_item(vhdlParser.Process_declarative_itemContext)
Exit a parse tree produced by process_declarative_item().
The default implementation does nothing.
Declaration
public virtual void ExitProcess_declarative_item(vhdlParser.Process_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_declarative_itemContext | context | The parse tree. |
ExitProcess_declarative_part(vhdlParser.Process_declarative_partContext)
Exit a parse tree produced by process_declarative_part().
The default implementation does nothing.
Declaration
public virtual void ExitProcess_declarative_part(vhdlParser.Process_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_declarative_partContext | context | The parse tree. |
ExitProcess_statement(vhdlParser.Process_statementContext)
Exit a parse tree produced by process_statement().
The default implementation does nothing.
Declaration
public virtual void ExitProcess_statement(vhdlParser.Process_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_statementContext | context | The parse tree. |
ExitProcess_statement_part(vhdlParser.Process_statement_partContext)
Exit a parse tree produced by process_statement_part().
The default implementation does nothing.
Declaration
public virtual void ExitProcess_statement_part(vhdlParser.Process_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_statement_partContext | context | The parse tree. |
ExitQualified_expression(vhdlParser.Qualified_expressionContext)
Exit a parse tree produced by qualified_expression().
The default implementation does nothing.
Declaration
public virtual void ExitQualified_expression(vhdlParser.Qualified_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Qualified_expressionContext | context | The parse tree. |
ExitQuantity_declaration(vhdlParser.Quantity_declarationContext)
Exit a parse tree produced by quantity_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitQuantity_declaration(vhdlParser.Quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Quantity_declarationContext | context | The parse tree. |
ExitQuantity_list(vhdlParser.Quantity_listContext)
Exit a parse tree produced by quantity_list().
The default implementation does nothing.
Declaration
public virtual void ExitQuantity_list(vhdlParser.Quantity_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Quantity_listContext | context | The parse tree. |
ExitQuantity_specification(vhdlParser.Quantity_specificationContext)
Exit a parse tree produced by quantity_specification().
The default implementation does nothing.
Declaration
public virtual void ExitQuantity_specification(vhdlParser.Quantity_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Quantity_specificationContext | context | The parse tree. |
ExitRange_constraint(vhdlParser.Range_constraintContext)
Exit a parse tree produced by range_constraint().
The default implementation does nothing.
Declaration
public virtual void ExitRange_constraint(vhdlParser.Range_constraintContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Range_constraintContext | context | The parse tree. |
ExitRange_decl(vhdlParser.Range_declContext)
Exit a parse tree produced by range_decl().
The default implementation does nothing.
Declaration
public virtual void ExitRange_decl(vhdlParser.Range_declContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Range_declContext | context | The parse tree. |
ExitRecord_nature_definition(vhdlParser.Record_nature_definitionContext)
Exit a parse tree produced by record_nature_definition().
The default implementation does nothing.
Declaration
public virtual void ExitRecord_nature_definition(vhdlParser.Record_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Record_nature_definitionContext | context | The parse tree. |
ExitRecord_type_definition(vhdlParser.Record_type_definitionContext)
Exit a parse tree produced by record_type_definition().
The default implementation does nothing.
Declaration
public virtual void ExitRecord_type_definition(vhdlParser.Record_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Record_type_definitionContext | context | The parse tree. |
ExitRelation(vhdlParser.RelationContext)
Exit a parse tree produced by relation().
The default implementation does nothing.
Declaration
public virtual void ExitRelation(vhdlParser.RelationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.RelationContext | context | The parse tree. |
ExitRelational_operator(vhdlParser.Relational_operatorContext)
Exit a parse tree produced by relational_operator().
The default implementation does nothing.
Declaration
public virtual void ExitRelational_operator(vhdlParser.Relational_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Relational_operatorContext | context | The parse tree. |
ExitReport_statement(vhdlParser.Report_statementContext)
Exit a parse tree produced by report_statement().
The default implementation does nothing.
Declaration
public virtual void ExitReport_statement(vhdlParser.Report_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Report_statementContext | context | The parse tree. |
ExitReturn_statement(vhdlParser.Return_statementContext)
Exit a parse tree produced by return_statement().
The default implementation does nothing.
Declaration
public virtual void ExitReturn_statement(vhdlParser.Return_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Return_statementContext | context | The parse tree. |
ExitScalar_nature_definition(vhdlParser.Scalar_nature_definitionContext)
Exit a parse tree produced by scalar_nature_definition().
The default implementation does nothing.
Declaration
public virtual void ExitScalar_nature_definition(vhdlParser.Scalar_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Scalar_nature_definitionContext | context | The parse tree. |
ExitScalar_type_definition(vhdlParser.Scalar_type_definitionContext)
Exit a parse tree produced by scalar_type_definition().
The default implementation does nothing.
Declaration
public virtual void ExitScalar_type_definition(vhdlParser.Scalar_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Scalar_type_definitionContext | context | The parse tree. |
ExitSecondary_unit(vhdlParser.Secondary_unitContext)
Exit a parse tree produced by secondary_unit().
The default implementation does nothing.
Declaration
public virtual void ExitSecondary_unit(vhdlParser.Secondary_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Secondary_unitContext | context | The parse tree. |
ExitSecondary_unit_declaration(vhdlParser.Secondary_unit_declarationContext)
Exit a parse tree produced by secondary_unit_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitSecondary_unit_declaration(vhdlParser.Secondary_unit_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Secondary_unit_declarationContext | context | The parse tree. |
ExitSelected_name(vhdlParser.Selected_nameContext)
Exit a parse tree produced by selected_name().
The default implementation does nothing.
Declaration
public virtual void ExitSelected_name(vhdlParser.Selected_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_nameContext | context | The parse tree. |
ExitSelected_name_part(vhdlParser.Selected_name_partContext)
Exit a parse tree produced by selected_name_part().
The default implementation does nothing.
Declaration
public virtual void ExitSelected_name_part(vhdlParser.Selected_name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_name_partContext | context | The parse tree. |
ExitSelected_signal_assignment(vhdlParser.Selected_signal_assignmentContext)
Exit a parse tree produced by selected_signal_assignment().
The default implementation does nothing.
Declaration
public virtual void ExitSelected_signal_assignment(vhdlParser.Selected_signal_assignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_signal_assignmentContext | context | The parse tree. |
ExitSelected_waveforms(vhdlParser.Selected_waveformsContext)
Exit a parse tree produced by selected_waveforms().
The default implementation does nothing.
Declaration
public virtual void ExitSelected_waveforms(vhdlParser.Selected_waveformsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_waveformsContext | context | The parse tree. |
ExitSensitivity_clause(vhdlParser.Sensitivity_clauseContext)
Exit a parse tree produced by sensitivity_clause().
The default implementation does nothing.
Declaration
public virtual void ExitSensitivity_clause(vhdlParser.Sensitivity_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sensitivity_clauseContext | context | The parse tree. |
ExitSensitivity_list(vhdlParser.Sensitivity_listContext)
Exit a parse tree produced by sensitivity_list().
The default implementation does nothing.
Declaration
public virtual void ExitSensitivity_list(vhdlParser.Sensitivity_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sensitivity_listContext | context | The parse tree. |
ExitSequence_of_statements(vhdlParser.Sequence_of_statementsContext)
Exit a parse tree produced by sequence_of_statements().
The default implementation does nothing.
Declaration
public virtual void ExitSequence_of_statements(vhdlParser.Sequence_of_statementsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sequence_of_statementsContext | context | The parse tree. |
ExitSequential_statement(vhdlParser.Sequential_statementContext)
Exit a parse tree produced by sequential_statement().
The default implementation does nothing.
Declaration
public virtual void ExitSequential_statement(vhdlParser.Sequential_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sequential_statementContext | context | The parse tree. |
ExitShift_expression(vhdlParser.Shift_expressionContext)
Exit a parse tree produced by shift_expression().
The default implementation does nothing.
Declaration
public virtual void ExitShift_expression(vhdlParser.Shift_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Shift_expressionContext | context | The parse tree. |
ExitShift_operator(vhdlParser.Shift_operatorContext)
Exit a parse tree produced by shift_operator().
The default implementation does nothing.
Declaration
public virtual void ExitShift_operator(vhdlParser.Shift_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Shift_operatorContext | context | The parse tree. |
ExitSignal_assignment_statement(vhdlParser.Signal_assignment_statementContext)
Exit a parse tree produced by signal_assignment_statement().
The default implementation does nothing.
Declaration
public virtual void ExitSignal_assignment_statement(vhdlParser.Signal_assignment_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_assignment_statementContext | context | The parse tree. |
ExitSignal_declaration(vhdlParser.Signal_declarationContext)
Exit a parse tree produced by signal_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitSignal_declaration(vhdlParser.Signal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_declarationContext | context | The parse tree. |
ExitSignal_kind(vhdlParser.Signal_kindContext)
Exit a parse tree produced by signal_kind().
The default implementation does nothing.
Declaration
public virtual void ExitSignal_kind(vhdlParser.Signal_kindContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_kindContext | context | The parse tree. |
ExitSignal_list(vhdlParser.Signal_listContext)
Exit a parse tree produced by signal_list().
The default implementation does nothing.
Declaration
public virtual void ExitSignal_list(vhdlParser.Signal_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_listContext | context | The parse tree. |
ExitSignal_mode(vhdlParser.Signal_modeContext)
Exit a parse tree produced by signal_mode().
The default implementation does nothing.
Declaration
public virtual void ExitSignal_mode(vhdlParser.Signal_modeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_modeContext | context | The parse tree. |
ExitSignature(vhdlParser.SignatureContext)
Exit a parse tree produced by signature().
The default implementation does nothing.
Declaration
public virtual void ExitSignature(vhdlParser.SignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.SignatureContext | context | The parse tree. |
ExitSimple_expression(vhdlParser.Simple_expressionContext)
Exit a parse tree produced by simple_expression().
The default implementation does nothing.
Declaration
public virtual void ExitSimple_expression(vhdlParser.Simple_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simple_expressionContext | context | The parse tree. |
ExitSimple_simultaneous_statement(vhdlParser.Simple_simultaneous_statementContext)
Exit a parse tree produced by simple_simultaneous_statement().
The default implementation does nothing.
Declaration
public virtual void ExitSimple_simultaneous_statement(vhdlParser.Simple_simultaneous_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simple_simultaneous_statementContext | context | The parse tree. |
ExitSimultaneous_alternative(vhdlParser.Simultaneous_alternativeContext)
Exit a parse tree produced by simultaneous_alternative().
The default implementation does nothing.
Declaration
public virtual void ExitSimultaneous_alternative(vhdlParser.Simultaneous_alternativeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_alternativeContext | context | The parse tree. |
ExitSimultaneous_case_statement(vhdlParser.Simultaneous_case_statementContext)
Exit a parse tree produced by simultaneous_case_statement().
The default implementation does nothing.
Declaration
public virtual void ExitSimultaneous_case_statement(vhdlParser.Simultaneous_case_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_case_statementContext | context | The parse tree. |
ExitSimultaneous_if_statement(vhdlParser.Simultaneous_if_statementContext)
Exit a parse tree produced by simultaneous_if_statement().
The default implementation does nothing.
Declaration
public virtual void ExitSimultaneous_if_statement(vhdlParser.Simultaneous_if_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_if_statementContext | context | The parse tree. |
ExitSimultaneous_procedural_statement(vhdlParser.Simultaneous_procedural_statementContext)
Exit a parse tree produced by simultaneous_procedural_statement().
The default implementation does nothing.
Declaration
public virtual void ExitSimultaneous_procedural_statement(vhdlParser.Simultaneous_procedural_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_procedural_statementContext | context | The parse tree. |
ExitSimultaneous_statement(vhdlParser.Simultaneous_statementContext)
Exit a parse tree produced by simultaneous_statement().
The default implementation does nothing.
Declaration
public virtual void ExitSimultaneous_statement(vhdlParser.Simultaneous_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_statementContext | context | The parse tree. |
ExitSimultaneous_statement_part(vhdlParser.Simultaneous_statement_partContext)
Exit a parse tree produced by simultaneous_statement_part().
The default implementation does nothing.
Declaration
public virtual void ExitSimultaneous_statement_part(vhdlParser.Simultaneous_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_statement_partContext | context | The parse tree. |
ExitSlice_name_part(vhdlParser.Slice_name_partContext)
Exit a parse tree produced by slice_name_part().
The default implementation does nothing.
Declaration
public virtual void ExitSlice_name_part(vhdlParser.Slice_name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Slice_name_partContext | context | The parse tree. |
ExitSource_aspect(vhdlParser.Source_aspectContext)
Exit a parse tree produced by source_aspect().
The default implementation does nothing.
Declaration
public virtual void ExitSource_aspect(vhdlParser.Source_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Source_aspectContext | context | The parse tree. |
ExitSource_quantity_declaration(vhdlParser.Source_quantity_declarationContext)
Exit a parse tree produced by source_quantity_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitSource_quantity_declaration(vhdlParser.Source_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Source_quantity_declarationContext | context | The parse tree. |
ExitStep_limit_specification(vhdlParser.Step_limit_specificationContext)
Exit a parse tree produced by step_limit_specification().
The default implementation does nothing.
Declaration
public virtual void ExitStep_limit_specification(vhdlParser.Step_limit_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Step_limit_specificationContext | context | The parse tree. |
ExitSubnature_declaration(vhdlParser.Subnature_declarationContext)
Exit a parse tree produced by subnature_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitSubnature_declaration(vhdlParser.Subnature_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subnature_declarationContext | context | The parse tree. |
ExitSubnature_indication(vhdlParser.Subnature_indicationContext)
Exit a parse tree produced by subnature_indication().
The default implementation does nothing.
Declaration
public virtual void ExitSubnature_indication(vhdlParser.Subnature_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subnature_indicationContext | context | The parse tree. |
ExitSubprogram_body(vhdlParser.Subprogram_bodyContext)
Exit a parse tree produced by subprogram_body().
The default implementation does nothing.
Declaration
public virtual void ExitSubprogram_body(vhdlParser.Subprogram_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_bodyContext | context | The parse tree. |
ExitSubprogram_declaration(vhdlParser.Subprogram_declarationContext)
Exit a parse tree produced by subprogram_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitSubprogram_declaration(vhdlParser.Subprogram_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_declarationContext | context | The parse tree. |
ExitSubprogram_declarative_item(vhdlParser.Subprogram_declarative_itemContext)
Exit a parse tree produced by subprogram_declarative_item().
The default implementation does nothing.
Declaration
public virtual void ExitSubprogram_declarative_item(vhdlParser.Subprogram_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_declarative_itemContext | context | The parse tree. |
ExitSubprogram_declarative_part(vhdlParser.Subprogram_declarative_partContext)
Exit a parse tree produced by subprogram_declarative_part().
The default implementation does nothing.
Declaration
public virtual void ExitSubprogram_declarative_part(vhdlParser.Subprogram_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_declarative_partContext | context | The parse tree. |
ExitSubprogram_kind(vhdlParser.Subprogram_kindContext)
Exit a parse tree produced by subprogram_kind().
The default implementation does nothing.
Declaration
public virtual void ExitSubprogram_kind(vhdlParser.Subprogram_kindContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_kindContext | context | The parse tree. |
ExitSubprogram_specification(vhdlParser.Subprogram_specificationContext)
Exit a parse tree produced by subprogram_specification().
The default implementation does nothing.
Declaration
public virtual void ExitSubprogram_specification(vhdlParser.Subprogram_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_specificationContext | context | The parse tree. |
ExitSubprogram_statement_part(vhdlParser.Subprogram_statement_partContext)
Exit a parse tree produced by subprogram_statement_part().
The default implementation does nothing.
Declaration
public virtual void ExitSubprogram_statement_part(vhdlParser.Subprogram_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_statement_partContext | context | The parse tree. |
ExitSubtype_declaration(vhdlParser.Subtype_declarationContext)
Exit a parse tree produced by subtype_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitSubtype_declaration(vhdlParser.Subtype_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subtype_declarationContext | context | The parse tree. |
ExitSubtype_indication(vhdlParser.Subtype_indicationContext)
Exit a parse tree produced by subtype_indication().
The default implementation does nothing.
Declaration
public virtual void ExitSubtype_indication(vhdlParser.Subtype_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subtype_indicationContext | context | The parse tree. |
ExitSuffix(vhdlParser.SuffixContext)
Exit a parse tree produced by suffix().
The default implementation does nothing.
Declaration
public virtual void ExitSuffix(vhdlParser.SuffixContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.SuffixContext | context | The parse tree. |
ExitTarget(vhdlParser.TargetContext)
Exit a parse tree produced by target().
The default implementation does nothing.
Declaration
public virtual void ExitTarget(vhdlParser.TargetContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.TargetContext | context | The parse tree. |
ExitTerm(vhdlParser.TermContext)
Exit a parse tree produced by term().
The default implementation does nothing.
Declaration
public virtual void ExitTerm(vhdlParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.TermContext | context | The parse tree. |
ExitTerminal_aspect(vhdlParser.Terminal_aspectContext)
Exit a parse tree produced by terminal_aspect().
The default implementation does nothing.
Declaration
public virtual void ExitTerminal_aspect(vhdlParser.Terminal_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Terminal_aspectContext | context | The parse tree. |
ExitTerminal_declaration(vhdlParser.Terminal_declarationContext)
Exit a parse tree produced by terminal_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitTerminal_declaration(vhdlParser.Terminal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Terminal_declarationContext | context | The parse tree. |
ExitThrough_aspect(vhdlParser.Through_aspectContext)
Exit a parse tree produced by through_aspect().
The default implementation does nothing.
Declaration
public virtual void ExitThrough_aspect(vhdlParser.Through_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Through_aspectContext | context | The parse tree. |
ExitTimeout_clause(vhdlParser.Timeout_clauseContext)
Exit a parse tree produced by timeout_clause().
The default implementation does nothing.
Declaration
public virtual void ExitTimeout_clause(vhdlParser.Timeout_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Timeout_clauseContext | context | The parse tree. |
ExitTolerance_aspect(vhdlParser.Tolerance_aspectContext)
Exit a parse tree produced by tolerance_aspect().
The default implementation does nothing.
Declaration
public virtual void ExitTolerance_aspect(vhdlParser.Tolerance_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Tolerance_aspectContext | context | The parse tree. |
ExitType_declaration(vhdlParser.Type_declarationContext)
Exit a parse tree produced by type_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitType_declaration(vhdlParser.Type_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Type_declarationContext | context | The parse tree. |
ExitType_definition(vhdlParser.Type_definitionContext)
Exit a parse tree produced by type_definition().
The default implementation does nothing.
Declaration
public virtual void ExitType_definition(vhdlParser.Type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Type_definitionContext | context | The parse tree. |
ExitUnconstrained_array_definition(vhdlParser.Unconstrained_array_definitionContext)
Exit a parse tree produced by unconstrained_array_definition().
The default implementation does nothing.
Declaration
public virtual void ExitUnconstrained_array_definition(vhdlParser.Unconstrained_array_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Unconstrained_array_definitionContext | context | The parse tree. |
ExitUnconstrained_nature_definition(vhdlParser.Unconstrained_nature_definitionContext)
Exit a parse tree produced by unconstrained_nature_definition().
The default implementation does nothing.
Declaration
public virtual void ExitUnconstrained_nature_definition(vhdlParser.Unconstrained_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Unconstrained_nature_definitionContext | context | The parse tree. |
ExitUse_clause(vhdlParser.Use_clauseContext)
Exit a parse tree produced by use_clause().
The default implementation does nothing.
Declaration
public virtual void ExitUse_clause(vhdlParser.Use_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Use_clauseContext | context | The parse tree. |
ExitVariable_assignment_statement(vhdlParser.Variable_assignment_statementContext)
Exit a parse tree produced by variable_assignment_statement().
The default implementation does nothing.
Declaration
public virtual void ExitVariable_assignment_statement(vhdlParser.Variable_assignment_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Variable_assignment_statementContext | context | The parse tree. |
ExitVariable_declaration(vhdlParser.Variable_declarationContext)
Exit a parse tree produced by variable_declaration().
The default implementation does nothing.
Declaration
public virtual void ExitVariable_declaration(vhdlParser.Variable_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Variable_declarationContext | context | The parse tree. |
ExitWait_statement(vhdlParser.Wait_statementContext)
Exit a parse tree produced by wait_statement().
The default implementation does nothing.
Declaration
public virtual void ExitWait_statement(vhdlParser.Wait_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Wait_statementContext | context | The parse tree. |
ExitWaveform(vhdlParser.WaveformContext)
Exit a parse tree produced by waveform().
The default implementation does nothing.
Declaration
public virtual void ExitWaveform(vhdlParser.WaveformContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.WaveformContext | context | The parse tree. |
ExitWaveform_element(vhdlParser.Waveform_elementContext)
Exit a parse tree produced by waveform_element().
The default implementation does nothing.
Declaration
public virtual void ExitWaveform_element(vhdlParser.Waveform_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Waveform_elementContext | 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.