Show / Hide Table of Contents

Interface IvhdlListener

This interface defines a complete listener for a parse tree produced by vhdlParser.

Namespace: GCore.Antlr.Grammers.Vhdl
Assembly: Vhdl.dll
Syntax
public interface IvhdlListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAbstract_literal(vhdlParser.Abstract_literalContext)

Enter a parse tree produced by abstract_literal().

Declaration
void EnterAbstract_literal(vhdlParser.Abstract_literalContext context)
Parameters
Type Name Description
vhdlParser.Abstract_literalContext context

The parse tree.

| Improve this Doc View Source

EnterAccess_type_definition(vhdlParser.Access_type_definitionContext)

Enter a parse tree produced by access_type_definition().

Declaration
void EnterAccess_type_definition(vhdlParser.Access_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Access_type_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterAcross_aspect(vhdlParser.Across_aspectContext)

Enter a parse tree produced by across_aspect().

Declaration
void EnterAcross_aspect(vhdlParser.Across_aspectContext context)
Parameters
Type Name Description
vhdlParser.Across_aspectContext context

The parse tree.

| Improve this Doc View Source

EnterActual_designator(vhdlParser.Actual_designatorContext)

Enter a parse tree produced by actual_designator().

Declaration
void EnterActual_designator(vhdlParser.Actual_designatorContext context)
Parameters
Type Name Description
vhdlParser.Actual_designatorContext context

The parse tree.

| Improve this Doc View Source

EnterActual_parameter_part(vhdlParser.Actual_parameter_partContext)

Enter a parse tree produced by actual_parameter_part().

Declaration
void EnterActual_parameter_part(vhdlParser.Actual_parameter_partContext context)
Parameters
Type Name Description
vhdlParser.Actual_parameter_partContext context

The parse tree.

| Improve this Doc View Source

EnterActual_part(vhdlParser.Actual_partContext)

Enter a parse tree produced by actual_part().

Declaration
void EnterActual_part(vhdlParser.Actual_partContext context)
Parameters
Type Name Description
vhdlParser.Actual_partContext context

The parse tree.

| Improve this Doc View Source

EnterAdding_operator(vhdlParser.Adding_operatorContext)

Enter a parse tree produced by adding_operator().

Declaration
void EnterAdding_operator(vhdlParser.Adding_operatorContext context)
Parameters
Type Name Description
vhdlParser.Adding_operatorContext context

The parse tree.

| Improve this Doc View Source

EnterAggregate(vhdlParser.AggregateContext)

Enter a parse tree produced by aggregate().

Declaration
void EnterAggregate(vhdlParser.AggregateContext context)
Parameters
Type Name Description
vhdlParser.AggregateContext context

The parse tree.

| Improve this Doc View Source

EnterAlias_declaration(vhdlParser.Alias_declarationContext)

Enter a parse tree produced by alias_declaration().

Declaration
void EnterAlias_declaration(vhdlParser.Alias_declarationContext context)
Parameters
Type Name Description
vhdlParser.Alias_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterAlias_designator(vhdlParser.Alias_designatorContext)

Enter a parse tree produced by alias_designator().

Declaration
void EnterAlias_designator(vhdlParser.Alias_designatorContext context)
Parameters
Type Name Description
vhdlParser.Alias_designatorContext context

The parse tree.

| Improve this Doc View Source

EnterAlias_indication(vhdlParser.Alias_indicationContext)

Enter a parse tree produced by alias_indication().

Declaration
void EnterAlias_indication(vhdlParser.Alias_indicationContext context)
Parameters
Type Name Description
vhdlParser.Alias_indicationContext context

The parse tree.

| Improve this Doc View Source

EnterAllocator(vhdlParser.AllocatorContext)

Enter a parse tree produced by allocator().

Declaration
void EnterAllocator(vhdlParser.AllocatorContext context)
Parameters
Type Name Description
vhdlParser.AllocatorContext context

The parse tree.

| Improve this Doc View Source

EnterArchitecture_body(vhdlParser.Architecture_bodyContext)

Enter a parse tree produced by architecture_body().

Declaration
void EnterArchitecture_body(vhdlParser.Architecture_bodyContext context)
Parameters
Type Name Description
vhdlParser.Architecture_bodyContext context

The parse tree.

| Improve this Doc View Source

EnterArchitecture_declarative_part(vhdlParser.Architecture_declarative_partContext)

Enter a parse tree produced by architecture_declarative_part().

Declaration
void EnterArchitecture_declarative_part(vhdlParser.Architecture_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Architecture_declarative_partContext context

The parse tree.

| Improve this Doc View Source

EnterArchitecture_statement(vhdlParser.Architecture_statementContext)

Enter a parse tree produced by architecture_statement().

Declaration
void EnterArchitecture_statement(vhdlParser.Architecture_statementContext context)
Parameters
Type Name Description
vhdlParser.Architecture_statementContext context

The parse tree.

| Improve this Doc View Source

EnterArchitecture_statement_part(vhdlParser.Architecture_statement_partContext)

Enter a parse tree produced by architecture_statement_part().

Declaration
void EnterArchitecture_statement_part(vhdlParser.Architecture_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Architecture_statement_partContext context

The parse tree.

| Improve this Doc View Source

EnterArray_nature_definition(vhdlParser.Array_nature_definitionContext)

Enter a parse tree produced by array_nature_definition().

Declaration
void EnterArray_nature_definition(vhdlParser.Array_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Array_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterArray_type_definition(vhdlParser.Array_type_definitionContext)

Enter a parse tree produced by array_type_definition().

Declaration
void EnterArray_type_definition(vhdlParser.Array_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Array_type_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterAssertion(vhdlParser.AssertionContext)

Enter a parse tree produced by assertion().

Declaration
void EnterAssertion(vhdlParser.AssertionContext context)
Parameters
Type Name Description
vhdlParser.AssertionContext context

The parse tree.

| Improve this Doc View Source

EnterAssertion_statement(vhdlParser.Assertion_statementContext)

Enter a parse tree produced by assertion_statement().

Declaration
void EnterAssertion_statement(vhdlParser.Assertion_statementContext context)
Parameters
Type Name Description
vhdlParser.Assertion_statementContext context

The parse tree.

| Improve this Doc View Source

EnterAssociation_element(vhdlParser.Association_elementContext)

Enter a parse tree produced by association_element().

Declaration
void EnterAssociation_element(vhdlParser.Association_elementContext context)
Parameters
Type Name Description
vhdlParser.Association_elementContext context

The parse tree.

| Improve this Doc View Source

EnterAssociation_list(vhdlParser.Association_listContext)

Enter a parse tree produced by association_list().

Declaration
void EnterAssociation_list(vhdlParser.Association_listContext context)
Parameters
Type Name Description
vhdlParser.Association_listContext context

The parse tree.

| Improve this Doc View Source

EnterAttribute_declaration(vhdlParser.Attribute_declarationContext)

Enter a parse tree produced by attribute_declaration().

Declaration
void EnterAttribute_declaration(vhdlParser.Attribute_declarationContext context)
Parameters
Type Name Description
vhdlParser.Attribute_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterAttribute_designator(vhdlParser.Attribute_designatorContext)

Enter a parse tree produced by attribute_designator().

Declaration
void EnterAttribute_designator(vhdlParser.Attribute_designatorContext context)
Parameters
Type Name Description
vhdlParser.Attribute_designatorContext context

The parse tree.

| Improve this Doc View Source

EnterAttribute_name_part(vhdlParser.Attribute_name_partContext)

Enter a parse tree produced by attribute_name_part().

Declaration
void EnterAttribute_name_part(vhdlParser.Attribute_name_partContext context)
Parameters
Type Name Description
vhdlParser.Attribute_name_partContext context

The parse tree.

| Improve this Doc View Source

EnterAttribute_specification(vhdlParser.Attribute_specificationContext)

Enter a parse tree produced by attribute_specification().

Declaration
void EnterAttribute_specification(vhdlParser.Attribute_specificationContext context)
Parameters
Type Name Description
vhdlParser.Attribute_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterBase_unit_declaration(vhdlParser.Base_unit_declarationContext)

Enter a parse tree produced by base_unit_declaration().

Declaration
void EnterBase_unit_declaration(vhdlParser.Base_unit_declarationContext context)
Parameters
Type Name Description
vhdlParser.Base_unit_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterBinding_indication(vhdlParser.Binding_indicationContext)

Enter a parse tree produced by binding_indication().

Declaration
void EnterBinding_indication(vhdlParser.Binding_indicationContext context)
Parameters
Type Name Description
vhdlParser.Binding_indicationContext context

The parse tree.

| Improve this Doc View Source

EnterBlock_configuration(vhdlParser.Block_configurationContext)

Enter a parse tree produced by block_configuration().

Declaration
void EnterBlock_configuration(vhdlParser.Block_configurationContext context)
Parameters
Type Name Description
vhdlParser.Block_configurationContext context

The parse tree.

| Improve this Doc View Source

EnterBlock_declarative_item(vhdlParser.Block_declarative_itemContext)

Enter a parse tree produced by block_declarative_item().

Declaration
void EnterBlock_declarative_item(vhdlParser.Block_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Block_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

EnterBlock_declarative_part(vhdlParser.Block_declarative_partContext)

Enter a parse tree produced by block_declarative_part().

Declaration
void EnterBlock_declarative_part(vhdlParser.Block_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Block_declarative_partContext context

The parse tree.

| Improve this Doc View Source

EnterBlock_header(vhdlParser.Block_headerContext)

Enter a parse tree produced by block_header().

Declaration
void EnterBlock_header(vhdlParser.Block_headerContext context)
Parameters
Type Name Description
vhdlParser.Block_headerContext context

The parse tree.

| Improve this Doc View Source

EnterBlock_specification(vhdlParser.Block_specificationContext)

Enter a parse tree produced by block_specification().

Declaration
void EnterBlock_specification(vhdlParser.Block_specificationContext context)
Parameters
Type Name Description
vhdlParser.Block_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterBlock_statement(vhdlParser.Block_statementContext)

Enter a parse tree produced by block_statement().

Declaration
void EnterBlock_statement(vhdlParser.Block_statementContext context)
Parameters
Type Name Description
vhdlParser.Block_statementContext context

The parse tree.

| Improve this Doc View Source

EnterBlock_statement_part(vhdlParser.Block_statement_partContext)

Enter a parse tree produced by block_statement_part().

Declaration
void EnterBlock_statement_part(vhdlParser.Block_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Block_statement_partContext context

The parse tree.

| Improve this Doc View Source

EnterBranch_quantity_declaration(vhdlParser.Branch_quantity_declarationContext)

Enter a parse tree produced by branch_quantity_declaration().

Declaration
void EnterBranch_quantity_declaration(vhdlParser.Branch_quantity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Branch_quantity_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterBreak_element(vhdlParser.Break_elementContext)

Enter a parse tree produced by break_element().

Declaration
void EnterBreak_element(vhdlParser.Break_elementContext context)
Parameters
Type Name Description
vhdlParser.Break_elementContext context

The parse tree.

| Improve this Doc View Source

EnterBreak_list(vhdlParser.Break_listContext)

Enter a parse tree produced by break_list().

Declaration
void EnterBreak_list(vhdlParser.Break_listContext context)
Parameters
Type Name Description
vhdlParser.Break_listContext context

The parse tree.

| Improve this Doc View Source

EnterBreak_selector_clause(vhdlParser.Break_selector_clauseContext)

Enter a parse tree produced by break_selector_clause().

Declaration
void EnterBreak_selector_clause(vhdlParser.Break_selector_clauseContext context)
Parameters
Type Name Description
vhdlParser.Break_selector_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterBreak_statement(vhdlParser.Break_statementContext)

Enter a parse tree produced by break_statement().

Declaration
void EnterBreak_statement(vhdlParser.Break_statementContext context)
Parameters
Type Name Description
vhdlParser.Break_statementContext context

The parse tree.

| Improve this Doc View Source

EnterCase_statement(vhdlParser.Case_statementContext)

Enter a parse tree produced by case_statement().

Declaration
void EnterCase_statement(vhdlParser.Case_statementContext context)
Parameters
Type Name Description
vhdlParser.Case_statementContext context

The parse tree.

| Improve this Doc View Source

EnterCase_statement_alternative(vhdlParser.Case_statement_alternativeContext)

Enter a parse tree produced by case_statement_alternative().

Declaration
void EnterCase_statement_alternative(vhdlParser.Case_statement_alternativeContext context)
Parameters
Type Name Description
vhdlParser.Case_statement_alternativeContext context

The parse tree.

| Improve this Doc View Source

EnterChoice(vhdlParser.ChoiceContext)

Enter a parse tree produced by choice().

Declaration
void EnterChoice(vhdlParser.ChoiceContext context)
Parameters
Type Name Description
vhdlParser.ChoiceContext context

The parse tree.

| Improve this Doc View Source

EnterChoices(vhdlParser.ChoicesContext)

Enter a parse tree produced by choices().

Declaration
void EnterChoices(vhdlParser.ChoicesContext context)
Parameters
Type Name Description
vhdlParser.ChoicesContext context

The parse tree.

| Improve this Doc View Source

EnterComponent_configuration(vhdlParser.Component_configurationContext)

Enter a parse tree produced by component_configuration().

Declaration
void EnterComponent_configuration(vhdlParser.Component_configurationContext context)
Parameters
Type Name Description
vhdlParser.Component_configurationContext context

The parse tree.

| Improve this Doc View Source

EnterComponent_declaration(vhdlParser.Component_declarationContext)

Enter a parse tree produced by component_declaration().

Declaration
void EnterComponent_declaration(vhdlParser.Component_declarationContext context)
Parameters
Type Name Description
vhdlParser.Component_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterComponent_instantiation_statement(vhdlParser.Component_instantiation_statementContext)

Enter a parse tree produced by component_instantiation_statement().

Declaration
void EnterComponent_instantiation_statement(vhdlParser.Component_instantiation_statementContext context)
Parameters
Type Name Description
vhdlParser.Component_instantiation_statementContext context

The parse tree.

| Improve this Doc View Source

EnterComponent_specification(vhdlParser.Component_specificationContext)

Enter a parse tree produced by component_specification().

Declaration
void EnterComponent_specification(vhdlParser.Component_specificationContext context)
Parameters
Type Name Description
vhdlParser.Component_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterComposite_nature_definition(vhdlParser.Composite_nature_definitionContext)

Enter a parse tree produced by composite_nature_definition().

Declaration
void EnterComposite_nature_definition(vhdlParser.Composite_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Composite_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterComposite_type_definition(vhdlParser.Composite_type_definitionContext)

Enter a parse tree produced by composite_type_definition().

Declaration
void EnterComposite_type_definition(vhdlParser.Composite_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Composite_type_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterConcurrent_assertion_statement(vhdlParser.Concurrent_assertion_statementContext)

Enter a parse tree produced by concurrent_assertion_statement().

Declaration
void EnterConcurrent_assertion_statement(vhdlParser.Concurrent_assertion_statementContext context)
Parameters
Type Name Description
vhdlParser.Concurrent_assertion_statementContext context

The parse tree.

| Improve this Doc View Source

EnterConcurrent_break_statement(vhdlParser.Concurrent_break_statementContext)

Enter a parse tree produced by concurrent_break_statement().

Declaration
void EnterConcurrent_break_statement(vhdlParser.Concurrent_break_statementContext context)
Parameters
Type Name Description
vhdlParser.Concurrent_break_statementContext context

The parse tree.

| Improve this Doc View Source

EnterConcurrent_procedure_call_statement(vhdlParser.Concurrent_procedure_call_statementContext)

Enter a parse tree produced by concurrent_procedure_call_statement().

Declaration
void EnterConcurrent_procedure_call_statement(vhdlParser.Concurrent_procedure_call_statementContext context)
Parameters
Type Name Description
vhdlParser.Concurrent_procedure_call_statementContext context

The parse tree.

| Improve this Doc View Source

EnterConcurrent_signal_assignment_statement(vhdlParser.Concurrent_signal_assignment_statementContext)

Enter a parse tree produced by concurrent_signal_assignment_statement().

Declaration
void EnterConcurrent_signal_assignment_statement(vhdlParser.Concurrent_signal_assignment_statementContext context)
Parameters
Type Name Description
vhdlParser.Concurrent_signal_assignment_statementContext context

The parse tree.

| Improve this Doc View Source

EnterCondition(vhdlParser.ConditionContext)

Enter a parse tree produced by condition().

Declaration
void EnterCondition(vhdlParser.ConditionContext context)
Parameters
Type Name Description
vhdlParser.ConditionContext context

The parse tree.

| Improve this Doc View Source

EnterCondition_clause(vhdlParser.Condition_clauseContext)

Enter a parse tree produced by condition_clause().

Declaration
void EnterCondition_clause(vhdlParser.Condition_clauseContext context)
Parameters
Type Name Description
vhdlParser.Condition_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterConditional_signal_assignment(vhdlParser.Conditional_signal_assignmentContext)

Enter a parse tree produced by conditional_signal_assignment().

Declaration
void EnterConditional_signal_assignment(vhdlParser.Conditional_signal_assignmentContext context)
Parameters
Type Name Description
vhdlParser.Conditional_signal_assignmentContext context

The parse tree.

| Improve this Doc View Source

EnterConditional_waveforms(vhdlParser.Conditional_waveformsContext)

Enter a parse tree produced by conditional_waveforms().

Declaration
void EnterConditional_waveforms(vhdlParser.Conditional_waveformsContext context)
Parameters
Type Name Description
vhdlParser.Conditional_waveformsContext context

The parse tree.

| Improve this Doc View Source

EnterConfiguration_declaration(vhdlParser.Configuration_declarationContext)

Enter a parse tree produced by configuration_declaration().

Declaration
void EnterConfiguration_declaration(vhdlParser.Configuration_declarationContext context)
Parameters
Type Name Description
vhdlParser.Configuration_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterConfiguration_declarative_item(vhdlParser.Configuration_declarative_itemContext)

Enter a parse tree produced by configuration_declarative_item().

Declaration
void EnterConfiguration_declarative_item(vhdlParser.Configuration_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Configuration_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

EnterConfiguration_declarative_part(vhdlParser.Configuration_declarative_partContext)

Enter a parse tree produced by configuration_declarative_part().

Declaration
void EnterConfiguration_declarative_part(vhdlParser.Configuration_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Configuration_declarative_partContext context

The parse tree.

| Improve this Doc View Source

EnterConfiguration_item(vhdlParser.Configuration_itemContext)

Enter a parse tree produced by configuration_item().

Declaration
void EnterConfiguration_item(vhdlParser.Configuration_itemContext context)
Parameters
Type Name Description
vhdlParser.Configuration_itemContext context

The parse tree.

| Improve this Doc View Source

EnterConfiguration_specification(vhdlParser.Configuration_specificationContext)

Enter a parse tree produced by configuration_specification().

Declaration
void EnterConfiguration_specification(vhdlParser.Configuration_specificationContext context)
Parameters
Type Name Description
vhdlParser.Configuration_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterConstant_declaration(vhdlParser.Constant_declarationContext)

Enter a parse tree produced by constant_declaration().

Declaration
void EnterConstant_declaration(vhdlParser.Constant_declarationContext context)
Parameters
Type Name Description
vhdlParser.Constant_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterConstrained_array_definition(vhdlParser.Constrained_array_definitionContext)

Enter a parse tree produced by constrained_array_definition().

Declaration
void EnterConstrained_array_definition(vhdlParser.Constrained_array_definitionContext context)
Parameters
Type Name Description
vhdlParser.Constrained_array_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterConstrained_nature_definition(vhdlParser.Constrained_nature_definitionContext)

Enter a parse tree produced by constrained_nature_definition().

Declaration
void EnterConstrained_nature_definition(vhdlParser.Constrained_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Constrained_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterConstraint(vhdlParser.ConstraintContext)

Enter a parse tree produced by constraint().

Declaration
void EnterConstraint(vhdlParser.ConstraintContext context)
Parameters
Type Name Description
vhdlParser.ConstraintContext context

The parse tree.

| Improve this Doc View Source

EnterContext_clause(vhdlParser.Context_clauseContext)

Enter a parse tree produced by context_clause().

Declaration
void EnterContext_clause(vhdlParser.Context_clauseContext context)
Parameters
Type Name Description
vhdlParser.Context_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterContext_item(vhdlParser.Context_itemContext)

Enter a parse tree produced by context_item().

Declaration
void EnterContext_item(vhdlParser.Context_itemContext context)
Parameters
Type Name Description
vhdlParser.Context_itemContext context

The parse tree.

| Improve this Doc View Source

EnterDelay_mechanism(vhdlParser.Delay_mechanismContext)

Enter a parse tree produced by delay_mechanism().

Declaration
void EnterDelay_mechanism(vhdlParser.Delay_mechanismContext context)
Parameters
Type Name Description
vhdlParser.Delay_mechanismContext context

The parse tree.

| Improve this Doc View Source

EnterDesign_file(vhdlParser.Design_fileContext)

Enter a parse tree produced by design_file().

Declaration
void EnterDesign_file(vhdlParser.Design_fileContext context)
Parameters
Type Name Description
vhdlParser.Design_fileContext context

The parse tree.

| Improve this Doc View Source

EnterDesign_unit(vhdlParser.Design_unitContext)

Enter a parse tree produced by design_unit().

Declaration
void EnterDesign_unit(vhdlParser.Design_unitContext context)
Parameters
Type Name Description
vhdlParser.Design_unitContext context

The parse tree.

| Improve this Doc View Source

EnterDesignator(vhdlParser.DesignatorContext)

Enter a parse tree produced by designator().

Declaration
void EnterDesignator(vhdlParser.DesignatorContext context)
Parameters
Type Name Description
vhdlParser.DesignatorContext context

The parse tree.

| Improve this Doc View Source

EnterDirection(vhdlParser.DirectionContext)

Enter a parse tree produced by direction().

Declaration
void EnterDirection(vhdlParser.DirectionContext context)
Parameters
Type Name Description
vhdlParser.DirectionContext context

The parse tree.

| Improve this Doc View Source

EnterDisconnection_specification(vhdlParser.Disconnection_specificationContext)

Enter a parse tree produced by disconnection_specification().

Declaration
void EnterDisconnection_specification(vhdlParser.Disconnection_specificationContext context)
Parameters
Type Name Description
vhdlParser.Disconnection_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterDiscrete_range(vhdlParser.Discrete_rangeContext)

Enter a parse tree produced by discrete_range().

Declaration
void EnterDiscrete_range(vhdlParser.Discrete_rangeContext context)
Parameters
Type Name Description
vhdlParser.Discrete_rangeContext context

The parse tree.

| Improve this Doc View Source

EnterElement_association(vhdlParser.Element_associationContext)

Enter a parse tree produced by element_association().

Declaration
void EnterElement_association(vhdlParser.Element_associationContext context)
Parameters
Type Name Description
vhdlParser.Element_associationContext context

The parse tree.

| Improve this Doc View Source

EnterElement_declaration(vhdlParser.Element_declarationContext)

Enter a parse tree produced by element_declaration().

Declaration
void EnterElement_declaration(vhdlParser.Element_declarationContext context)
Parameters
Type Name Description
vhdlParser.Element_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterElement_subnature_definition(vhdlParser.Element_subnature_definitionContext)

Enter a parse tree produced by element_subnature_definition().

Declaration
void EnterElement_subnature_definition(vhdlParser.Element_subnature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Element_subnature_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterElement_subtype_definition(vhdlParser.Element_subtype_definitionContext)

Enter a parse tree produced by element_subtype_definition().

Declaration
void EnterElement_subtype_definition(vhdlParser.Element_subtype_definitionContext context)
Parameters
Type Name Description
vhdlParser.Element_subtype_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_aspect(vhdlParser.Entity_aspectContext)

Enter a parse tree produced by entity_aspect().

Declaration
void EnterEntity_aspect(vhdlParser.Entity_aspectContext context)
Parameters
Type Name Description
vhdlParser.Entity_aspectContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_class(vhdlParser.Entity_classContext)

Enter a parse tree produced by entity_class().

Declaration
void EnterEntity_class(vhdlParser.Entity_classContext context)
Parameters
Type Name Description
vhdlParser.Entity_classContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_class_entry(vhdlParser.Entity_class_entryContext)

Enter a parse tree produced by entity_class_entry().

Declaration
void EnterEntity_class_entry(vhdlParser.Entity_class_entryContext context)
Parameters
Type Name Description
vhdlParser.Entity_class_entryContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_class_entry_list(vhdlParser.Entity_class_entry_listContext)

Enter a parse tree produced by entity_class_entry_list().

Declaration
void EnterEntity_class_entry_list(vhdlParser.Entity_class_entry_listContext context)
Parameters
Type Name Description
vhdlParser.Entity_class_entry_listContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_declaration(vhdlParser.Entity_declarationContext)

Enter a parse tree produced by entity_declaration().

Declaration
void EnterEntity_declaration(vhdlParser.Entity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Entity_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_declarative_item(vhdlParser.Entity_declarative_itemContext)

Enter a parse tree produced by entity_declarative_item().

Declaration
void EnterEntity_declarative_item(vhdlParser.Entity_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Entity_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_declarative_part(vhdlParser.Entity_declarative_partContext)

Enter a parse tree produced by entity_declarative_part().

Declaration
void EnterEntity_declarative_part(vhdlParser.Entity_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Entity_declarative_partContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_designator(vhdlParser.Entity_designatorContext)

Enter a parse tree produced by entity_designator().

Declaration
void EnterEntity_designator(vhdlParser.Entity_designatorContext context)
Parameters
Type Name Description
vhdlParser.Entity_designatorContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_header(vhdlParser.Entity_headerContext)

Enter a parse tree produced by entity_header().

Declaration
void EnterEntity_header(vhdlParser.Entity_headerContext context)
Parameters
Type Name Description
vhdlParser.Entity_headerContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_name_list(vhdlParser.Entity_name_listContext)

Enter a parse tree produced by entity_name_list().

Declaration
void EnterEntity_name_list(vhdlParser.Entity_name_listContext context)
Parameters
Type Name Description
vhdlParser.Entity_name_listContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_specification(vhdlParser.Entity_specificationContext)

Enter a parse tree produced by entity_specification().

Declaration
void EnterEntity_specification(vhdlParser.Entity_specificationContext context)
Parameters
Type Name Description
vhdlParser.Entity_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_statement(vhdlParser.Entity_statementContext)

Enter a parse tree produced by entity_statement().

Declaration
void EnterEntity_statement(vhdlParser.Entity_statementContext context)
Parameters
Type Name Description
vhdlParser.Entity_statementContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_statement_part(vhdlParser.Entity_statement_partContext)

Enter a parse tree produced by entity_statement_part().

Declaration
void EnterEntity_statement_part(vhdlParser.Entity_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Entity_statement_partContext context

The parse tree.

| Improve this Doc View Source

EnterEntity_tag(vhdlParser.Entity_tagContext)

Enter a parse tree produced by entity_tag().

Declaration
void EnterEntity_tag(vhdlParser.Entity_tagContext context)
Parameters
Type Name Description
vhdlParser.Entity_tagContext context

The parse tree.

| Improve this Doc View Source

EnterEnumeration_literal(vhdlParser.Enumeration_literalContext)

Enter a parse tree produced by enumeration_literal().

Declaration
void EnterEnumeration_literal(vhdlParser.Enumeration_literalContext context)
Parameters
Type Name Description
vhdlParser.Enumeration_literalContext context

The parse tree.

| Improve this Doc View Source

EnterEnumeration_type_definition(vhdlParser.Enumeration_type_definitionContext)

Enter a parse tree produced by enumeration_type_definition().

Declaration
void EnterEnumeration_type_definition(vhdlParser.Enumeration_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Enumeration_type_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterExit_statement(vhdlParser.Exit_statementContext)

Enter a parse tree produced by exit_statement().

Declaration
void EnterExit_statement(vhdlParser.Exit_statementContext context)
Parameters
Type Name Description
vhdlParser.Exit_statementContext context

The parse tree.

| Improve this Doc View Source

EnterExplicit_range(vhdlParser.Explicit_rangeContext)

Enter a parse tree produced by explicit_range().

Declaration
void EnterExplicit_range(vhdlParser.Explicit_rangeContext context)
Parameters
Type Name Description
vhdlParser.Explicit_rangeContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(vhdlParser.ExpressionContext)

Enter a parse tree produced by expression().

Declaration
void EnterExpression(vhdlParser.ExpressionContext context)
Parameters
Type Name Description
vhdlParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterFactor(vhdlParser.FactorContext)

Enter a parse tree produced by factor().

Declaration
void EnterFactor(vhdlParser.FactorContext context)
Parameters
Type Name Description
vhdlParser.FactorContext context

The parse tree.

| Improve this Doc View Source

EnterFile_declaration(vhdlParser.File_declarationContext)

Enter a parse tree produced by file_declaration().

Declaration
void EnterFile_declaration(vhdlParser.File_declarationContext context)
Parameters
Type Name Description
vhdlParser.File_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterFile_logical_name(vhdlParser.File_logical_nameContext)

Enter a parse tree produced by file_logical_name().

Declaration
void EnterFile_logical_name(vhdlParser.File_logical_nameContext context)
Parameters
Type Name Description
vhdlParser.File_logical_nameContext context

The parse tree.

| Improve this Doc View Source

EnterFile_open_information(vhdlParser.File_open_informationContext)

Enter a parse tree produced by file_open_information().

Declaration
void EnterFile_open_information(vhdlParser.File_open_informationContext context)
Parameters
Type Name Description
vhdlParser.File_open_informationContext context

The parse tree.

| Improve this Doc View Source

EnterFile_type_definition(vhdlParser.File_type_definitionContext)

Enter a parse tree produced by file_type_definition().

Declaration
void EnterFile_type_definition(vhdlParser.File_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.File_type_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterFormal_parameter_list(vhdlParser.Formal_parameter_listContext)

Enter a parse tree produced by formal_parameter_list().

Declaration
void EnterFormal_parameter_list(vhdlParser.Formal_parameter_listContext context)
Parameters
Type Name Description
vhdlParser.Formal_parameter_listContext context

The parse tree.

| Improve this Doc View Source

EnterFormal_part(vhdlParser.Formal_partContext)

Enter a parse tree produced by formal_part().

Declaration
void EnterFormal_part(vhdlParser.Formal_partContext context)
Parameters
Type Name Description
vhdlParser.Formal_partContext context

The parse tree.

| Improve this Doc View Source

EnterFree_quantity_declaration(vhdlParser.Free_quantity_declarationContext)

Enter a parse tree produced by free_quantity_declaration().

Declaration
void EnterFree_quantity_declaration(vhdlParser.Free_quantity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Free_quantity_declarationContext context

The parse tree.

| Improve this Doc View Source

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().

Declaration
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.

| Improve this Doc View Source

EnterFunction_specification(vhdlParser.Function_specificationContext)

Enter a parse tree produced by function_specification().

Declaration
void EnterFunction_specification(vhdlParser.Function_specificationContext context)
Parameters
Type Name Description
vhdlParser.Function_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterGenerate_statement(vhdlParser.Generate_statementContext)

Enter a parse tree produced by generate_statement().

Declaration
void EnterGenerate_statement(vhdlParser.Generate_statementContext context)
Parameters
Type Name Description
vhdlParser.Generate_statementContext context

The parse tree.

| Improve this Doc View Source

EnterGeneration_scheme(vhdlParser.Generation_schemeContext)

Enter a parse tree produced by generation_scheme().

Declaration
void EnterGeneration_scheme(vhdlParser.Generation_schemeContext context)
Parameters
Type Name Description
vhdlParser.Generation_schemeContext context

The parse tree.

| Improve this Doc View Source

EnterGeneric_clause(vhdlParser.Generic_clauseContext)

Enter a parse tree produced by generic_clause().

Declaration
void EnterGeneric_clause(vhdlParser.Generic_clauseContext context)
Parameters
Type Name Description
vhdlParser.Generic_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterGeneric_list(vhdlParser.Generic_listContext)

Enter a parse tree produced by generic_list().

Declaration
void EnterGeneric_list(vhdlParser.Generic_listContext context)
Parameters
Type Name Description
vhdlParser.Generic_listContext context

The parse tree.

| Improve this Doc View Source

EnterGeneric_map_aspect(vhdlParser.Generic_map_aspectContext)

Enter a parse tree produced by generic_map_aspect().

Declaration
void EnterGeneric_map_aspect(vhdlParser.Generic_map_aspectContext context)
Parameters
Type Name Description
vhdlParser.Generic_map_aspectContext context

The parse tree.

| Improve this Doc View Source

EnterGroup_constituent(vhdlParser.Group_constituentContext)

Enter a parse tree produced by group_constituent().

Declaration
void EnterGroup_constituent(vhdlParser.Group_constituentContext context)
Parameters
Type Name Description
vhdlParser.Group_constituentContext context

The parse tree.

| Improve this Doc View Source

EnterGroup_constituent_list(vhdlParser.Group_constituent_listContext)

Enter a parse tree produced by group_constituent_list().

Declaration
void EnterGroup_constituent_list(vhdlParser.Group_constituent_listContext context)
Parameters
Type Name Description
vhdlParser.Group_constituent_listContext context

The parse tree.

| Improve this Doc View Source

EnterGroup_declaration(vhdlParser.Group_declarationContext)

Enter a parse tree produced by group_declaration().

Declaration
void EnterGroup_declaration(vhdlParser.Group_declarationContext context)
Parameters
Type Name Description
vhdlParser.Group_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterGroup_template_declaration(vhdlParser.Group_template_declarationContext)

Enter a parse tree produced by group_template_declaration().

Declaration
void EnterGroup_template_declaration(vhdlParser.Group_template_declarationContext context)
Parameters
Type Name Description
vhdlParser.Group_template_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterGuarded_signal_specification(vhdlParser.Guarded_signal_specificationContext)

Enter a parse tree produced by guarded_signal_specification().

Declaration
void EnterGuarded_signal_specification(vhdlParser.Guarded_signal_specificationContext context)
Parameters
Type Name Description
vhdlParser.Guarded_signal_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier(vhdlParser.IdentifierContext)

Enter a parse tree produced by identifier().

Declaration
void EnterIdentifier(vhdlParser.IdentifierContext context)
Parameters
Type Name Description
vhdlParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier_list(vhdlParser.Identifier_listContext)

Enter a parse tree produced by identifier_list().

Declaration
void EnterIdentifier_list(vhdlParser.Identifier_listContext context)
Parameters
Type Name Description
vhdlParser.Identifier_listContext context

The parse tree.

| Improve this Doc View Source

EnterIf_statement(vhdlParser.If_statementContext)

Enter a parse tree produced by if_statement().

Declaration
void EnterIf_statement(vhdlParser.If_statementContext context)
Parameters
Type Name Description
vhdlParser.If_statementContext context

The parse tree.

| Improve this Doc View Source

EnterIndex_constraint(vhdlParser.Index_constraintContext)

Enter a parse tree produced by index_constraint().

Declaration
void EnterIndex_constraint(vhdlParser.Index_constraintContext context)
Parameters
Type Name Description
vhdlParser.Index_constraintContext context

The parse tree.

| Improve this Doc View Source

EnterIndex_specification(vhdlParser.Index_specificationContext)

Enter a parse tree produced by index_specification().

Declaration
void EnterIndex_specification(vhdlParser.Index_specificationContext context)
Parameters
Type Name Description
vhdlParser.Index_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterIndex_subtype_definition(vhdlParser.Index_subtype_definitionContext)

Enter a parse tree produced by index_subtype_definition().

Declaration
void EnterIndex_subtype_definition(vhdlParser.Index_subtype_definitionContext context)
Parameters
Type Name Description
vhdlParser.Index_subtype_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterInstantiated_unit(vhdlParser.Instantiated_unitContext)

Enter a parse tree produced by instantiated_unit().

Declaration
void EnterInstantiated_unit(vhdlParser.Instantiated_unitContext context)
Parameters
Type Name Description
vhdlParser.Instantiated_unitContext context

The parse tree.

| Improve this Doc View Source

EnterInstantiation_list(vhdlParser.Instantiation_listContext)

Enter a parse tree produced by instantiation_list().

Declaration
void EnterInstantiation_list(vhdlParser.Instantiation_listContext context)
Parameters
Type Name Description
vhdlParser.Instantiation_listContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_constant_declaration(vhdlParser.Interface_constant_declarationContext)

Enter a parse tree produced by interface_constant_declaration().

Declaration
void EnterInterface_constant_declaration(vhdlParser.Interface_constant_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_constant_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_declaration(vhdlParser.Interface_declarationContext)

Enter a parse tree produced by interface_declaration().

Declaration
void EnterInterface_declaration(vhdlParser.Interface_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_element(vhdlParser.Interface_elementContext)

Enter a parse tree produced by interface_element().

Declaration
void EnterInterface_element(vhdlParser.Interface_elementContext context)
Parameters
Type Name Description
vhdlParser.Interface_elementContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_file_declaration(vhdlParser.Interface_file_declarationContext)

Enter a parse tree produced by interface_file_declaration().

Declaration
void EnterInterface_file_declaration(vhdlParser.Interface_file_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_file_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_list(vhdlParser.Interface_listContext)

Enter a parse tree produced by interface_list().

Declaration
void EnterInterface_list(vhdlParser.Interface_listContext context)
Parameters
Type Name Description
vhdlParser.Interface_listContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_port_declaration(vhdlParser.Interface_port_declarationContext)

Enter a parse tree produced by interface_port_declaration().

Declaration
void EnterInterface_port_declaration(vhdlParser.Interface_port_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_port_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_port_list(vhdlParser.Interface_port_listContext)

Enter a parse tree produced by interface_port_list().

Declaration
void EnterInterface_port_list(vhdlParser.Interface_port_listContext context)
Parameters
Type Name Description
vhdlParser.Interface_port_listContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_quantity_declaration(vhdlParser.Interface_quantity_declarationContext)

Enter a parse tree produced by interface_quantity_declaration().

Declaration
void EnterInterface_quantity_declaration(vhdlParser.Interface_quantity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_quantity_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_signal_declaration(vhdlParser.Interface_signal_declarationContext)

Enter a parse tree produced by interface_signal_declaration().

Declaration
void EnterInterface_signal_declaration(vhdlParser.Interface_signal_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_signal_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_signal_list(vhdlParser.Interface_signal_listContext)

Enter a parse tree produced by interface_signal_list().

Declaration
void EnterInterface_signal_list(vhdlParser.Interface_signal_listContext context)
Parameters
Type Name Description
vhdlParser.Interface_signal_listContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_terminal_declaration(vhdlParser.Interface_terminal_declarationContext)

Enter a parse tree produced by interface_terminal_declaration().

Declaration
void EnterInterface_terminal_declaration(vhdlParser.Interface_terminal_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_terminal_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterInterface_variable_declaration(vhdlParser.Interface_variable_declarationContext)

Enter a parse tree produced by interface_variable_declaration().

Declaration
void EnterInterface_variable_declaration(vhdlParser.Interface_variable_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_variable_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterIteration_scheme(vhdlParser.Iteration_schemeContext)

Enter a parse tree produced by iteration_scheme().

Declaration
void EnterIteration_scheme(vhdlParser.Iteration_schemeContext context)
Parameters
Type Name Description
vhdlParser.Iteration_schemeContext context

The parse tree.

| Improve this Doc View Source

EnterLabel_colon(vhdlParser.Label_colonContext)

Enter a parse tree produced by label_colon().

Declaration
void EnterLabel_colon(vhdlParser.Label_colonContext context)
Parameters
Type Name Description
vhdlParser.Label_colonContext context

The parse tree.

| Improve this Doc View Source

EnterLibrary_clause(vhdlParser.Library_clauseContext)

Enter a parse tree produced by library_clause().

Declaration
void EnterLibrary_clause(vhdlParser.Library_clauseContext context)
Parameters
Type Name Description
vhdlParser.Library_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterLibrary_unit(vhdlParser.Library_unitContext)

Enter a parse tree produced by library_unit().

Declaration
void EnterLibrary_unit(vhdlParser.Library_unitContext context)
Parameters
Type Name Description
vhdlParser.Library_unitContext context

The parse tree.

| Improve this Doc View Source

EnterLiteral(vhdlParser.LiteralContext)

Enter a parse tree produced by literal().

Declaration
void EnterLiteral(vhdlParser.LiteralContext context)
Parameters
Type Name Description
vhdlParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

EnterLogical_name(vhdlParser.Logical_nameContext)

Enter a parse tree produced by logical_name().

Declaration
void EnterLogical_name(vhdlParser.Logical_nameContext context)
Parameters
Type Name Description
vhdlParser.Logical_nameContext context

The parse tree.

| Improve this Doc View Source

EnterLogical_name_list(vhdlParser.Logical_name_listContext)

Enter a parse tree produced by logical_name_list().

Declaration
void EnterLogical_name_list(vhdlParser.Logical_name_listContext context)
Parameters
Type Name Description
vhdlParser.Logical_name_listContext context

The parse tree.

| Improve this Doc View Source

EnterLogical_operator(vhdlParser.Logical_operatorContext)

Enter a parse tree produced by logical_operator().

Declaration
void EnterLogical_operator(vhdlParser.Logical_operatorContext context)
Parameters
Type Name Description
vhdlParser.Logical_operatorContext context

The parse tree.

| Improve this Doc View Source

EnterLoop_statement(vhdlParser.Loop_statementContext)

Enter a parse tree produced by loop_statement().

Declaration
void EnterLoop_statement(vhdlParser.Loop_statementContext context)
Parameters
Type Name Description
vhdlParser.Loop_statementContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplying_operator(vhdlParser.Multiplying_operatorContext)

Enter a parse tree produced by multiplying_operator().

Declaration
void EnterMultiplying_operator(vhdlParser.Multiplying_operatorContext context)
Parameters
Type Name Description
vhdlParser.Multiplying_operatorContext context

The parse tree.

| Improve this Doc View Source

EnterName(vhdlParser.NameContext)

Enter a parse tree produced by name().

Declaration
void EnterName(vhdlParser.NameContext context)
Parameters
Type Name Description
vhdlParser.NameContext context

The parse tree.

| Improve this Doc View Source

EnterName_part(vhdlParser.Name_partContext)

Enter a parse tree produced by name_part().

Declaration
void EnterName_part(vhdlParser.Name_partContext context)
Parameters
Type Name Description
vhdlParser.Name_partContext context

The parse tree.

| Improve this Doc View Source

EnterNature_declaration(vhdlParser.Nature_declarationContext)

Enter a parse tree produced by nature_declaration().

Declaration
void EnterNature_declaration(vhdlParser.Nature_declarationContext context)
Parameters
Type Name Description
vhdlParser.Nature_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterNature_definition(vhdlParser.Nature_definitionContext)

Enter a parse tree produced by nature_definition().

Declaration
void EnterNature_definition(vhdlParser.Nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Nature_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterNature_element_declaration(vhdlParser.Nature_element_declarationContext)

Enter a parse tree produced by nature_element_declaration().

Declaration
void EnterNature_element_declaration(vhdlParser.Nature_element_declarationContext context)
Parameters
Type Name Description
vhdlParser.Nature_element_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterNext_statement(vhdlParser.Next_statementContext)

Enter a parse tree produced by next_statement().

Declaration
void EnterNext_statement(vhdlParser.Next_statementContext context)
Parameters
Type Name Description
vhdlParser.Next_statementContext context

The parse tree.

| Improve this Doc View Source

EnterNumeric_literal(vhdlParser.Numeric_literalContext)

Enter a parse tree produced by numeric_literal().

Declaration
void EnterNumeric_literal(vhdlParser.Numeric_literalContext context)
Parameters
Type Name Description
vhdlParser.Numeric_literalContext context

The parse tree.

| Improve this Doc View Source

EnterObject_declaration(vhdlParser.Object_declarationContext)

Enter a parse tree produced by object_declaration().

Declaration
void EnterObject_declaration(vhdlParser.Object_declarationContext context)
Parameters
Type Name Description
vhdlParser.Object_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterOpts(vhdlParser.OptsContext)

Enter a parse tree produced by opts().

Declaration
void EnterOpts(vhdlParser.OptsContext context)
Parameters
Type Name Description
vhdlParser.OptsContext context

The parse tree.

| Improve this Doc View Source

EnterPackage_body(vhdlParser.Package_bodyContext)

Enter a parse tree produced by package_body().

Declaration
void EnterPackage_body(vhdlParser.Package_bodyContext context)
Parameters
Type Name Description
vhdlParser.Package_bodyContext context

The parse tree.

| Improve this Doc View Source

EnterPackage_body_declarative_item(vhdlParser.Package_body_declarative_itemContext)

Enter a parse tree produced by package_body_declarative_item().

Declaration
void EnterPackage_body_declarative_item(vhdlParser.Package_body_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Package_body_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

EnterPackage_body_declarative_part(vhdlParser.Package_body_declarative_partContext)

Enter a parse tree produced by package_body_declarative_part().

Declaration
void EnterPackage_body_declarative_part(vhdlParser.Package_body_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Package_body_declarative_partContext context

The parse tree.

| Improve this Doc View Source

EnterPackage_declaration(vhdlParser.Package_declarationContext)

Enter a parse tree produced by package_declaration().

Declaration
void EnterPackage_declaration(vhdlParser.Package_declarationContext context)
Parameters
Type Name Description
vhdlParser.Package_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterPackage_declarative_item(vhdlParser.Package_declarative_itemContext)

Enter a parse tree produced by package_declarative_item().

Declaration
void EnterPackage_declarative_item(vhdlParser.Package_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Package_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

EnterPackage_declarative_part(vhdlParser.Package_declarative_partContext)

Enter a parse tree produced by package_declarative_part().

Declaration
void EnterPackage_declarative_part(vhdlParser.Package_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Package_declarative_partContext context

The parse tree.

| Improve this Doc View Source

EnterParameter_specification(vhdlParser.Parameter_specificationContext)

Enter a parse tree produced by parameter_specification().

Declaration
void EnterParameter_specification(vhdlParser.Parameter_specificationContext context)
Parameters
Type Name Description
vhdlParser.Parameter_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterPhysical_literal(vhdlParser.Physical_literalContext)

Enter a parse tree produced by physical_literal().

Declaration
void EnterPhysical_literal(vhdlParser.Physical_literalContext context)
Parameters
Type Name Description
vhdlParser.Physical_literalContext context

The parse tree.

| Improve this Doc View Source

EnterPhysical_type_definition(vhdlParser.Physical_type_definitionContext)

Enter a parse tree produced by physical_type_definition().

Declaration
void EnterPhysical_type_definition(vhdlParser.Physical_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Physical_type_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterPort_clause(vhdlParser.Port_clauseContext)

Enter a parse tree produced by port_clause().

Declaration
void EnterPort_clause(vhdlParser.Port_clauseContext context)
Parameters
Type Name Description
vhdlParser.Port_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterPort_list(vhdlParser.Port_listContext)

Enter a parse tree produced by port_list().

Declaration
void EnterPort_list(vhdlParser.Port_listContext context)
Parameters
Type Name Description
vhdlParser.Port_listContext context

The parse tree.

| Improve this Doc View Source

EnterPort_map_aspect(vhdlParser.Port_map_aspectContext)

Enter a parse tree produced by port_map_aspect().

Declaration
void EnterPort_map_aspect(vhdlParser.Port_map_aspectContext context)
Parameters
Type Name Description
vhdlParser.Port_map_aspectContext context

The parse tree.

| Improve this Doc View Source

EnterPrimary(vhdlParser.PrimaryContext)

Enter a parse tree produced by primary().

Declaration
void EnterPrimary(vhdlParser.PrimaryContext context)
Parameters
Type Name Description
vhdlParser.PrimaryContext context

The parse tree.

| Improve this Doc View Source

EnterPrimary_unit(vhdlParser.Primary_unitContext)

Enter a parse tree produced by primary_unit().

Declaration
void EnterPrimary_unit(vhdlParser.Primary_unitContext context)
Parameters
Type Name Description
vhdlParser.Primary_unitContext context

The parse tree.

| Improve this Doc View Source

EnterProcedural_declarative_item(vhdlParser.Procedural_declarative_itemContext)

Enter a parse tree produced by procedural_declarative_item().

Declaration
void EnterProcedural_declarative_item(vhdlParser.Procedural_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Procedural_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

EnterProcedural_declarative_part(vhdlParser.Procedural_declarative_partContext)

Enter a parse tree produced by procedural_declarative_part().

Declaration
void EnterProcedural_declarative_part(vhdlParser.Procedural_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Procedural_declarative_partContext context

The parse tree.

| Improve this Doc View Source

EnterProcedural_statement_part(vhdlParser.Procedural_statement_partContext)

Enter a parse tree produced by procedural_statement_part().

Declaration
void EnterProcedural_statement_part(vhdlParser.Procedural_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Procedural_statement_partContext context

The parse tree.

| Improve this Doc View Source

EnterProcedure_call(vhdlParser.Procedure_callContext)

Enter a parse tree produced by procedure_call().

Declaration
void EnterProcedure_call(vhdlParser.Procedure_callContext context)
Parameters
Type Name Description
vhdlParser.Procedure_callContext context

The parse tree.

| Improve this Doc View Source

EnterProcedure_call_statement(vhdlParser.Procedure_call_statementContext)

Enter a parse tree produced by procedure_call_statement().

Declaration
void EnterProcedure_call_statement(vhdlParser.Procedure_call_statementContext context)
Parameters
Type Name Description
vhdlParser.Procedure_call_statementContext context

The parse tree.

| Improve this Doc View Source

EnterProcedure_specification(vhdlParser.Procedure_specificationContext)

Enter a parse tree produced by procedure_specification().

Declaration
void EnterProcedure_specification(vhdlParser.Procedure_specificationContext context)
Parameters
Type Name Description
vhdlParser.Procedure_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterProcess_declarative_item(vhdlParser.Process_declarative_itemContext)

Enter a parse tree produced by process_declarative_item().

Declaration
void EnterProcess_declarative_item(vhdlParser.Process_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Process_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

EnterProcess_declarative_part(vhdlParser.Process_declarative_partContext)

Enter a parse tree produced by process_declarative_part().

Declaration
void EnterProcess_declarative_part(vhdlParser.Process_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Process_declarative_partContext context

The parse tree.

| Improve this Doc View Source

EnterProcess_statement(vhdlParser.Process_statementContext)

Enter a parse tree produced by process_statement().

Declaration
void EnterProcess_statement(vhdlParser.Process_statementContext context)
Parameters
Type Name Description
vhdlParser.Process_statementContext context

The parse tree.

| Improve this Doc View Source

EnterProcess_statement_part(vhdlParser.Process_statement_partContext)

Enter a parse tree produced by process_statement_part().

Declaration
void EnterProcess_statement_part(vhdlParser.Process_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Process_statement_partContext context

The parse tree.

| Improve this Doc View Source

EnterQualified_expression(vhdlParser.Qualified_expressionContext)

Enter a parse tree produced by qualified_expression().

Declaration
void EnterQualified_expression(vhdlParser.Qualified_expressionContext context)
Parameters
Type Name Description
vhdlParser.Qualified_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterQuantity_declaration(vhdlParser.Quantity_declarationContext)

Enter a parse tree produced by quantity_declaration().

Declaration
void EnterQuantity_declaration(vhdlParser.Quantity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Quantity_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterQuantity_list(vhdlParser.Quantity_listContext)

Enter a parse tree produced by quantity_list().

Declaration
void EnterQuantity_list(vhdlParser.Quantity_listContext context)
Parameters
Type Name Description
vhdlParser.Quantity_listContext context

The parse tree.

| Improve this Doc View Source

EnterQuantity_specification(vhdlParser.Quantity_specificationContext)

Enter a parse tree produced by quantity_specification().

Declaration
void EnterQuantity_specification(vhdlParser.Quantity_specificationContext context)
Parameters
Type Name Description
vhdlParser.Quantity_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterRange_constraint(vhdlParser.Range_constraintContext)

Enter a parse tree produced by range_constraint().

Declaration
void EnterRange_constraint(vhdlParser.Range_constraintContext context)
Parameters
Type Name Description
vhdlParser.Range_constraintContext context

The parse tree.

| Improve this Doc View Source

EnterRange_decl(vhdlParser.Range_declContext)

Enter a parse tree produced by range_decl().

Declaration
void EnterRange_decl(vhdlParser.Range_declContext context)
Parameters
Type Name Description
vhdlParser.Range_declContext context

The parse tree.

| Improve this Doc View Source

EnterRecord_nature_definition(vhdlParser.Record_nature_definitionContext)

Enter a parse tree produced by record_nature_definition().

Declaration
void EnterRecord_nature_definition(vhdlParser.Record_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Record_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterRecord_type_definition(vhdlParser.Record_type_definitionContext)

Enter a parse tree produced by record_type_definition().

Declaration
void EnterRecord_type_definition(vhdlParser.Record_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Record_type_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterRelation(vhdlParser.RelationContext)

Enter a parse tree produced by relation().

Declaration
void EnterRelation(vhdlParser.RelationContext context)
Parameters
Type Name Description
vhdlParser.RelationContext context

The parse tree.

| Improve this Doc View Source

EnterRelational_operator(vhdlParser.Relational_operatorContext)

Enter a parse tree produced by relational_operator().

Declaration
void EnterRelational_operator(vhdlParser.Relational_operatorContext context)
Parameters
Type Name Description
vhdlParser.Relational_operatorContext context

The parse tree.

| Improve this Doc View Source

EnterReport_statement(vhdlParser.Report_statementContext)

Enter a parse tree produced by report_statement().

Declaration
void EnterReport_statement(vhdlParser.Report_statementContext context)
Parameters
Type Name Description
vhdlParser.Report_statementContext context

The parse tree.

| Improve this Doc View Source

EnterReturn_statement(vhdlParser.Return_statementContext)

Enter a parse tree produced by return_statement().

Declaration
void EnterReturn_statement(vhdlParser.Return_statementContext context)
Parameters
Type Name Description
vhdlParser.Return_statementContext context

The parse tree.

| Improve this Doc View Source

EnterScalar_nature_definition(vhdlParser.Scalar_nature_definitionContext)

Enter a parse tree produced by scalar_nature_definition().

Declaration
void EnterScalar_nature_definition(vhdlParser.Scalar_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Scalar_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterScalar_type_definition(vhdlParser.Scalar_type_definitionContext)

Enter a parse tree produced by scalar_type_definition().

Declaration
void EnterScalar_type_definition(vhdlParser.Scalar_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Scalar_type_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterSecondary_unit(vhdlParser.Secondary_unitContext)

Enter a parse tree produced by secondary_unit().

Declaration
void EnterSecondary_unit(vhdlParser.Secondary_unitContext context)
Parameters
Type Name Description
vhdlParser.Secondary_unitContext context

The parse tree.

| Improve this Doc View Source

EnterSecondary_unit_declaration(vhdlParser.Secondary_unit_declarationContext)

Enter a parse tree produced by secondary_unit_declaration().

Declaration
void EnterSecondary_unit_declaration(vhdlParser.Secondary_unit_declarationContext context)
Parameters
Type Name Description
vhdlParser.Secondary_unit_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterSelected_name(vhdlParser.Selected_nameContext)

Enter a parse tree produced by selected_name().

Declaration
void EnterSelected_name(vhdlParser.Selected_nameContext context)
Parameters
Type Name Description
vhdlParser.Selected_nameContext context

The parse tree.

| Improve this Doc View Source

EnterSelected_name_part(vhdlParser.Selected_name_partContext)

Enter a parse tree produced by selected_name_part().

Declaration
void EnterSelected_name_part(vhdlParser.Selected_name_partContext context)
Parameters
Type Name Description
vhdlParser.Selected_name_partContext context

The parse tree.

| Improve this Doc View Source

EnterSelected_signal_assignment(vhdlParser.Selected_signal_assignmentContext)

Enter a parse tree produced by selected_signal_assignment().

Declaration
void EnterSelected_signal_assignment(vhdlParser.Selected_signal_assignmentContext context)
Parameters
Type Name Description
vhdlParser.Selected_signal_assignmentContext context

The parse tree.

| Improve this Doc View Source

EnterSelected_waveforms(vhdlParser.Selected_waveformsContext)

Enter a parse tree produced by selected_waveforms().

Declaration
void EnterSelected_waveforms(vhdlParser.Selected_waveformsContext context)
Parameters
Type Name Description
vhdlParser.Selected_waveformsContext context

The parse tree.

| Improve this Doc View Source

EnterSensitivity_clause(vhdlParser.Sensitivity_clauseContext)

Enter a parse tree produced by sensitivity_clause().

Declaration
void EnterSensitivity_clause(vhdlParser.Sensitivity_clauseContext context)
Parameters
Type Name Description
vhdlParser.Sensitivity_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterSensitivity_list(vhdlParser.Sensitivity_listContext)

Enter a parse tree produced by sensitivity_list().

Declaration
void EnterSensitivity_list(vhdlParser.Sensitivity_listContext context)
Parameters
Type Name Description
vhdlParser.Sensitivity_listContext context

The parse tree.

| Improve this Doc View Source

EnterSequence_of_statements(vhdlParser.Sequence_of_statementsContext)

Enter a parse tree produced by sequence_of_statements().

Declaration
void EnterSequence_of_statements(vhdlParser.Sequence_of_statementsContext context)
Parameters
Type Name Description
vhdlParser.Sequence_of_statementsContext context

The parse tree.

| Improve this Doc View Source

EnterSequential_statement(vhdlParser.Sequential_statementContext)

Enter a parse tree produced by sequential_statement().

Declaration
void EnterSequential_statement(vhdlParser.Sequential_statementContext context)
Parameters
Type Name Description
vhdlParser.Sequential_statementContext context

The parse tree.

| Improve this Doc View Source

EnterShift_expression(vhdlParser.Shift_expressionContext)

Enter a parse tree produced by shift_expression().

Declaration
void EnterShift_expression(vhdlParser.Shift_expressionContext context)
Parameters
Type Name Description
vhdlParser.Shift_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterShift_operator(vhdlParser.Shift_operatorContext)

Enter a parse tree produced by shift_operator().

Declaration
void EnterShift_operator(vhdlParser.Shift_operatorContext context)
Parameters
Type Name Description
vhdlParser.Shift_operatorContext context

The parse tree.

| Improve this Doc View Source

EnterSignal_assignment_statement(vhdlParser.Signal_assignment_statementContext)

Enter a parse tree produced by signal_assignment_statement().

Declaration
void EnterSignal_assignment_statement(vhdlParser.Signal_assignment_statementContext context)
Parameters
Type Name Description
vhdlParser.Signal_assignment_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSignal_declaration(vhdlParser.Signal_declarationContext)

Enter a parse tree produced by signal_declaration().

Declaration
void EnterSignal_declaration(vhdlParser.Signal_declarationContext context)
Parameters
Type Name Description
vhdlParser.Signal_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterSignal_kind(vhdlParser.Signal_kindContext)

Enter a parse tree produced by signal_kind().

Declaration
void EnterSignal_kind(vhdlParser.Signal_kindContext context)
Parameters
Type Name Description
vhdlParser.Signal_kindContext context

The parse tree.

| Improve this Doc View Source

EnterSignal_list(vhdlParser.Signal_listContext)

Enter a parse tree produced by signal_list().

Declaration
void EnterSignal_list(vhdlParser.Signal_listContext context)
Parameters
Type Name Description
vhdlParser.Signal_listContext context

The parse tree.

| Improve this Doc View Source

EnterSignal_mode(vhdlParser.Signal_modeContext)

Enter a parse tree produced by signal_mode().

Declaration
void EnterSignal_mode(vhdlParser.Signal_modeContext context)
Parameters
Type Name Description
vhdlParser.Signal_modeContext context

The parse tree.

| Improve this Doc View Source

EnterSignature(vhdlParser.SignatureContext)

Enter a parse tree produced by signature().

Declaration
void EnterSignature(vhdlParser.SignatureContext context)
Parameters
Type Name Description
vhdlParser.SignatureContext context

The parse tree.

| Improve this Doc View Source

EnterSimple_expression(vhdlParser.Simple_expressionContext)

Enter a parse tree produced by simple_expression().

Declaration
void EnterSimple_expression(vhdlParser.Simple_expressionContext context)
Parameters
Type Name Description
vhdlParser.Simple_expressionContext context

The parse tree.

| Improve this Doc View Source

EnterSimple_simultaneous_statement(vhdlParser.Simple_simultaneous_statementContext)

Enter a parse tree produced by simple_simultaneous_statement().

Declaration
void EnterSimple_simultaneous_statement(vhdlParser.Simple_simultaneous_statementContext context)
Parameters
Type Name Description
vhdlParser.Simple_simultaneous_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSimultaneous_alternative(vhdlParser.Simultaneous_alternativeContext)

Enter a parse tree produced by simultaneous_alternative().

Declaration
void EnterSimultaneous_alternative(vhdlParser.Simultaneous_alternativeContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_alternativeContext context

The parse tree.

| Improve this Doc View Source

EnterSimultaneous_case_statement(vhdlParser.Simultaneous_case_statementContext)

Enter a parse tree produced by simultaneous_case_statement().

Declaration
void EnterSimultaneous_case_statement(vhdlParser.Simultaneous_case_statementContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_case_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSimultaneous_if_statement(vhdlParser.Simultaneous_if_statementContext)

Enter a parse tree produced by simultaneous_if_statement().

Declaration
void EnterSimultaneous_if_statement(vhdlParser.Simultaneous_if_statementContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_if_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSimultaneous_procedural_statement(vhdlParser.Simultaneous_procedural_statementContext)

Enter a parse tree produced by simultaneous_procedural_statement().

Declaration
void EnterSimultaneous_procedural_statement(vhdlParser.Simultaneous_procedural_statementContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_procedural_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSimultaneous_statement(vhdlParser.Simultaneous_statementContext)

Enter a parse tree produced by simultaneous_statement().

Declaration
void EnterSimultaneous_statement(vhdlParser.Simultaneous_statementContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_statementContext context

The parse tree.

| Improve this Doc View Source

EnterSimultaneous_statement_part(vhdlParser.Simultaneous_statement_partContext)

Enter a parse tree produced by simultaneous_statement_part().

Declaration
void EnterSimultaneous_statement_part(vhdlParser.Simultaneous_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_statement_partContext context

The parse tree.

| Improve this Doc View Source

EnterSlice_name_part(vhdlParser.Slice_name_partContext)

Enter a parse tree produced by slice_name_part().

Declaration
void EnterSlice_name_part(vhdlParser.Slice_name_partContext context)
Parameters
Type Name Description
vhdlParser.Slice_name_partContext context

The parse tree.

| Improve this Doc View Source

EnterSource_aspect(vhdlParser.Source_aspectContext)

Enter a parse tree produced by source_aspect().

Declaration
void EnterSource_aspect(vhdlParser.Source_aspectContext context)
Parameters
Type Name Description
vhdlParser.Source_aspectContext context

The parse tree.

| Improve this Doc View Source

EnterSource_quantity_declaration(vhdlParser.Source_quantity_declarationContext)

Enter a parse tree produced by source_quantity_declaration().

Declaration
void EnterSource_quantity_declaration(vhdlParser.Source_quantity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Source_quantity_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterStep_limit_specification(vhdlParser.Step_limit_specificationContext)

Enter a parse tree produced by step_limit_specification().

Declaration
void EnterStep_limit_specification(vhdlParser.Step_limit_specificationContext context)
Parameters
Type Name Description
vhdlParser.Step_limit_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterSubnature_declaration(vhdlParser.Subnature_declarationContext)

Enter a parse tree produced by subnature_declaration().

Declaration
void EnterSubnature_declaration(vhdlParser.Subnature_declarationContext context)
Parameters
Type Name Description
vhdlParser.Subnature_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterSubnature_indication(vhdlParser.Subnature_indicationContext)

Enter a parse tree produced by subnature_indication().

Declaration
void EnterSubnature_indication(vhdlParser.Subnature_indicationContext context)
Parameters
Type Name Description
vhdlParser.Subnature_indicationContext context

The parse tree.

| Improve this Doc View Source

EnterSubprogram_body(vhdlParser.Subprogram_bodyContext)

Enter a parse tree produced by subprogram_body().

Declaration
void EnterSubprogram_body(vhdlParser.Subprogram_bodyContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_bodyContext context

The parse tree.

| Improve this Doc View Source

EnterSubprogram_declaration(vhdlParser.Subprogram_declarationContext)

Enter a parse tree produced by subprogram_declaration().

Declaration
void EnterSubprogram_declaration(vhdlParser.Subprogram_declarationContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterSubprogram_declarative_item(vhdlParser.Subprogram_declarative_itemContext)

Enter a parse tree produced by subprogram_declarative_item().

Declaration
void EnterSubprogram_declarative_item(vhdlParser.Subprogram_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

EnterSubprogram_declarative_part(vhdlParser.Subprogram_declarative_partContext)

Enter a parse tree produced by subprogram_declarative_part().

Declaration
void EnterSubprogram_declarative_part(vhdlParser.Subprogram_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_declarative_partContext context

The parse tree.

| Improve this Doc View Source

EnterSubprogram_kind(vhdlParser.Subprogram_kindContext)

Enter a parse tree produced by subprogram_kind().

Declaration
void EnterSubprogram_kind(vhdlParser.Subprogram_kindContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_kindContext context

The parse tree.

| Improve this Doc View Source

EnterSubprogram_specification(vhdlParser.Subprogram_specificationContext)

Enter a parse tree produced by subprogram_specification().

Declaration
void EnterSubprogram_specification(vhdlParser.Subprogram_specificationContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_specificationContext context

The parse tree.

| Improve this Doc View Source

EnterSubprogram_statement_part(vhdlParser.Subprogram_statement_partContext)

Enter a parse tree produced by subprogram_statement_part().

Declaration
void EnterSubprogram_statement_part(vhdlParser.Subprogram_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_statement_partContext context

The parse tree.

| Improve this Doc View Source

EnterSubtype_declaration(vhdlParser.Subtype_declarationContext)

Enter a parse tree produced by subtype_declaration().

Declaration
void EnterSubtype_declaration(vhdlParser.Subtype_declarationContext context)
Parameters
Type Name Description
vhdlParser.Subtype_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterSubtype_indication(vhdlParser.Subtype_indicationContext)

Enter a parse tree produced by subtype_indication().

Declaration
void EnterSubtype_indication(vhdlParser.Subtype_indicationContext context)
Parameters
Type Name Description
vhdlParser.Subtype_indicationContext context

The parse tree.

| Improve this Doc View Source

EnterSuffix(vhdlParser.SuffixContext)

Enter a parse tree produced by suffix().

Declaration
void EnterSuffix(vhdlParser.SuffixContext context)
Parameters
Type Name Description
vhdlParser.SuffixContext context

The parse tree.

| Improve this Doc View Source

EnterTarget(vhdlParser.TargetContext)

Enter a parse tree produced by target().

Declaration
void EnterTarget(vhdlParser.TargetContext context)
Parameters
Type Name Description
vhdlParser.TargetContext context

The parse tree.

| Improve this Doc View Source

EnterTerm(vhdlParser.TermContext)

Enter a parse tree produced by term().

Declaration
void EnterTerm(vhdlParser.TermContext context)
Parameters
Type Name Description
vhdlParser.TermContext context

The parse tree.

| Improve this Doc View Source

EnterTerminal_aspect(vhdlParser.Terminal_aspectContext)

Enter a parse tree produced by terminal_aspect().

Declaration
void EnterTerminal_aspect(vhdlParser.Terminal_aspectContext context)
Parameters
Type Name Description
vhdlParser.Terminal_aspectContext context

The parse tree.

| Improve this Doc View Source

EnterTerminal_declaration(vhdlParser.Terminal_declarationContext)

Enter a parse tree produced by terminal_declaration().

Declaration
void EnterTerminal_declaration(vhdlParser.Terminal_declarationContext context)
Parameters
Type Name Description
vhdlParser.Terminal_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterThrough_aspect(vhdlParser.Through_aspectContext)

Enter a parse tree produced by through_aspect().

Declaration
void EnterThrough_aspect(vhdlParser.Through_aspectContext context)
Parameters
Type Name Description
vhdlParser.Through_aspectContext context

The parse tree.

| Improve this Doc View Source

EnterTimeout_clause(vhdlParser.Timeout_clauseContext)

Enter a parse tree produced by timeout_clause().

Declaration
void EnterTimeout_clause(vhdlParser.Timeout_clauseContext context)
Parameters
Type Name Description
vhdlParser.Timeout_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterTolerance_aspect(vhdlParser.Tolerance_aspectContext)

Enter a parse tree produced by tolerance_aspect().

Declaration
void EnterTolerance_aspect(vhdlParser.Tolerance_aspectContext context)
Parameters
Type Name Description
vhdlParser.Tolerance_aspectContext context

The parse tree.

| Improve this Doc View Source

EnterType_declaration(vhdlParser.Type_declarationContext)

Enter a parse tree produced by type_declaration().

Declaration
void EnterType_declaration(vhdlParser.Type_declarationContext context)
Parameters
Type Name Description
vhdlParser.Type_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterType_definition(vhdlParser.Type_definitionContext)

Enter a parse tree produced by type_definition().

Declaration
void EnterType_definition(vhdlParser.Type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Type_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterUnconstrained_array_definition(vhdlParser.Unconstrained_array_definitionContext)

Enter a parse tree produced by unconstrained_array_definition().

Declaration
void EnterUnconstrained_array_definition(vhdlParser.Unconstrained_array_definitionContext context)
Parameters
Type Name Description
vhdlParser.Unconstrained_array_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterUnconstrained_nature_definition(vhdlParser.Unconstrained_nature_definitionContext)

Enter a parse tree produced by unconstrained_nature_definition().

Declaration
void EnterUnconstrained_nature_definition(vhdlParser.Unconstrained_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Unconstrained_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

EnterUse_clause(vhdlParser.Use_clauseContext)

Enter a parse tree produced by use_clause().

Declaration
void EnterUse_clause(vhdlParser.Use_clauseContext context)
Parameters
Type Name Description
vhdlParser.Use_clauseContext context

The parse tree.

| Improve this Doc View Source

EnterVariable_assignment_statement(vhdlParser.Variable_assignment_statementContext)

Enter a parse tree produced by variable_assignment_statement().

Declaration
void EnterVariable_assignment_statement(vhdlParser.Variable_assignment_statementContext context)
Parameters
Type Name Description
vhdlParser.Variable_assignment_statementContext context

The parse tree.

| Improve this Doc View Source

EnterVariable_declaration(vhdlParser.Variable_declarationContext)

Enter a parse tree produced by variable_declaration().

Declaration
void EnterVariable_declaration(vhdlParser.Variable_declarationContext context)
Parameters
Type Name Description
vhdlParser.Variable_declarationContext context

The parse tree.

| Improve this Doc View Source

EnterWait_statement(vhdlParser.Wait_statementContext)

Enter a parse tree produced by wait_statement().

Declaration
void EnterWait_statement(vhdlParser.Wait_statementContext context)
Parameters
Type Name Description
vhdlParser.Wait_statementContext context

The parse tree.

| Improve this Doc View Source

EnterWaveform(vhdlParser.WaveformContext)

Enter a parse tree produced by waveform().

Declaration
void EnterWaveform(vhdlParser.WaveformContext context)
Parameters
Type Name Description
vhdlParser.WaveformContext context

The parse tree.

| Improve this Doc View Source

EnterWaveform_element(vhdlParser.Waveform_elementContext)

Enter a parse tree produced by waveform_element().

Declaration
void EnterWaveform_element(vhdlParser.Waveform_elementContext context)
Parameters
Type Name Description
vhdlParser.Waveform_elementContext context

The parse tree.

| Improve this Doc View Source

ExitAbstract_literal(vhdlParser.Abstract_literalContext)

Exit a parse tree produced by abstract_literal().

Declaration
void ExitAbstract_literal(vhdlParser.Abstract_literalContext context)
Parameters
Type Name Description
vhdlParser.Abstract_literalContext context

The parse tree.

| Improve this Doc View Source

ExitAccess_type_definition(vhdlParser.Access_type_definitionContext)

Exit a parse tree produced by access_type_definition().

Declaration
void ExitAccess_type_definition(vhdlParser.Access_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Access_type_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitAcross_aspect(vhdlParser.Across_aspectContext)

Exit a parse tree produced by across_aspect().

Declaration
void ExitAcross_aspect(vhdlParser.Across_aspectContext context)
Parameters
Type Name Description
vhdlParser.Across_aspectContext context

The parse tree.

| Improve this Doc View Source

ExitActual_designator(vhdlParser.Actual_designatorContext)

Exit a parse tree produced by actual_designator().

Declaration
void ExitActual_designator(vhdlParser.Actual_designatorContext context)
Parameters
Type Name Description
vhdlParser.Actual_designatorContext context

The parse tree.

| Improve this Doc View Source

ExitActual_parameter_part(vhdlParser.Actual_parameter_partContext)

Exit a parse tree produced by actual_parameter_part().

Declaration
void ExitActual_parameter_part(vhdlParser.Actual_parameter_partContext context)
Parameters
Type Name Description
vhdlParser.Actual_parameter_partContext context

The parse tree.

| Improve this Doc View Source

ExitActual_part(vhdlParser.Actual_partContext)

Exit a parse tree produced by actual_part().

Declaration
void ExitActual_part(vhdlParser.Actual_partContext context)
Parameters
Type Name Description
vhdlParser.Actual_partContext context

The parse tree.

| Improve this Doc View Source

ExitAdding_operator(vhdlParser.Adding_operatorContext)

Exit a parse tree produced by adding_operator().

Declaration
void ExitAdding_operator(vhdlParser.Adding_operatorContext context)
Parameters
Type Name Description
vhdlParser.Adding_operatorContext context

The parse tree.

| Improve this Doc View Source

ExitAggregate(vhdlParser.AggregateContext)

Exit a parse tree produced by aggregate().

Declaration
void ExitAggregate(vhdlParser.AggregateContext context)
Parameters
Type Name Description
vhdlParser.AggregateContext context

The parse tree.

| Improve this Doc View Source

ExitAlias_declaration(vhdlParser.Alias_declarationContext)

Exit a parse tree produced by alias_declaration().

Declaration
void ExitAlias_declaration(vhdlParser.Alias_declarationContext context)
Parameters
Type Name Description
vhdlParser.Alias_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitAlias_designator(vhdlParser.Alias_designatorContext)

Exit a parse tree produced by alias_designator().

Declaration
void ExitAlias_designator(vhdlParser.Alias_designatorContext context)
Parameters
Type Name Description
vhdlParser.Alias_designatorContext context

The parse tree.

| Improve this Doc View Source

ExitAlias_indication(vhdlParser.Alias_indicationContext)

Exit a parse tree produced by alias_indication().

Declaration
void ExitAlias_indication(vhdlParser.Alias_indicationContext context)
Parameters
Type Name Description
vhdlParser.Alias_indicationContext context

The parse tree.

| Improve this Doc View Source

ExitAllocator(vhdlParser.AllocatorContext)

Exit a parse tree produced by allocator().

Declaration
void ExitAllocator(vhdlParser.AllocatorContext context)
Parameters
Type Name Description
vhdlParser.AllocatorContext context

The parse tree.

| Improve this Doc View Source

ExitArchitecture_body(vhdlParser.Architecture_bodyContext)

Exit a parse tree produced by architecture_body().

Declaration
void ExitArchitecture_body(vhdlParser.Architecture_bodyContext context)
Parameters
Type Name Description
vhdlParser.Architecture_bodyContext context

The parse tree.

| Improve this Doc View Source

ExitArchitecture_declarative_part(vhdlParser.Architecture_declarative_partContext)

Exit a parse tree produced by architecture_declarative_part().

Declaration
void ExitArchitecture_declarative_part(vhdlParser.Architecture_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Architecture_declarative_partContext context

The parse tree.

| Improve this Doc View Source

ExitArchitecture_statement(vhdlParser.Architecture_statementContext)

Exit a parse tree produced by architecture_statement().

Declaration
void ExitArchitecture_statement(vhdlParser.Architecture_statementContext context)
Parameters
Type Name Description
vhdlParser.Architecture_statementContext context

The parse tree.

| Improve this Doc View Source

ExitArchitecture_statement_part(vhdlParser.Architecture_statement_partContext)

Exit a parse tree produced by architecture_statement_part().

Declaration
void ExitArchitecture_statement_part(vhdlParser.Architecture_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Architecture_statement_partContext context

The parse tree.

| Improve this Doc View Source

ExitArray_nature_definition(vhdlParser.Array_nature_definitionContext)

Exit a parse tree produced by array_nature_definition().

Declaration
void ExitArray_nature_definition(vhdlParser.Array_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Array_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitArray_type_definition(vhdlParser.Array_type_definitionContext)

Exit a parse tree produced by array_type_definition().

Declaration
void ExitArray_type_definition(vhdlParser.Array_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Array_type_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitAssertion(vhdlParser.AssertionContext)

Exit a parse tree produced by assertion().

Declaration
void ExitAssertion(vhdlParser.AssertionContext context)
Parameters
Type Name Description
vhdlParser.AssertionContext context

The parse tree.

| Improve this Doc View Source

ExitAssertion_statement(vhdlParser.Assertion_statementContext)

Exit a parse tree produced by assertion_statement().

Declaration
void ExitAssertion_statement(vhdlParser.Assertion_statementContext context)
Parameters
Type Name Description
vhdlParser.Assertion_statementContext context

The parse tree.

| Improve this Doc View Source

ExitAssociation_element(vhdlParser.Association_elementContext)

Exit a parse tree produced by association_element().

Declaration
void ExitAssociation_element(vhdlParser.Association_elementContext context)
Parameters
Type Name Description
vhdlParser.Association_elementContext context

The parse tree.

| Improve this Doc View Source

ExitAssociation_list(vhdlParser.Association_listContext)

Exit a parse tree produced by association_list().

Declaration
void ExitAssociation_list(vhdlParser.Association_listContext context)
Parameters
Type Name Description
vhdlParser.Association_listContext context

The parse tree.

| Improve this Doc View Source

ExitAttribute_declaration(vhdlParser.Attribute_declarationContext)

Exit a parse tree produced by attribute_declaration().

Declaration
void ExitAttribute_declaration(vhdlParser.Attribute_declarationContext context)
Parameters
Type Name Description
vhdlParser.Attribute_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitAttribute_designator(vhdlParser.Attribute_designatorContext)

Exit a parse tree produced by attribute_designator().

Declaration
void ExitAttribute_designator(vhdlParser.Attribute_designatorContext context)
Parameters
Type Name Description
vhdlParser.Attribute_designatorContext context

The parse tree.

| Improve this Doc View Source

ExitAttribute_name_part(vhdlParser.Attribute_name_partContext)

Exit a parse tree produced by attribute_name_part().

Declaration
void ExitAttribute_name_part(vhdlParser.Attribute_name_partContext context)
Parameters
Type Name Description
vhdlParser.Attribute_name_partContext context

The parse tree.

| Improve this Doc View Source

ExitAttribute_specification(vhdlParser.Attribute_specificationContext)

Exit a parse tree produced by attribute_specification().

Declaration
void ExitAttribute_specification(vhdlParser.Attribute_specificationContext context)
Parameters
Type Name Description
vhdlParser.Attribute_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitBase_unit_declaration(vhdlParser.Base_unit_declarationContext)

Exit a parse tree produced by base_unit_declaration().

Declaration
void ExitBase_unit_declaration(vhdlParser.Base_unit_declarationContext context)
Parameters
Type Name Description
vhdlParser.Base_unit_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitBinding_indication(vhdlParser.Binding_indicationContext)

Exit a parse tree produced by binding_indication().

Declaration
void ExitBinding_indication(vhdlParser.Binding_indicationContext context)
Parameters
Type Name Description
vhdlParser.Binding_indicationContext context

The parse tree.

| Improve this Doc View Source

ExitBlock_configuration(vhdlParser.Block_configurationContext)

Exit a parse tree produced by block_configuration().

Declaration
void ExitBlock_configuration(vhdlParser.Block_configurationContext context)
Parameters
Type Name Description
vhdlParser.Block_configurationContext context

The parse tree.

| Improve this Doc View Source

ExitBlock_declarative_item(vhdlParser.Block_declarative_itemContext)

Exit a parse tree produced by block_declarative_item().

Declaration
void ExitBlock_declarative_item(vhdlParser.Block_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Block_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

ExitBlock_declarative_part(vhdlParser.Block_declarative_partContext)

Exit a parse tree produced by block_declarative_part().

Declaration
void ExitBlock_declarative_part(vhdlParser.Block_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Block_declarative_partContext context

The parse tree.

| Improve this Doc View Source

ExitBlock_header(vhdlParser.Block_headerContext)

Exit a parse tree produced by block_header().

Declaration
void ExitBlock_header(vhdlParser.Block_headerContext context)
Parameters
Type Name Description
vhdlParser.Block_headerContext context

The parse tree.

| Improve this Doc View Source

ExitBlock_specification(vhdlParser.Block_specificationContext)

Exit a parse tree produced by block_specification().

Declaration
void ExitBlock_specification(vhdlParser.Block_specificationContext context)
Parameters
Type Name Description
vhdlParser.Block_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitBlock_statement(vhdlParser.Block_statementContext)

Exit a parse tree produced by block_statement().

Declaration
void ExitBlock_statement(vhdlParser.Block_statementContext context)
Parameters
Type Name Description
vhdlParser.Block_statementContext context

The parse tree.

| Improve this Doc View Source

ExitBlock_statement_part(vhdlParser.Block_statement_partContext)

Exit a parse tree produced by block_statement_part().

Declaration
void ExitBlock_statement_part(vhdlParser.Block_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Block_statement_partContext context

The parse tree.

| Improve this Doc View Source

ExitBranch_quantity_declaration(vhdlParser.Branch_quantity_declarationContext)

Exit a parse tree produced by branch_quantity_declaration().

Declaration
void ExitBranch_quantity_declaration(vhdlParser.Branch_quantity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Branch_quantity_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitBreak_element(vhdlParser.Break_elementContext)

Exit a parse tree produced by break_element().

Declaration
void ExitBreak_element(vhdlParser.Break_elementContext context)
Parameters
Type Name Description
vhdlParser.Break_elementContext context

The parse tree.

| Improve this Doc View Source

ExitBreak_list(vhdlParser.Break_listContext)

Exit a parse tree produced by break_list().

Declaration
void ExitBreak_list(vhdlParser.Break_listContext context)
Parameters
Type Name Description
vhdlParser.Break_listContext context

The parse tree.

| Improve this Doc View Source

ExitBreak_selector_clause(vhdlParser.Break_selector_clauseContext)

Exit a parse tree produced by break_selector_clause().

Declaration
void ExitBreak_selector_clause(vhdlParser.Break_selector_clauseContext context)
Parameters
Type Name Description
vhdlParser.Break_selector_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitBreak_statement(vhdlParser.Break_statementContext)

Exit a parse tree produced by break_statement().

Declaration
void ExitBreak_statement(vhdlParser.Break_statementContext context)
Parameters
Type Name Description
vhdlParser.Break_statementContext context

The parse tree.

| Improve this Doc View Source

ExitCase_statement(vhdlParser.Case_statementContext)

Exit a parse tree produced by case_statement().

Declaration
void ExitCase_statement(vhdlParser.Case_statementContext context)
Parameters
Type Name Description
vhdlParser.Case_statementContext context

The parse tree.

| Improve this Doc View Source

ExitCase_statement_alternative(vhdlParser.Case_statement_alternativeContext)

Exit a parse tree produced by case_statement_alternative().

Declaration
void ExitCase_statement_alternative(vhdlParser.Case_statement_alternativeContext context)
Parameters
Type Name Description
vhdlParser.Case_statement_alternativeContext context

The parse tree.

| Improve this Doc View Source

ExitChoice(vhdlParser.ChoiceContext)

Exit a parse tree produced by choice().

Declaration
void ExitChoice(vhdlParser.ChoiceContext context)
Parameters
Type Name Description
vhdlParser.ChoiceContext context

The parse tree.

| Improve this Doc View Source

ExitChoices(vhdlParser.ChoicesContext)

Exit a parse tree produced by choices().

Declaration
void ExitChoices(vhdlParser.ChoicesContext context)
Parameters
Type Name Description
vhdlParser.ChoicesContext context

The parse tree.

| Improve this Doc View Source

ExitComponent_configuration(vhdlParser.Component_configurationContext)

Exit a parse tree produced by component_configuration().

Declaration
void ExitComponent_configuration(vhdlParser.Component_configurationContext context)
Parameters
Type Name Description
vhdlParser.Component_configurationContext context

The parse tree.

| Improve this Doc View Source

ExitComponent_declaration(vhdlParser.Component_declarationContext)

Exit a parse tree produced by component_declaration().

Declaration
void ExitComponent_declaration(vhdlParser.Component_declarationContext context)
Parameters
Type Name Description
vhdlParser.Component_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitComponent_instantiation_statement(vhdlParser.Component_instantiation_statementContext)

Exit a parse tree produced by component_instantiation_statement().

Declaration
void ExitComponent_instantiation_statement(vhdlParser.Component_instantiation_statementContext context)
Parameters
Type Name Description
vhdlParser.Component_instantiation_statementContext context

The parse tree.

| Improve this Doc View Source

ExitComponent_specification(vhdlParser.Component_specificationContext)

Exit a parse tree produced by component_specification().

Declaration
void ExitComponent_specification(vhdlParser.Component_specificationContext context)
Parameters
Type Name Description
vhdlParser.Component_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitComposite_nature_definition(vhdlParser.Composite_nature_definitionContext)

Exit a parse tree produced by composite_nature_definition().

Declaration
void ExitComposite_nature_definition(vhdlParser.Composite_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Composite_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitComposite_type_definition(vhdlParser.Composite_type_definitionContext)

Exit a parse tree produced by composite_type_definition().

Declaration
void ExitComposite_type_definition(vhdlParser.Composite_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Composite_type_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitConcurrent_assertion_statement(vhdlParser.Concurrent_assertion_statementContext)

Exit a parse tree produced by concurrent_assertion_statement().

Declaration
void ExitConcurrent_assertion_statement(vhdlParser.Concurrent_assertion_statementContext context)
Parameters
Type Name Description
vhdlParser.Concurrent_assertion_statementContext context

The parse tree.

| Improve this Doc View Source

ExitConcurrent_break_statement(vhdlParser.Concurrent_break_statementContext)

Exit a parse tree produced by concurrent_break_statement().

Declaration
void ExitConcurrent_break_statement(vhdlParser.Concurrent_break_statementContext context)
Parameters
Type Name Description
vhdlParser.Concurrent_break_statementContext context

The parse tree.

| Improve this Doc View Source

ExitConcurrent_procedure_call_statement(vhdlParser.Concurrent_procedure_call_statementContext)

Exit a parse tree produced by concurrent_procedure_call_statement().

Declaration
void ExitConcurrent_procedure_call_statement(vhdlParser.Concurrent_procedure_call_statementContext context)
Parameters
Type Name Description
vhdlParser.Concurrent_procedure_call_statementContext context

The parse tree.

| Improve this Doc View Source

ExitConcurrent_signal_assignment_statement(vhdlParser.Concurrent_signal_assignment_statementContext)

Exit a parse tree produced by concurrent_signal_assignment_statement().

Declaration
void ExitConcurrent_signal_assignment_statement(vhdlParser.Concurrent_signal_assignment_statementContext context)
Parameters
Type Name Description
vhdlParser.Concurrent_signal_assignment_statementContext context

The parse tree.

| Improve this Doc View Source

ExitCondition(vhdlParser.ConditionContext)

Exit a parse tree produced by condition().

Declaration
void ExitCondition(vhdlParser.ConditionContext context)
Parameters
Type Name Description
vhdlParser.ConditionContext context

The parse tree.

| Improve this Doc View Source

ExitCondition_clause(vhdlParser.Condition_clauseContext)

Exit a parse tree produced by condition_clause().

Declaration
void ExitCondition_clause(vhdlParser.Condition_clauseContext context)
Parameters
Type Name Description
vhdlParser.Condition_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitConditional_signal_assignment(vhdlParser.Conditional_signal_assignmentContext)

Exit a parse tree produced by conditional_signal_assignment().

Declaration
void ExitConditional_signal_assignment(vhdlParser.Conditional_signal_assignmentContext context)
Parameters
Type Name Description
vhdlParser.Conditional_signal_assignmentContext context

The parse tree.

| Improve this Doc View Source

ExitConditional_waveforms(vhdlParser.Conditional_waveformsContext)

Exit a parse tree produced by conditional_waveforms().

Declaration
void ExitConditional_waveforms(vhdlParser.Conditional_waveformsContext context)
Parameters
Type Name Description
vhdlParser.Conditional_waveformsContext context

The parse tree.

| Improve this Doc View Source

ExitConfiguration_declaration(vhdlParser.Configuration_declarationContext)

Exit a parse tree produced by configuration_declaration().

Declaration
void ExitConfiguration_declaration(vhdlParser.Configuration_declarationContext context)
Parameters
Type Name Description
vhdlParser.Configuration_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitConfiguration_declarative_item(vhdlParser.Configuration_declarative_itemContext)

Exit a parse tree produced by configuration_declarative_item().

Declaration
void ExitConfiguration_declarative_item(vhdlParser.Configuration_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Configuration_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

ExitConfiguration_declarative_part(vhdlParser.Configuration_declarative_partContext)

Exit a parse tree produced by configuration_declarative_part().

Declaration
void ExitConfiguration_declarative_part(vhdlParser.Configuration_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Configuration_declarative_partContext context

The parse tree.

| Improve this Doc View Source

ExitConfiguration_item(vhdlParser.Configuration_itemContext)

Exit a parse tree produced by configuration_item().

Declaration
void ExitConfiguration_item(vhdlParser.Configuration_itemContext context)
Parameters
Type Name Description
vhdlParser.Configuration_itemContext context

The parse tree.

| Improve this Doc View Source

ExitConfiguration_specification(vhdlParser.Configuration_specificationContext)

Exit a parse tree produced by configuration_specification().

Declaration
void ExitConfiguration_specification(vhdlParser.Configuration_specificationContext context)
Parameters
Type Name Description
vhdlParser.Configuration_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitConstant_declaration(vhdlParser.Constant_declarationContext)

Exit a parse tree produced by constant_declaration().

Declaration
void ExitConstant_declaration(vhdlParser.Constant_declarationContext context)
Parameters
Type Name Description
vhdlParser.Constant_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitConstrained_array_definition(vhdlParser.Constrained_array_definitionContext)

Exit a parse tree produced by constrained_array_definition().

Declaration
void ExitConstrained_array_definition(vhdlParser.Constrained_array_definitionContext context)
Parameters
Type Name Description
vhdlParser.Constrained_array_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitConstrained_nature_definition(vhdlParser.Constrained_nature_definitionContext)

Exit a parse tree produced by constrained_nature_definition().

Declaration
void ExitConstrained_nature_definition(vhdlParser.Constrained_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Constrained_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitConstraint(vhdlParser.ConstraintContext)

Exit a parse tree produced by constraint().

Declaration
void ExitConstraint(vhdlParser.ConstraintContext context)
Parameters
Type Name Description
vhdlParser.ConstraintContext context

The parse tree.

| Improve this Doc View Source

ExitContext_clause(vhdlParser.Context_clauseContext)

Exit a parse tree produced by context_clause().

Declaration
void ExitContext_clause(vhdlParser.Context_clauseContext context)
Parameters
Type Name Description
vhdlParser.Context_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitContext_item(vhdlParser.Context_itemContext)

Exit a parse tree produced by context_item().

Declaration
void ExitContext_item(vhdlParser.Context_itemContext context)
Parameters
Type Name Description
vhdlParser.Context_itemContext context

The parse tree.

| Improve this Doc View Source

ExitDelay_mechanism(vhdlParser.Delay_mechanismContext)

Exit a parse tree produced by delay_mechanism().

Declaration
void ExitDelay_mechanism(vhdlParser.Delay_mechanismContext context)
Parameters
Type Name Description
vhdlParser.Delay_mechanismContext context

The parse tree.

| Improve this Doc View Source

ExitDesign_file(vhdlParser.Design_fileContext)

Exit a parse tree produced by design_file().

Declaration
void ExitDesign_file(vhdlParser.Design_fileContext context)
Parameters
Type Name Description
vhdlParser.Design_fileContext context

The parse tree.

| Improve this Doc View Source

ExitDesign_unit(vhdlParser.Design_unitContext)

Exit a parse tree produced by design_unit().

Declaration
void ExitDesign_unit(vhdlParser.Design_unitContext context)
Parameters
Type Name Description
vhdlParser.Design_unitContext context

The parse tree.

| Improve this Doc View Source

ExitDesignator(vhdlParser.DesignatorContext)

Exit a parse tree produced by designator().

Declaration
void ExitDesignator(vhdlParser.DesignatorContext context)
Parameters
Type Name Description
vhdlParser.DesignatorContext context

The parse tree.

| Improve this Doc View Source

ExitDirection(vhdlParser.DirectionContext)

Exit a parse tree produced by direction().

Declaration
void ExitDirection(vhdlParser.DirectionContext context)
Parameters
Type Name Description
vhdlParser.DirectionContext context

The parse tree.

| Improve this Doc View Source

ExitDisconnection_specification(vhdlParser.Disconnection_specificationContext)

Exit a parse tree produced by disconnection_specification().

Declaration
void ExitDisconnection_specification(vhdlParser.Disconnection_specificationContext context)
Parameters
Type Name Description
vhdlParser.Disconnection_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitDiscrete_range(vhdlParser.Discrete_rangeContext)

Exit a parse tree produced by discrete_range().

Declaration
void ExitDiscrete_range(vhdlParser.Discrete_rangeContext context)
Parameters
Type Name Description
vhdlParser.Discrete_rangeContext context

The parse tree.

| Improve this Doc View Source

ExitElement_association(vhdlParser.Element_associationContext)

Exit a parse tree produced by element_association().

Declaration
void ExitElement_association(vhdlParser.Element_associationContext context)
Parameters
Type Name Description
vhdlParser.Element_associationContext context

The parse tree.

| Improve this Doc View Source

ExitElement_declaration(vhdlParser.Element_declarationContext)

Exit a parse tree produced by element_declaration().

Declaration
void ExitElement_declaration(vhdlParser.Element_declarationContext context)
Parameters
Type Name Description
vhdlParser.Element_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitElement_subnature_definition(vhdlParser.Element_subnature_definitionContext)

Exit a parse tree produced by element_subnature_definition().

Declaration
void ExitElement_subnature_definition(vhdlParser.Element_subnature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Element_subnature_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitElement_subtype_definition(vhdlParser.Element_subtype_definitionContext)

Exit a parse tree produced by element_subtype_definition().

Declaration
void ExitElement_subtype_definition(vhdlParser.Element_subtype_definitionContext context)
Parameters
Type Name Description
vhdlParser.Element_subtype_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_aspect(vhdlParser.Entity_aspectContext)

Exit a parse tree produced by entity_aspect().

Declaration
void ExitEntity_aspect(vhdlParser.Entity_aspectContext context)
Parameters
Type Name Description
vhdlParser.Entity_aspectContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_class(vhdlParser.Entity_classContext)

Exit a parse tree produced by entity_class().

Declaration
void ExitEntity_class(vhdlParser.Entity_classContext context)
Parameters
Type Name Description
vhdlParser.Entity_classContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_class_entry(vhdlParser.Entity_class_entryContext)

Exit a parse tree produced by entity_class_entry().

Declaration
void ExitEntity_class_entry(vhdlParser.Entity_class_entryContext context)
Parameters
Type Name Description
vhdlParser.Entity_class_entryContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_class_entry_list(vhdlParser.Entity_class_entry_listContext)

Exit a parse tree produced by entity_class_entry_list().

Declaration
void ExitEntity_class_entry_list(vhdlParser.Entity_class_entry_listContext context)
Parameters
Type Name Description
vhdlParser.Entity_class_entry_listContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_declaration(vhdlParser.Entity_declarationContext)

Exit a parse tree produced by entity_declaration().

Declaration
void ExitEntity_declaration(vhdlParser.Entity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Entity_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_declarative_item(vhdlParser.Entity_declarative_itemContext)

Exit a parse tree produced by entity_declarative_item().

Declaration
void ExitEntity_declarative_item(vhdlParser.Entity_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Entity_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_declarative_part(vhdlParser.Entity_declarative_partContext)

Exit a parse tree produced by entity_declarative_part().

Declaration
void ExitEntity_declarative_part(vhdlParser.Entity_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Entity_declarative_partContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_designator(vhdlParser.Entity_designatorContext)

Exit a parse tree produced by entity_designator().

Declaration
void ExitEntity_designator(vhdlParser.Entity_designatorContext context)
Parameters
Type Name Description
vhdlParser.Entity_designatorContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_header(vhdlParser.Entity_headerContext)

Exit a parse tree produced by entity_header().

Declaration
void ExitEntity_header(vhdlParser.Entity_headerContext context)
Parameters
Type Name Description
vhdlParser.Entity_headerContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_name_list(vhdlParser.Entity_name_listContext)

Exit a parse tree produced by entity_name_list().

Declaration
void ExitEntity_name_list(vhdlParser.Entity_name_listContext context)
Parameters
Type Name Description
vhdlParser.Entity_name_listContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_specification(vhdlParser.Entity_specificationContext)

Exit a parse tree produced by entity_specification().

Declaration
void ExitEntity_specification(vhdlParser.Entity_specificationContext context)
Parameters
Type Name Description
vhdlParser.Entity_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_statement(vhdlParser.Entity_statementContext)

Exit a parse tree produced by entity_statement().

Declaration
void ExitEntity_statement(vhdlParser.Entity_statementContext context)
Parameters
Type Name Description
vhdlParser.Entity_statementContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_statement_part(vhdlParser.Entity_statement_partContext)

Exit a parse tree produced by entity_statement_part().

Declaration
void ExitEntity_statement_part(vhdlParser.Entity_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Entity_statement_partContext context

The parse tree.

| Improve this Doc View Source

ExitEntity_tag(vhdlParser.Entity_tagContext)

Exit a parse tree produced by entity_tag().

Declaration
void ExitEntity_tag(vhdlParser.Entity_tagContext context)
Parameters
Type Name Description
vhdlParser.Entity_tagContext context

The parse tree.

| Improve this Doc View Source

ExitEnumeration_literal(vhdlParser.Enumeration_literalContext)

Exit a parse tree produced by enumeration_literal().

Declaration
void ExitEnumeration_literal(vhdlParser.Enumeration_literalContext context)
Parameters
Type Name Description
vhdlParser.Enumeration_literalContext context

The parse tree.

| Improve this Doc View Source

ExitEnumeration_type_definition(vhdlParser.Enumeration_type_definitionContext)

Exit a parse tree produced by enumeration_type_definition().

Declaration
void ExitEnumeration_type_definition(vhdlParser.Enumeration_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Enumeration_type_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitExit_statement(vhdlParser.Exit_statementContext)

Exit a parse tree produced by exit_statement().

Declaration
void ExitExit_statement(vhdlParser.Exit_statementContext context)
Parameters
Type Name Description
vhdlParser.Exit_statementContext context

The parse tree.

| Improve this Doc View Source

ExitExplicit_range(vhdlParser.Explicit_rangeContext)

Exit a parse tree produced by explicit_range().

Declaration
void ExitExplicit_range(vhdlParser.Explicit_rangeContext context)
Parameters
Type Name Description
vhdlParser.Explicit_rangeContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(vhdlParser.ExpressionContext)

Exit a parse tree produced by expression().

Declaration
void ExitExpression(vhdlParser.ExpressionContext context)
Parameters
Type Name Description
vhdlParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitFactor(vhdlParser.FactorContext)

Exit a parse tree produced by factor().

Declaration
void ExitFactor(vhdlParser.FactorContext context)
Parameters
Type Name Description
vhdlParser.FactorContext context

The parse tree.

| Improve this Doc View Source

ExitFile_declaration(vhdlParser.File_declarationContext)

Exit a parse tree produced by file_declaration().

Declaration
void ExitFile_declaration(vhdlParser.File_declarationContext context)
Parameters
Type Name Description
vhdlParser.File_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitFile_logical_name(vhdlParser.File_logical_nameContext)

Exit a parse tree produced by file_logical_name().

Declaration
void ExitFile_logical_name(vhdlParser.File_logical_nameContext context)
Parameters
Type Name Description
vhdlParser.File_logical_nameContext context

The parse tree.

| Improve this Doc View Source

ExitFile_open_information(vhdlParser.File_open_informationContext)

Exit a parse tree produced by file_open_information().

Declaration
void ExitFile_open_information(vhdlParser.File_open_informationContext context)
Parameters
Type Name Description
vhdlParser.File_open_informationContext context

The parse tree.

| Improve this Doc View Source

ExitFile_type_definition(vhdlParser.File_type_definitionContext)

Exit a parse tree produced by file_type_definition().

Declaration
void ExitFile_type_definition(vhdlParser.File_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.File_type_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitFormal_parameter_list(vhdlParser.Formal_parameter_listContext)

Exit a parse tree produced by formal_parameter_list().

Declaration
void ExitFormal_parameter_list(vhdlParser.Formal_parameter_listContext context)
Parameters
Type Name Description
vhdlParser.Formal_parameter_listContext context

The parse tree.

| Improve this Doc View Source

ExitFormal_part(vhdlParser.Formal_partContext)

Exit a parse tree produced by formal_part().

Declaration
void ExitFormal_part(vhdlParser.Formal_partContext context)
Parameters
Type Name Description
vhdlParser.Formal_partContext context

The parse tree.

| Improve this Doc View Source

ExitFree_quantity_declaration(vhdlParser.Free_quantity_declarationContext)

Exit a parse tree produced by free_quantity_declaration().

Declaration
void ExitFree_quantity_declaration(vhdlParser.Free_quantity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Free_quantity_declarationContext context

The parse tree.

| Improve this Doc View Source

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().

Declaration
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.

| Improve this Doc View Source

ExitFunction_specification(vhdlParser.Function_specificationContext)

Exit a parse tree produced by function_specification().

Declaration
void ExitFunction_specification(vhdlParser.Function_specificationContext context)
Parameters
Type Name Description
vhdlParser.Function_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitGenerate_statement(vhdlParser.Generate_statementContext)

Exit a parse tree produced by generate_statement().

Declaration
void ExitGenerate_statement(vhdlParser.Generate_statementContext context)
Parameters
Type Name Description
vhdlParser.Generate_statementContext context

The parse tree.

| Improve this Doc View Source

ExitGeneration_scheme(vhdlParser.Generation_schemeContext)

Exit a parse tree produced by generation_scheme().

Declaration
void ExitGeneration_scheme(vhdlParser.Generation_schemeContext context)
Parameters
Type Name Description
vhdlParser.Generation_schemeContext context

The parse tree.

| Improve this Doc View Source

ExitGeneric_clause(vhdlParser.Generic_clauseContext)

Exit a parse tree produced by generic_clause().

Declaration
void ExitGeneric_clause(vhdlParser.Generic_clauseContext context)
Parameters
Type Name Description
vhdlParser.Generic_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitGeneric_list(vhdlParser.Generic_listContext)

Exit a parse tree produced by generic_list().

Declaration
void ExitGeneric_list(vhdlParser.Generic_listContext context)
Parameters
Type Name Description
vhdlParser.Generic_listContext context

The parse tree.

| Improve this Doc View Source

ExitGeneric_map_aspect(vhdlParser.Generic_map_aspectContext)

Exit a parse tree produced by generic_map_aspect().

Declaration
void ExitGeneric_map_aspect(vhdlParser.Generic_map_aspectContext context)
Parameters
Type Name Description
vhdlParser.Generic_map_aspectContext context

The parse tree.

| Improve this Doc View Source

ExitGroup_constituent(vhdlParser.Group_constituentContext)

Exit a parse tree produced by group_constituent().

Declaration
void ExitGroup_constituent(vhdlParser.Group_constituentContext context)
Parameters
Type Name Description
vhdlParser.Group_constituentContext context

The parse tree.

| Improve this Doc View Source

ExitGroup_constituent_list(vhdlParser.Group_constituent_listContext)

Exit a parse tree produced by group_constituent_list().

Declaration
void ExitGroup_constituent_list(vhdlParser.Group_constituent_listContext context)
Parameters
Type Name Description
vhdlParser.Group_constituent_listContext context

The parse tree.

| Improve this Doc View Source

ExitGroup_declaration(vhdlParser.Group_declarationContext)

Exit a parse tree produced by group_declaration().

Declaration
void ExitGroup_declaration(vhdlParser.Group_declarationContext context)
Parameters
Type Name Description
vhdlParser.Group_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitGroup_template_declaration(vhdlParser.Group_template_declarationContext)

Exit a parse tree produced by group_template_declaration().

Declaration
void ExitGroup_template_declaration(vhdlParser.Group_template_declarationContext context)
Parameters
Type Name Description
vhdlParser.Group_template_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitGuarded_signal_specification(vhdlParser.Guarded_signal_specificationContext)

Exit a parse tree produced by guarded_signal_specification().

Declaration
void ExitGuarded_signal_specification(vhdlParser.Guarded_signal_specificationContext context)
Parameters
Type Name Description
vhdlParser.Guarded_signal_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier(vhdlParser.IdentifierContext)

Exit a parse tree produced by identifier().

Declaration
void ExitIdentifier(vhdlParser.IdentifierContext context)
Parameters
Type Name Description
vhdlParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier_list(vhdlParser.Identifier_listContext)

Exit a parse tree produced by identifier_list().

Declaration
void ExitIdentifier_list(vhdlParser.Identifier_listContext context)
Parameters
Type Name Description
vhdlParser.Identifier_listContext context

The parse tree.

| Improve this Doc View Source

ExitIf_statement(vhdlParser.If_statementContext)

Exit a parse tree produced by if_statement().

Declaration
void ExitIf_statement(vhdlParser.If_statementContext context)
Parameters
Type Name Description
vhdlParser.If_statementContext context

The parse tree.

| Improve this Doc View Source

ExitIndex_constraint(vhdlParser.Index_constraintContext)

Exit a parse tree produced by index_constraint().

Declaration
void ExitIndex_constraint(vhdlParser.Index_constraintContext context)
Parameters
Type Name Description
vhdlParser.Index_constraintContext context

The parse tree.

| Improve this Doc View Source

ExitIndex_specification(vhdlParser.Index_specificationContext)

Exit a parse tree produced by index_specification().

Declaration
void ExitIndex_specification(vhdlParser.Index_specificationContext context)
Parameters
Type Name Description
vhdlParser.Index_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitIndex_subtype_definition(vhdlParser.Index_subtype_definitionContext)

Exit a parse tree produced by index_subtype_definition().

Declaration
void ExitIndex_subtype_definition(vhdlParser.Index_subtype_definitionContext context)
Parameters
Type Name Description
vhdlParser.Index_subtype_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitInstantiated_unit(vhdlParser.Instantiated_unitContext)

Exit a parse tree produced by instantiated_unit().

Declaration
void ExitInstantiated_unit(vhdlParser.Instantiated_unitContext context)
Parameters
Type Name Description
vhdlParser.Instantiated_unitContext context

The parse tree.

| Improve this Doc View Source

ExitInstantiation_list(vhdlParser.Instantiation_listContext)

Exit a parse tree produced by instantiation_list().

Declaration
void ExitInstantiation_list(vhdlParser.Instantiation_listContext context)
Parameters
Type Name Description
vhdlParser.Instantiation_listContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_constant_declaration(vhdlParser.Interface_constant_declarationContext)

Exit a parse tree produced by interface_constant_declaration().

Declaration
void ExitInterface_constant_declaration(vhdlParser.Interface_constant_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_constant_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_declaration(vhdlParser.Interface_declarationContext)

Exit a parse tree produced by interface_declaration().

Declaration
void ExitInterface_declaration(vhdlParser.Interface_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_element(vhdlParser.Interface_elementContext)

Exit a parse tree produced by interface_element().

Declaration
void ExitInterface_element(vhdlParser.Interface_elementContext context)
Parameters
Type Name Description
vhdlParser.Interface_elementContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_file_declaration(vhdlParser.Interface_file_declarationContext)

Exit a parse tree produced by interface_file_declaration().

Declaration
void ExitInterface_file_declaration(vhdlParser.Interface_file_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_file_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_list(vhdlParser.Interface_listContext)

Exit a parse tree produced by interface_list().

Declaration
void ExitInterface_list(vhdlParser.Interface_listContext context)
Parameters
Type Name Description
vhdlParser.Interface_listContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_port_declaration(vhdlParser.Interface_port_declarationContext)

Exit a parse tree produced by interface_port_declaration().

Declaration
void ExitInterface_port_declaration(vhdlParser.Interface_port_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_port_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_port_list(vhdlParser.Interface_port_listContext)

Exit a parse tree produced by interface_port_list().

Declaration
void ExitInterface_port_list(vhdlParser.Interface_port_listContext context)
Parameters
Type Name Description
vhdlParser.Interface_port_listContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_quantity_declaration(vhdlParser.Interface_quantity_declarationContext)

Exit a parse tree produced by interface_quantity_declaration().

Declaration
void ExitInterface_quantity_declaration(vhdlParser.Interface_quantity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_quantity_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_signal_declaration(vhdlParser.Interface_signal_declarationContext)

Exit a parse tree produced by interface_signal_declaration().

Declaration
void ExitInterface_signal_declaration(vhdlParser.Interface_signal_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_signal_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_signal_list(vhdlParser.Interface_signal_listContext)

Exit a parse tree produced by interface_signal_list().

Declaration
void ExitInterface_signal_list(vhdlParser.Interface_signal_listContext context)
Parameters
Type Name Description
vhdlParser.Interface_signal_listContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_terminal_declaration(vhdlParser.Interface_terminal_declarationContext)

Exit a parse tree produced by interface_terminal_declaration().

Declaration
void ExitInterface_terminal_declaration(vhdlParser.Interface_terminal_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_terminal_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitInterface_variable_declaration(vhdlParser.Interface_variable_declarationContext)

Exit a parse tree produced by interface_variable_declaration().

Declaration
void ExitInterface_variable_declaration(vhdlParser.Interface_variable_declarationContext context)
Parameters
Type Name Description
vhdlParser.Interface_variable_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitIteration_scheme(vhdlParser.Iteration_schemeContext)

Exit a parse tree produced by iteration_scheme().

Declaration
void ExitIteration_scheme(vhdlParser.Iteration_schemeContext context)
Parameters
Type Name Description
vhdlParser.Iteration_schemeContext context

The parse tree.

| Improve this Doc View Source

ExitLabel_colon(vhdlParser.Label_colonContext)

Exit a parse tree produced by label_colon().

Declaration
void ExitLabel_colon(vhdlParser.Label_colonContext context)
Parameters
Type Name Description
vhdlParser.Label_colonContext context

The parse tree.

| Improve this Doc View Source

ExitLibrary_clause(vhdlParser.Library_clauseContext)

Exit a parse tree produced by library_clause().

Declaration
void ExitLibrary_clause(vhdlParser.Library_clauseContext context)
Parameters
Type Name Description
vhdlParser.Library_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitLibrary_unit(vhdlParser.Library_unitContext)

Exit a parse tree produced by library_unit().

Declaration
void ExitLibrary_unit(vhdlParser.Library_unitContext context)
Parameters
Type Name Description
vhdlParser.Library_unitContext context

The parse tree.

| Improve this Doc View Source

ExitLiteral(vhdlParser.LiteralContext)

Exit a parse tree produced by literal().

Declaration
void ExitLiteral(vhdlParser.LiteralContext context)
Parameters
Type Name Description
vhdlParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

ExitLogical_name(vhdlParser.Logical_nameContext)

Exit a parse tree produced by logical_name().

Declaration
void ExitLogical_name(vhdlParser.Logical_nameContext context)
Parameters
Type Name Description
vhdlParser.Logical_nameContext context

The parse tree.

| Improve this Doc View Source

ExitLogical_name_list(vhdlParser.Logical_name_listContext)

Exit a parse tree produced by logical_name_list().

Declaration
void ExitLogical_name_list(vhdlParser.Logical_name_listContext context)
Parameters
Type Name Description
vhdlParser.Logical_name_listContext context

The parse tree.

| Improve this Doc View Source

ExitLogical_operator(vhdlParser.Logical_operatorContext)

Exit a parse tree produced by logical_operator().

Declaration
void ExitLogical_operator(vhdlParser.Logical_operatorContext context)
Parameters
Type Name Description
vhdlParser.Logical_operatorContext context

The parse tree.

| Improve this Doc View Source

ExitLoop_statement(vhdlParser.Loop_statementContext)

Exit a parse tree produced by loop_statement().

Declaration
void ExitLoop_statement(vhdlParser.Loop_statementContext context)
Parameters
Type Name Description
vhdlParser.Loop_statementContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplying_operator(vhdlParser.Multiplying_operatorContext)

Exit a parse tree produced by multiplying_operator().

Declaration
void ExitMultiplying_operator(vhdlParser.Multiplying_operatorContext context)
Parameters
Type Name Description
vhdlParser.Multiplying_operatorContext context

The parse tree.

| Improve this Doc View Source

ExitName(vhdlParser.NameContext)

Exit a parse tree produced by name().

Declaration
void ExitName(vhdlParser.NameContext context)
Parameters
Type Name Description
vhdlParser.NameContext context

The parse tree.

| Improve this Doc View Source

ExitName_part(vhdlParser.Name_partContext)

Exit a parse tree produced by name_part().

Declaration
void ExitName_part(vhdlParser.Name_partContext context)
Parameters
Type Name Description
vhdlParser.Name_partContext context

The parse tree.

| Improve this Doc View Source

ExitNature_declaration(vhdlParser.Nature_declarationContext)

Exit a parse tree produced by nature_declaration().

Declaration
void ExitNature_declaration(vhdlParser.Nature_declarationContext context)
Parameters
Type Name Description
vhdlParser.Nature_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitNature_definition(vhdlParser.Nature_definitionContext)

Exit a parse tree produced by nature_definition().

Declaration
void ExitNature_definition(vhdlParser.Nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Nature_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitNature_element_declaration(vhdlParser.Nature_element_declarationContext)

Exit a parse tree produced by nature_element_declaration().

Declaration
void ExitNature_element_declaration(vhdlParser.Nature_element_declarationContext context)
Parameters
Type Name Description
vhdlParser.Nature_element_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitNext_statement(vhdlParser.Next_statementContext)

Exit a parse tree produced by next_statement().

Declaration
void ExitNext_statement(vhdlParser.Next_statementContext context)
Parameters
Type Name Description
vhdlParser.Next_statementContext context

The parse tree.

| Improve this Doc View Source

ExitNumeric_literal(vhdlParser.Numeric_literalContext)

Exit a parse tree produced by numeric_literal().

Declaration
void ExitNumeric_literal(vhdlParser.Numeric_literalContext context)
Parameters
Type Name Description
vhdlParser.Numeric_literalContext context

The parse tree.

| Improve this Doc View Source

ExitObject_declaration(vhdlParser.Object_declarationContext)

Exit a parse tree produced by object_declaration().

Declaration
void ExitObject_declaration(vhdlParser.Object_declarationContext context)
Parameters
Type Name Description
vhdlParser.Object_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitOpts(vhdlParser.OptsContext)

Exit a parse tree produced by opts().

Declaration
void ExitOpts(vhdlParser.OptsContext context)
Parameters
Type Name Description
vhdlParser.OptsContext context

The parse tree.

| Improve this Doc View Source

ExitPackage_body(vhdlParser.Package_bodyContext)

Exit a parse tree produced by package_body().

Declaration
void ExitPackage_body(vhdlParser.Package_bodyContext context)
Parameters
Type Name Description
vhdlParser.Package_bodyContext context

The parse tree.

| Improve this Doc View Source

ExitPackage_body_declarative_item(vhdlParser.Package_body_declarative_itemContext)

Exit a parse tree produced by package_body_declarative_item().

Declaration
void ExitPackage_body_declarative_item(vhdlParser.Package_body_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Package_body_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

ExitPackage_body_declarative_part(vhdlParser.Package_body_declarative_partContext)

Exit a parse tree produced by package_body_declarative_part().

Declaration
void ExitPackage_body_declarative_part(vhdlParser.Package_body_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Package_body_declarative_partContext context

The parse tree.

| Improve this Doc View Source

ExitPackage_declaration(vhdlParser.Package_declarationContext)

Exit a parse tree produced by package_declaration().

Declaration
void ExitPackage_declaration(vhdlParser.Package_declarationContext context)
Parameters
Type Name Description
vhdlParser.Package_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitPackage_declarative_item(vhdlParser.Package_declarative_itemContext)

Exit a parse tree produced by package_declarative_item().

Declaration
void ExitPackage_declarative_item(vhdlParser.Package_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Package_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

ExitPackage_declarative_part(vhdlParser.Package_declarative_partContext)

Exit a parse tree produced by package_declarative_part().

Declaration
void ExitPackage_declarative_part(vhdlParser.Package_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Package_declarative_partContext context

The parse tree.

| Improve this Doc View Source

ExitParameter_specification(vhdlParser.Parameter_specificationContext)

Exit a parse tree produced by parameter_specification().

Declaration
void ExitParameter_specification(vhdlParser.Parameter_specificationContext context)
Parameters
Type Name Description
vhdlParser.Parameter_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitPhysical_literal(vhdlParser.Physical_literalContext)

Exit a parse tree produced by physical_literal().

Declaration
void ExitPhysical_literal(vhdlParser.Physical_literalContext context)
Parameters
Type Name Description
vhdlParser.Physical_literalContext context

The parse tree.

| Improve this Doc View Source

ExitPhysical_type_definition(vhdlParser.Physical_type_definitionContext)

Exit a parse tree produced by physical_type_definition().

Declaration
void ExitPhysical_type_definition(vhdlParser.Physical_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Physical_type_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitPort_clause(vhdlParser.Port_clauseContext)

Exit a parse tree produced by port_clause().

Declaration
void ExitPort_clause(vhdlParser.Port_clauseContext context)
Parameters
Type Name Description
vhdlParser.Port_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitPort_list(vhdlParser.Port_listContext)

Exit a parse tree produced by port_list().

Declaration
void ExitPort_list(vhdlParser.Port_listContext context)
Parameters
Type Name Description
vhdlParser.Port_listContext context

The parse tree.

| Improve this Doc View Source

ExitPort_map_aspect(vhdlParser.Port_map_aspectContext)

Exit a parse tree produced by port_map_aspect().

Declaration
void ExitPort_map_aspect(vhdlParser.Port_map_aspectContext context)
Parameters
Type Name Description
vhdlParser.Port_map_aspectContext context

The parse tree.

| Improve this Doc View Source

ExitPrimary(vhdlParser.PrimaryContext)

Exit a parse tree produced by primary().

Declaration
void ExitPrimary(vhdlParser.PrimaryContext context)
Parameters
Type Name Description
vhdlParser.PrimaryContext context

The parse tree.

| Improve this Doc View Source

ExitPrimary_unit(vhdlParser.Primary_unitContext)

Exit a parse tree produced by primary_unit().

Declaration
void ExitPrimary_unit(vhdlParser.Primary_unitContext context)
Parameters
Type Name Description
vhdlParser.Primary_unitContext context

The parse tree.

| Improve this Doc View Source

ExitProcedural_declarative_item(vhdlParser.Procedural_declarative_itemContext)

Exit a parse tree produced by procedural_declarative_item().

Declaration
void ExitProcedural_declarative_item(vhdlParser.Procedural_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Procedural_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

ExitProcedural_declarative_part(vhdlParser.Procedural_declarative_partContext)

Exit a parse tree produced by procedural_declarative_part().

Declaration
void ExitProcedural_declarative_part(vhdlParser.Procedural_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Procedural_declarative_partContext context

The parse tree.

| Improve this Doc View Source

ExitProcedural_statement_part(vhdlParser.Procedural_statement_partContext)

Exit a parse tree produced by procedural_statement_part().

Declaration
void ExitProcedural_statement_part(vhdlParser.Procedural_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Procedural_statement_partContext context

The parse tree.

| Improve this Doc View Source

ExitProcedure_call(vhdlParser.Procedure_callContext)

Exit a parse tree produced by procedure_call().

Declaration
void ExitProcedure_call(vhdlParser.Procedure_callContext context)
Parameters
Type Name Description
vhdlParser.Procedure_callContext context

The parse tree.

| Improve this Doc View Source

ExitProcedure_call_statement(vhdlParser.Procedure_call_statementContext)

Exit a parse tree produced by procedure_call_statement().

Declaration
void ExitProcedure_call_statement(vhdlParser.Procedure_call_statementContext context)
Parameters
Type Name Description
vhdlParser.Procedure_call_statementContext context

The parse tree.

| Improve this Doc View Source

ExitProcedure_specification(vhdlParser.Procedure_specificationContext)

Exit a parse tree produced by procedure_specification().

Declaration
void ExitProcedure_specification(vhdlParser.Procedure_specificationContext context)
Parameters
Type Name Description
vhdlParser.Procedure_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitProcess_declarative_item(vhdlParser.Process_declarative_itemContext)

Exit a parse tree produced by process_declarative_item().

Declaration
void ExitProcess_declarative_item(vhdlParser.Process_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Process_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

ExitProcess_declarative_part(vhdlParser.Process_declarative_partContext)

Exit a parse tree produced by process_declarative_part().

Declaration
void ExitProcess_declarative_part(vhdlParser.Process_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Process_declarative_partContext context

The parse tree.

| Improve this Doc View Source

ExitProcess_statement(vhdlParser.Process_statementContext)

Exit a parse tree produced by process_statement().

Declaration
void ExitProcess_statement(vhdlParser.Process_statementContext context)
Parameters
Type Name Description
vhdlParser.Process_statementContext context

The parse tree.

| Improve this Doc View Source

ExitProcess_statement_part(vhdlParser.Process_statement_partContext)

Exit a parse tree produced by process_statement_part().

Declaration
void ExitProcess_statement_part(vhdlParser.Process_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Process_statement_partContext context

The parse tree.

| Improve this Doc View Source

ExitQualified_expression(vhdlParser.Qualified_expressionContext)

Exit a parse tree produced by qualified_expression().

Declaration
void ExitQualified_expression(vhdlParser.Qualified_expressionContext context)
Parameters
Type Name Description
vhdlParser.Qualified_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitQuantity_declaration(vhdlParser.Quantity_declarationContext)

Exit a parse tree produced by quantity_declaration().

Declaration
void ExitQuantity_declaration(vhdlParser.Quantity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Quantity_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitQuantity_list(vhdlParser.Quantity_listContext)

Exit a parse tree produced by quantity_list().

Declaration
void ExitQuantity_list(vhdlParser.Quantity_listContext context)
Parameters
Type Name Description
vhdlParser.Quantity_listContext context

The parse tree.

| Improve this Doc View Source

ExitQuantity_specification(vhdlParser.Quantity_specificationContext)

Exit a parse tree produced by quantity_specification().

Declaration
void ExitQuantity_specification(vhdlParser.Quantity_specificationContext context)
Parameters
Type Name Description
vhdlParser.Quantity_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitRange_constraint(vhdlParser.Range_constraintContext)

Exit a parse tree produced by range_constraint().

Declaration
void ExitRange_constraint(vhdlParser.Range_constraintContext context)
Parameters
Type Name Description
vhdlParser.Range_constraintContext context

The parse tree.

| Improve this Doc View Source

ExitRange_decl(vhdlParser.Range_declContext)

Exit a parse tree produced by range_decl().

Declaration
void ExitRange_decl(vhdlParser.Range_declContext context)
Parameters
Type Name Description
vhdlParser.Range_declContext context

The parse tree.

| Improve this Doc View Source

ExitRecord_nature_definition(vhdlParser.Record_nature_definitionContext)

Exit a parse tree produced by record_nature_definition().

Declaration
void ExitRecord_nature_definition(vhdlParser.Record_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Record_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitRecord_type_definition(vhdlParser.Record_type_definitionContext)

Exit a parse tree produced by record_type_definition().

Declaration
void ExitRecord_type_definition(vhdlParser.Record_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Record_type_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitRelation(vhdlParser.RelationContext)

Exit a parse tree produced by relation().

Declaration
void ExitRelation(vhdlParser.RelationContext context)
Parameters
Type Name Description
vhdlParser.RelationContext context

The parse tree.

| Improve this Doc View Source

ExitRelational_operator(vhdlParser.Relational_operatorContext)

Exit a parse tree produced by relational_operator().

Declaration
void ExitRelational_operator(vhdlParser.Relational_operatorContext context)
Parameters
Type Name Description
vhdlParser.Relational_operatorContext context

The parse tree.

| Improve this Doc View Source

ExitReport_statement(vhdlParser.Report_statementContext)

Exit a parse tree produced by report_statement().

Declaration
void ExitReport_statement(vhdlParser.Report_statementContext context)
Parameters
Type Name Description
vhdlParser.Report_statementContext context

The parse tree.

| Improve this Doc View Source

ExitReturn_statement(vhdlParser.Return_statementContext)

Exit a parse tree produced by return_statement().

Declaration
void ExitReturn_statement(vhdlParser.Return_statementContext context)
Parameters
Type Name Description
vhdlParser.Return_statementContext context

The parse tree.

| Improve this Doc View Source

ExitScalar_nature_definition(vhdlParser.Scalar_nature_definitionContext)

Exit a parse tree produced by scalar_nature_definition().

Declaration
void ExitScalar_nature_definition(vhdlParser.Scalar_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Scalar_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitScalar_type_definition(vhdlParser.Scalar_type_definitionContext)

Exit a parse tree produced by scalar_type_definition().

Declaration
void ExitScalar_type_definition(vhdlParser.Scalar_type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Scalar_type_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitSecondary_unit(vhdlParser.Secondary_unitContext)

Exit a parse tree produced by secondary_unit().

Declaration
void ExitSecondary_unit(vhdlParser.Secondary_unitContext context)
Parameters
Type Name Description
vhdlParser.Secondary_unitContext context

The parse tree.

| Improve this Doc View Source

ExitSecondary_unit_declaration(vhdlParser.Secondary_unit_declarationContext)

Exit a parse tree produced by secondary_unit_declaration().

Declaration
void ExitSecondary_unit_declaration(vhdlParser.Secondary_unit_declarationContext context)
Parameters
Type Name Description
vhdlParser.Secondary_unit_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitSelected_name(vhdlParser.Selected_nameContext)

Exit a parse tree produced by selected_name().

Declaration
void ExitSelected_name(vhdlParser.Selected_nameContext context)
Parameters
Type Name Description
vhdlParser.Selected_nameContext context

The parse tree.

| Improve this Doc View Source

ExitSelected_name_part(vhdlParser.Selected_name_partContext)

Exit a parse tree produced by selected_name_part().

Declaration
void ExitSelected_name_part(vhdlParser.Selected_name_partContext context)
Parameters
Type Name Description
vhdlParser.Selected_name_partContext context

The parse tree.

| Improve this Doc View Source

ExitSelected_signal_assignment(vhdlParser.Selected_signal_assignmentContext)

Exit a parse tree produced by selected_signal_assignment().

Declaration
void ExitSelected_signal_assignment(vhdlParser.Selected_signal_assignmentContext context)
Parameters
Type Name Description
vhdlParser.Selected_signal_assignmentContext context

The parse tree.

| Improve this Doc View Source

ExitSelected_waveforms(vhdlParser.Selected_waveformsContext)

Exit a parse tree produced by selected_waveforms().

Declaration
void ExitSelected_waveforms(vhdlParser.Selected_waveformsContext context)
Parameters
Type Name Description
vhdlParser.Selected_waveformsContext context

The parse tree.

| Improve this Doc View Source

ExitSensitivity_clause(vhdlParser.Sensitivity_clauseContext)

Exit a parse tree produced by sensitivity_clause().

Declaration
void ExitSensitivity_clause(vhdlParser.Sensitivity_clauseContext context)
Parameters
Type Name Description
vhdlParser.Sensitivity_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitSensitivity_list(vhdlParser.Sensitivity_listContext)

Exit a parse tree produced by sensitivity_list().

Declaration
void ExitSensitivity_list(vhdlParser.Sensitivity_listContext context)
Parameters
Type Name Description
vhdlParser.Sensitivity_listContext context

The parse tree.

| Improve this Doc View Source

ExitSequence_of_statements(vhdlParser.Sequence_of_statementsContext)

Exit a parse tree produced by sequence_of_statements().

Declaration
void ExitSequence_of_statements(vhdlParser.Sequence_of_statementsContext context)
Parameters
Type Name Description
vhdlParser.Sequence_of_statementsContext context

The parse tree.

| Improve this Doc View Source

ExitSequential_statement(vhdlParser.Sequential_statementContext)

Exit a parse tree produced by sequential_statement().

Declaration
void ExitSequential_statement(vhdlParser.Sequential_statementContext context)
Parameters
Type Name Description
vhdlParser.Sequential_statementContext context

The parse tree.

| Improve this Doc View Source

ExitShift_expression(vhdlParser.Shift_expressionContext)

Exit a parse tree produced by shift_expression().

Declaration
void ExitShift_expression(vhdlParser.Shift_expressionContext context)
Parameters
Type Name Description
vhdlParser.Shift_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitShift_operator(vhdlParser.Shift_operatorContext)

Exit a parse tree produced by shift_operator().

Declaration
void ExitShift_operator(vhdlParser.Shift_operatorContext context)
Parameters
Type Name Description
vhdlParser.Shift_operatorContext context

The parse tree.

| Improve this Doc View Source

ExitSignal_assignment_statement(vhdlParser.Signal_assignment_statementContext)

Exit a parse tree produced by signal_assignment_statement().

Declaration
void ExitSignal_assignment_statement(vhdlParser.Signal_assignment_statementContext context)
Parameters
Type Name Description
vhdlParser.Signal_assignment_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSignal_declaration(vhdlParser.Signal_declarationContext)

Exit a parse tree produced by signal_declaration().

Declaration
void ExitSignal_declaration(vhdlParser.Signal_declarationContext context)
Parameters
Type Name Description
vhdlParser.Signal_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitSignal_kind(vhdlParser.Signal_kindContext)

Exit a parse tree produced by signal_kind().

Declaration
void ExitSignal_kind(vhdlParser.Signal_kindContext context)
Parameters
Type Name Description
vhdlParser.Signal_kindContext context

The parse tree.

| Improve this Doc View Source

ExitSignal_list(vhdlParser.Signal_listContext)

Exit a parse tree produced by signal_list().

Declaration
void ExitSignal_list(vhdlParser.Signal_listContext context)
Parameters
Type Name Description
vhdlParser.Signal_listContext context

The parse tree.

| Improve this Doc View Source

ExitSignal_mode(vhdlParser.Signal_modeContext)

Exit a parse tree produced by signal_mode().

Declaration
void ExitSignal_mode(vhdlParser.Signal_modeContext context)
Parameters
Type Name Description
vhdlParser.Signal_modeContext context

The parse tree.

| Improve this Doc View Source

ExitSignature(vhdlParser.SignatureContext)

Exit a parse tree produced by signature().

Declaration
void ExitSignature(vhdlParser.SignatureContext context)
Parameters
Type Name Description
vhdlParser.SignatureContext context

The parse tree.

| Improve this Doc View Source

ExitSimple_expression(vhdlParser.Simple_expressionContext)

Exit a parse tree produced by simple_expression().

Declaration
void ExitSimple_expression(vhdlParser.Simple_expressionContext context)
Parameters
Type Name Description
vhdlParser.Simple_expressionContext context

The parse tree.

| Improve this Doc View Source

ExitSimple_simultaneous_statement(vhdlParser.Simple_simultaneous_statementContext)

Exit a parse tree produced by simple_simultaneous_statement().

Declaration
void ExitSimple_simultaneous_statement(vhdlParser.Simple_simultaneous_statementContext context)
Parameters
Type Name Description
vhdlParser.Simple_simultaneous_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSimultaneous_alternative(vhdlParser.Simultaneous_alternativeContext)

Exit a parse tree produced by simultaneous_alternative().

Declaration
void ExitSimultaneous_alternative(vhdlParser.Simultaneous_alternativeContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_alternativeContext context

The parse tree.

| Improve this Doc View Source

ExitSimultaneous_case_statement(vhdlParser.Simultaneous_case_statementContext)

Exit a parse tree produced by simultaneous_case_statement().

Declaration
void ExitSimultaneous_case_statement(vhdlParser.Simultaneous_case_statementContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_case_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSimultaneous_if_statement(vhdlParser.Simultaneous_if_statementContext)

Exit a parse tree produced by simultaneous_if_statement().

Declaration
void ExitSimultaneous_if_statement(vhdlParser.Simultaneous_if_statementContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_if_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSimultaneous_procedural_statement(vhdlParser.Simultaneous_procedural_statementContext)

Exit a parse tree produced by simultaneous_procedural_statement().

Declaration
void ExitSimultaneous_procedural_statement(vhdlParser.Simultaneous_procedural_statementContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_procedural_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSimultaneous_statement(vhdlParser.Simultaneous_statementContext)

Exit a parse tree produced by simultaneous_statement().

Declaration
void ExitSimultaneous_statement(vhdlParser.Simultaneous_statementContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_statementContext context

The parse tree.

| Improve this Doc View Source

ExitSimultaneous_statement_part(vhdlParser.Simultaneous_statement_partContext)

Exit a parse tree produced by simultaneous_statement_part().

Declaration
void ExitSimultaneous_statement_part(vhdlParser.Simultaneous_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Simultaneous_statement_partContext context

The parse tree.

| Improve this Doc View Source

ExitSlice_name_part(vhdlParser.Slice_name_partContext)

Exit a parse tree produced by slice_name_part().

Declaration
void ExitSlice_name_part(vhdlParser.Slice_name_partContext context)
Parameters
Type Name Description
vhdlParser.Slice_name_partContext context

The parse tree.

| Improve this Doc View Source

ExitSource_aspect(vhdlParser.Source_aspectContext)

Exit a parse tree produced by source_aspect().

Declaration
void ExitSource_aspect(vhdlParser.Source_aspectContext context)
Parameters
Type Name Description
vhdlParser.Source_aspectContext context

The parse tree.

| Improve this Doc View Source

ExitSource_quantity_declaration(vhdlParser.Source_quantity_declarationContext)

Exit a parse tree produced by source_quantity_declaration().

Declaration
void ExitSource_quantity_declaration(vhdlParser.Source_quantity_declarationContext context)
Parameters
Type Name Description
vhdlParser.Source_quantity_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitStep_limit_specification(vhdlParser.Step_limit_specificationContext)

Exit a parse tree produced by step_limit_specification().

Declaration
void ExitStep_limit_specification(vhdlParser.Step_limit_specificationContext context)
Parameters
Type Name Description
vhdlParser.Step_limit_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitSubnature_declaration(vhdlParser.Subnature_declarationContext)

Exit a parse tree produced by subnature_declaration().

Declaration
void ExitSubnature_declaration(vhdlParser.Subnature_declarationContext context)
Parameters
Type Name Description
vhdlParser.Subnature_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitSubnature_indication(vhdlParser.Subnature_indicationContext)

Exit a parse tree produced by subnature_indication().

Declaration
void ExitSubnature_indication(vhdlParser.Subnature_indicationContext context)
Parameters
Type Name Description
vhdlParser.Subnature_indicationContext context

The parse tree.

| Improve this Doc View Source

ExitSubprogram_body(vhdlParser.Subprogram_bodyContext)

Exit a parse tree produced by subprogram_body().

Declaration
void ExitSubprogram_body(vhdlParser.Subprogram_bodyContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_bodyContext context

The parse tree.

| Improve this Doc View Source

ExitSubprogram_declaration(vhdlParser.Subprogram_declarationContext)

Exit a parse tree produced by subprogram_declaration().

Declaration
void ExitSubprogram_declaration(vhdlParser.Subprogram_declarationContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitSubprogram_declarative_item(vhdlParser.Subprogram_declarative_itemContext)

Exit a parse tree produced by subprogram_declarative_item().

Declaration
void ExitSubprogram_declarative_item(vhdlParser.Subprogram_declarative_itemContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_declarative_itemContext context

The parse tree.

| Improve this Doc View Source

ExitSubprogram_declarative_part(vhdlParser.Subprogram_declarative_partContext)

Exit a parse tree produced by subprogram_declarative_part().

Declaration
void ExitSubprogram_declarative_part(vhdlParser.Subprogram_declarative_partContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_declarative_partContext context

The parse tree.

| Improve this Doc View Source

ExitSubprogram_kind(vhdlParser.Subprogram_kindContext)

Exit a parse tree produced by subprogram_kind().

Declaration
void ExitSubprogram_kind(vhdlParser.Subprogram_kindContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_kindContext context

The parse tree.

| Improve this Doc View Source

ExitSubprogram_specification(vhdlParser.Subprogram_specificationContext)

Exit a parse tree produced by subprogram_specification().

Declaration
void ExitSubprogram_specification(vhdlParser.Subprogram_specificationContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_specificationContext context

The parse tree.

| Improve this Doc View Source

ExitSubprogram_statement_part(vhdlParser.Subprogram_statement_partContext)

Exit a parse tree produced by subprogram_statement_part().

Declaration
void ExitSubprogram_statement_part(vhdlParser.Subprogram_statement_partContext context)
Parameters
Type Name Description
vhdlParser.Subprogram_statement_partContext context

The parse tree.

| Improve this Doc View Source

ExitSubtype_declaration(vhdlParser.Subtype_declarationContext)

Exit a parse tree produced by subtype_declaration().

Declaration
void ExitSubtype_declaration(vhdlParser.Subtype_declarationContext context)
Parameters
Type Name Description
vhdlParser.Subtype_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitSubtype_indication(vhdlParser.Subtype_indicationContext)

Exit a parse tree produced by subtype_indication().

Declaration
void ExitSubtype_indication(vhdlParser.Subtype_indicationContext context)
Parameters
Type Name Description
vhdlParser.Subtype_indicationContext context

The parse tree.

| Improve this Doc View Source

ExitSuffix(vhdlParser.SuffixContext)

Exit a parse tree produced by suffix().

Declaration
void ExitSuffix(vhdlParser.SuffixContext context)
Parameters
Type Name Description
vhdlParser.SuffixContext context

The parse tree.

| Improve this Doc View Source

ExitTarget(vhdlParser.TargetContext)

Exit a parse tree produced by target().

Declaration
void ExitTarget(vhdlParser.TargetContext context)
Parameters
Type Name Description
vhdlParser.TargetContext context

The parse tree.

| Improve this Doc View Source

ExitTerm(vhdlParser.TermContext)

Exit a parse tree produced by term().

Declaration
void ExitTerm(vhdlParser.TermContext context)
Parameters
Type Name Description
vhdlParser.TermContext context

The parse tree.

| Improve this Doc View Source

ExitTerminal_aspect(vhdlParser.Terminal_aspectContext)

Exit a parse tree produced by terminal_aspect().

Declaration
void ExitTerminal_aspect(vhdlParser.Terminal_aspectContext context)
Parameters
Type Name Description
vhdlParser.Terminal_aspectContext context

The parse tree.

| Improve this Doc View Source

ExitTerminal_declaration(vhdlParser.Terminal_declarationContext)

Exit a parse tree produced by terminal_declaration().

Declaration
void ExitTerminal_declaration(vhdlParser.Terminal_declarationContext context)
Parameters
Type Name Description
vhdlParser.Terminal_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitThrough_aspect(vhdlParser.Through_aspectContext)

Exit a parse tree produced by through_aspect().

Declaration
void ExitThrough_aspect(vhdlParser.Through_aspectContext context)
Parameters
Type Name Description
vhdlParser.Through_aspectContext context

The parse tree.

| Improve this Doc View Source

ExitTimeout_clause(vhdlParser.Timeout_clauseContext)

Exit a parse tree produced by timeout_clause().

Declaration
void ExitTimeout_clause(vhdlParser.Timeout_clauseContext context)
Parameters
Type Name Description
vhdlParser.Timeout_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitTolerance_aspect(vhdlParser.Tolerance_aspectContext)

Exit a parse tree produced by tolerance_aspect().

Declaration
void ExitTolerance_aspect(vhdlParser.Tolerance_aspectContext context)
Parameters
Type Name Description
vhdlParser.Tolerance_aspectContext context

The parse tree.

| Improve this Doc View Source

ExitType_declaration(vhdlParser.Type_declarationContext)

Exit a parse tree produced by type_declaration().

Declaration
void ExitType_declaration(vhdlParser.Type_declarationContext context)
Parameters
Type Name Description
vhdlParser.Type_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitType_definition(vhdlParser.Type_definitionContext)

Exit a parse tree produced by type_definition().

Declaration
void ExitType_definition(vhdlParser.Type_definitionContext context)
Parameters
Type Name Description
vhdlParser.Type_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitUnconstrained_array_definition(vhdlParser.Unconstrained_array_definitionContext)

Exit a parse tree produced by unconstrained_array_definition().

Declaration
void ExitUnconstrained_array_definition(vhdlParser.Unconstrained_array_definitionContext context)
Parameters
Type Name Description
vhdlParser.Unconstrained_array_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitUnconstrained_nature_definition(vhdlParser.Unconstrained_nature_definitionContext)

Exit a parse tree produced by unconstrained_nature_definition().

Declaration
void ExitUnconstrained_nature_definition(vhdlParser.Unconstrained_nature_definitionContext context)
Parameters
Type Name Description
vhdlParser.Unconstrained_nature_definitionContext context

The parse tree.

| Improve this Doc View Source

ExitUse_clause(vhdlParser.Use_clauseContext)

Exit a parse tree produced by use_clause().

Declaration
void ExitUse_clause(vhdlParser.Use_clauseContext context)
Parameters
Type Name Description
vhdlParser.Use_clauseContext context

The parse tree.

| Improve this Doc View Source

ExitVariable_assignment_statement(vhdlParser.Variable_assignment_statementContext)

Exit a parse tree produced by variable_assignment_statement().

Declaration
void ExitVariable_assignment_statement(vhdlParser.Variable_assignment_statementContext context)
Parameters
Type Name Description
vhdlParser.Variable_assignment_statementContext context

The parse tree.

| Improve this Doc View Source

ExitVariable_declaration(vhdlParser.Variable_declarationContext)

Exit a parse tree produced by variable_declaration().

Declaration
void ExitVariable_declaration(vhdlParser.Variable_declarationContext context)
Parameters
Type Name Description
vhdlParser.Variable_declarationContext context

The parse tree.

| Improve this Doc View Source

ExitWait_statement(vhdlParser.Wait_statementContext)

Exit a parse tree produced by wait_statement().

Declaration
void ExitWait_statement(vhdlParser.Wait_statementContext context)
Parameters
Type Name Description
vhdlParser.Wait_statementContext context

The parse tree.

| Improve this Doc View Source

ExitWaveform(vhdlParser.WaveformContext)

Exit a parse tree produced by waveform().

Declaration
void ExitWaveform(vhdlParser.WaveformContext context)
Parameters
Type Name Description
vhdlParser.WaveformContext context

The parse tree.

| Improve this Doc View Source

ExitWaveform_element(vhdlParser.Waveform_elementContext)

Exit a parse tree produced by waveform_element().

Declaration
void ExitWaveform_element(vhdlParser.Waveform_elementContext context)
Parameters
Type Name Description
vhdlParser.Waveform_elementContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX