Class vhdlBaseVisitor<Result>
This class provides an empty implementation of IvhdlVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Vhdl
Assembly: Vhdl.dll
Syntax
public class vhdlBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, IvhdlVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name | Description |
---|---|
Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitAbstract_literal(vhdlParser.Abstract_literalContext)
Visit a parse tree produced by abstract_literal().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAbstract_literal(vhdlParser.Abstract_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Abstract_literalContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAccess_type_definition(vhdlParser.Access_type_definitionContext)
Visit a parse tree produced by access_type_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAccess_type_definition(vhdlParser.Access_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Access_type_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAcross_aspect(vhdlParser.Across_aspectContext)
Visit a parse tree produced by across_aspect().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAcross_aspect(vhdlParser.Across_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Across_aspectContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitActual_designator(vhdlParser.Actual_designatorContext)
Visit a parse tree produced by actual_designator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitActual_designator(vhdlParser.Actual_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Actual_designatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitActual_parameter_part(vhdlParser.Actual_parameter_partContext)
Visit a parse tree produced by actual_parameter_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitActual_parameter_part(vhdlParser.Actual_parameter_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Actual_parameter_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitActual_part(vhdlParser.Actual_partContext)
Visit a parse tree produced by actual_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitActual_part(vhdlParser.Actual_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Actual_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAdding_operator(vhdlParser.Adding_operatorContext)
Visit a parse tree produced by adding_operator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAdding_operator(vhdlParser.Adding_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Adding_operatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAggregate(vhdlParser.AggregateContext)
Visit a parse tree produced by aggregate().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAggregate(vhdlParser.AggregateContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.AggregateContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAlias_declaration(vhdlParser.Alias_declarationContext)
Visit a parse tree produced by alias_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAlias_declaration(vhdlParser.Alias_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Alias_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAlias_designator(vhdlParser.Alias_designatorContext)
Visit a parse tree produced by alias_designator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAlias_designator(vhdlParser.Alias_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Alias_designatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAlias_indication(vhdlParser.Alias_indicationContext)
Visit a parse tree produced by alias_indication().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAlias_indication(vhdlParser.Alias_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Alias_indicationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAllocator(vhdlParser.AllocatorContext)
Visit a parse tree produced by allocator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAllocator(vhdlParser.AllocatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.AllocatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitArchitecture_body(vhdlParser.Architecture_bodyContext)
Visit a parse tree produced by architecture_body().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitArchitecture_body(vhdlParser.Architecture_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_bodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitArchitecture_declarative_part(vhdlParser.Architecture_declarative_partContext)
Visit a parse tree produced by architecture_declarative_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitArchitecture_declarative_part(vhdlParser.Architecture_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_declarative_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitArchitecture_statement(vhdlParser.Architecture_statementContext)
Visit a parse tree produced by architecture_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitArchitecture_statement(vhdlParser.Architecture_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitArchitecture_statement_part(vhdlParser.Architecture_statement_partContext)
Visit a parse tree produced by architecture_statement_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitArchitecture_statement_part(vhdlParser.Architecture_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Architecture_statement_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitArray_nature_definition(vhdlParser.Array_nature_definitionContext)
Visit a parse tree produced by array_nature_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitArray_nature_definition(vhdlParser.Array_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Array_nature_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitArray_type_definition(vhdlParser.Array_type_definitionContext)
Visit a parse tree produced by array_type_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitArray_type_definition(vhdlParser.Array_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Array_type_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAssertion(vhdlParser.AssertionContext)
Visit a parse tree produced by assertion().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAssertion(vhdlParser.AssertionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.AssertionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAssertion_statement(vhdlParser.Assertion_statementContext)
Visit a parse tree produced by assertion_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAssertion_statement(vhdlParser.Assertion_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Assertion_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAssociation_element(vhdlParser.Association_elementContext)
Visit a parse tree produced by association_element().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAssociation_element(vhdlParser.Association_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Association_elementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAssociation_list(vhdlParser.Association_listContext)
Visit a parse tree produced by association_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAssociation_list(vhdlParser.Association_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Association_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAttribute_declaration(vhdlParser.Attribute_declarationContext)
Visit a parse tree produced by attribute_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAttribute_declaration(vhdlParser.Attribute_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAttribute_designator(vhdlParser.Attribute_designatorContext)
Visit a parse tree produced by attribute_designator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAttribute_designator(vhdlParser.Attribute_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_designatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAttribute_name_part(vhdlParser.Attribute_name_partContext)
Visit a parse tree produced by attribute_name_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAttribute_name_part(vhdlParser.Attribute_name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_name_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAttribute_specification(vhdlParser.Attribute_specificationContext)
Visit a parse tree produced by attribute_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAttribute_specification(vhdlParser.Attribute_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Attribute_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBase_unit_declaration(vhdlParser.Base_unit_declarationContext)
Visit a parse tree produced by base_unit_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBase_unit_declaration(vhdlParser.Base_unit_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Base_unit_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBinding_indication(vhdlParser.Binding_indicationContext)
Visit a parse tree produced by binding_indication().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBinding_indication(vhdlParser.Binding_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Binding_indicationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBlock_configuration(vhdlParser.Block_configurationContext)
Visit a parse tree produced by block_configuration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBlock_configuration(vhdlParser.Block_configurationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_configurationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBlock_declarative_item(vhdlParser.Block_declarative_itemContext)
Visit a parse tree produced by block_declarative_item().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBlock_declarative_item(vhdlParser.Block_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_declarative_itemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBlock_declarative_part(vhdlParser.Block_declarative_partContext)
Visit a parse tree produced by block_declarative_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBlock_declarative_part(vhdlParser.Block_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_declarative_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBlock_header(vhdlParser.Block_headerContext)
Visit a parse tree produced by block_header().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBlock_header(vhdlParser.Block_headerContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_headerContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBlock_specification(vhdlParser.Block_specificationContext)
Visit a parse tree produced by block_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBlock_specification(vhdlParser.Block_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBlock_statement(vhdlParser.Block_statementContext)
Visit a parse tree produced by block_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBlock_statement(vhdlParser.Block_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBlock_statement_part(vhdlParser.Block_statement_partContext)
Visit a parse tree produced by block_statement_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBlock_statement_part(vhdlParser.Block_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Block_statement_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBranch_quantity_declaration(vhdlParser.Branch_quantity_declarationContext)
Visit a parse tree produced by branch_quantity_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBranch_quantity_declaration(vhdlParser.Branch_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Branch_quantity_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBreak_element(vhdlParser.Break_elementContext)
Visit a parse tree produced by break_element().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBreak_element(vhdlParser.Break_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_elementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBreak_list(vhdlParser.Break_listContext)
Visit a parse tree produced by break_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBreak_list(vhdlParser.Break_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBreak_selector_clause(vhdlParser.Break_selector_clauseContext)
Visit a parse tree produced by break_selector_clause().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBreak_selector_clause(vhdlParser.Break_selector_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_selector_clauseContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBreak_statement(vhdlParser.Break_statementContext)
Visit a parse tree produced by break_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBreak_statement(vhdlParser.Break_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Break_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCase_statement(vhdlParser.Case_statementContext)
Visit a parse tree produced by case_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCase_statement(vhdlParser.Case_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Case_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCase_statement_alternative(vhdlParser.Case_statement_alternativeContext)
Visit a parse tree produced by case_statement_alternative().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCase_statement_alternative(vhdlParser.Case_statement_alternativeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Case_statement_alternativeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitChoice(vhdlParser.ChoiceContext)
Visit a parse tree produced by choice().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitChoice(vhdlParser.ChoiceContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ChoiceContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitChoices(vhdlParser.ChoicesContext)
Visit a parse tree produced by choices().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitChoices(vhdlParser.ChoicesContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ChoicesContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitComponent_configuration(vhdlParser.Component_configurationContext)
Visit a parse tree produced by component_configuration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitComponent_configuration(vhdlParser.Component_configurationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_configurationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitComponent_declaration(vhdlParser.Component_declarationContext)
Visit a parse tree produced by component_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitComponent_declaration(vhdlParser.Component_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitComponent_instantiation_statement(vhdlParser.Component_instantiation_statementContext)
Visit a parse tree produced by component_instantiation_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitComponent_instantiation_statement(vhdlParser.Component_instantiation_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_instantiation_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitComponent_specification(vhdlParser.Component_specificationContext)
Visit a parse tree produced by component_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitComponent_specification(vhdlParser.Component_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Component_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitComposite_nature_definition(vhdlParser.Composite_nature_definitionContext)
Visit a parse tree produced by composite_nature_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitComposite_nature_definition(vhdlParser.Composite_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Composite_nature_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitComposite_type_definition(vhdlParser.Composite_type_definitionContext)
Visit a parse tree produced by composite_type_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitComposite_type_definition(vhdlParser.Composite_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Composite_type_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConcurrent_assertion_statement(vhdlParser.Concurrent_assertion_statementContext)
Visit a parse tree produced by concurrent_assertion_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConcurrent_assertion_statement(vhdlParser.Concurrent_assertion_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_assertion_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConcurrent_break_statement(vhdlParser.Concurrent_break_statementContext)
Visit a parse tree produced by concurrent_break_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConcurrent_break_statement(vhdlParser.Concurrent_break_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_break_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConcurrent_procedure_call_statement(vhdlParser.Concurrent_procedure_call_statementContext)
Visit a parse tree produced by concurrent_procedure_call_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConcurrent_procedure_call_statement(vhdlParser.Concurrent_procedure_call_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_procedure_call_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConcurrent_signal_assignment_statement(vhdlParser.Concurrent_signal_assignment_statementContext)
Visit a parse tree produced by concurrent_signal_assignment_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConcurrent_signal_assignment_statement(vhdlParser.Concurrent_signal_assignment_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Concurrent_signal_assignment_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCondition(vhdlParser.ConditionContext)
Visit a parse tree produced by condition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCondition(vhdlParser.ConditionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ConditionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCondition_clause(vhdlParser.Condition_clauseContext)
Visit a parse tree produced by condition_clause().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCondition_clause(vhdlParser.Condition_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Condition_clauseContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConditional_signal_assignment(vhdlParser.Conditional_signal_assignmentContext)
Visit a parse tree produced by conditional_signal_assignment().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConditional_signal_assignment(vhdlParser.Conditional_signal_assignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Conditional_signal_assignmentContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConditional_waveforms(vhdlParser.Conditional_waveformsContext)
Visit a parse tree produced by conditional_waveforms().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConditional_waveforms(vhdlParser.Conditional_waveformsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Conditional_waveformsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConfiguration_declaration(vhdlParser.Configuration_declarationContext)
Visit a parse tree produced by configuration_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConfiguration_declaration(vhdlParser.Configuration_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConfiguration_declarative_item(vhdlParser.Configuration_declarative_itemContext)
Visit a parse tree produced by configuration_declarative_item().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConfiguration_declarative_item(vhdlParser.Configuration_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_declarative_itemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConfiguration_declarative_part(vhdlParser.Configuration_declarative_partContext)
Visit a parse tree produced by configuration_declarative_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConfiguration_declarative_part(vhdlParser.Configuration_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_declarative_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConfiguration_item(vhdlParser.Configuration_itemContext)
Visit a parse tree produced by configuration_item().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConfiguration_item(vhdlParser.Configuration_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_itemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConfiguration_specification(vhdlParser.Configuration_specificationContext)
Visit a parse tree produced by configuration_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConfiguration_specification(vhdlParser.Configuration_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Configuration_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConstant_declaration(vhdlParser.Constant_declarationContext)
Visit a parse tree produced by constant_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConstant_declaration(vhdlParser.Constant_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Constant_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConstrained_array_definition(vhdlParser.Constrained_array_definitionContext)
Visit a parse tree produced by constrained_array_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConstrained_array_definition(vhdlParser.Constrained_array_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Constrained_array_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConstrained_nature_definition(vhdlParser.Constrained_nature_definitionContext)
Visit a parse tree produced by constrained_nature_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConstrained_nature_definition(vhdlParser.Constrained_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Constrained_nature_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConstraint(vhdlParser.ConstraintContext)
Visit a parse tree produced by constraint().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConstraint(vhdlParser.ConstraintContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ConstraintContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitContext_clause(vhdlParser.Context_clauseContext)
Visit a parse tree produced by context_clause().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitContext_clause(vhdlParser.Context_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Context_clauseContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitContext_item(vhdlParser.Context_itemContext)
Visit a parse tree produced by context_item().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitContext_item(vhdlParser.Context_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Context_itemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDelay_mechanism(vhdlParser.Delay_mechanismContext)
Visit a parse tree produced by delay_mechanism().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDelay_mechanism(vhdlParser.Delay_mechanismContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Delay_mechanismContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDesign_file(vhdlParser.Design_fileContext)
Visit a parse tree produced by design_file().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDesign_file(vhdlParser.Design_fileContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Design_fileContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDesign_unit(vhdlParser.Design_unitContext)
Visit a parse tree produced by design_unit().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDesign_unit(vhdlParser.Design_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Design_unitContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDesignator(vhdlParser.DesignatorContext)
Visit a parse tree produced by designator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDesignator(vhdlParser.DesignatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.DesignatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDirection(vhdlParser.DirectionContext)
Visit a parse tree produced by direction().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDirection(vhdlParser.DirectionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.DirectionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDisconnection_specification(vhdlParser.Disconnection_specificationContext)
Visit a parse tree produced by disconnection_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDisconnection_specification(vhdlParser.Disconnection_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Disconnection_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDiscrete_range(vhdlParser.Discrete_rangeContext)
Visit a parse tree produced by discrete_range().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDiscrete_range(vhdlParser.Discrete_rangeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Discrete_rangeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitElement_association(vhdlParser.Element_associationContext)
Visit a parse tree produced by element_association().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitElement_association(vhdlParser.Element_associationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_associationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitElement_declaration(vhdlParser.Element_declarationContext)
Visit a parse tree produced by element_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitElement_declaration(vhdlParser.Element_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitElement_subnature_definition(vhdlParser.Element_subnature_definitionContext)
Visit a parse tree produced by element_subnature_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitElement_subnature_definition(vhdlParser.Element_subnature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_subnature_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitElement_subtype_definition(vhdlParser.Element_subtype_definitionContext)
Visit a parse tree produced by element_subtype_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitElement_subtype_definition(vhdlParser.Element_subtype_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Element_subtype_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_aspect(vhdlParser.Entity_aspectContext)
Visit a parse tree produced by entity_aspect().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_aspect(vhdlParser.Entity_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_aspectContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_class(vhdlParser.Entity_classContext)
Visit a parse tree produced by entity_class().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_class(vhdlParser.Entity_classContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_classContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_class_entry(vhdlParser.Entity_class_entryContext)
Visit a parse tree produced by entity_class_entry().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_class_entry(vhdlParser.Entity_class_entryContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_class_entryContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_class_entry_list(vhdlParser.Entity_class_entry_listContext)
Visit a parse tree produced by entity_class_entry_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_class_entry_list(vhdlParser.Entity_class_entry_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_class_entry_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_declaration(vhdlParser.Entity_declarationContext)
Visit a parse tree produced by entity_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_declaration(vhdlParser.Entity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_declarative_item(vhdlParser.Entity_declarative_itemContext)
Visit a parse tree produced by entity_declarative_item().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_declarative_item(vhdlParser.Entity_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_declarative_itemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_declarative_part(vhdlParser.Entity_declarative_partContext)
Visit a parse tree produced by entity_declarative_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_declarative_part(vhdlParser.Entity_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_declarative_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_designator(vhdlParser.Entity_designatorContext)
Visit a parse tree produced by entity_designator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_designator(vhdlParser.Entity_designatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_designatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_header(vhdlParser.Entity_headerContext)
Visit a parse tree produced by entity_header().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_header(vhdlParser.Entity_headerContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_headerContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_name_list(vhdlParser.Entity_name_listContext)
Visit a parse tree produced by entity_name_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_name_list(vhdlParser.Entity_name_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_name_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_specification(vhdlParser.Entity_specificationContext)
Visit a parse tree produced by entity_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_specification(vhdlParser.Entity_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_statement(vhdlParser.Entity_statementContext)
Visit a parse tree produced by entity_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_statement(vhdlParser.Entity_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_statement_part(vhdlParser.Entity_statement_partContext)
Visit a parse tree produced by entity_statement_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_statement_part(vhdlParser.Entity_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_statement_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEntity_tag(vhdlParser.Entity_tagContext)
Visit a parse tree produced by entity_tag().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEntity_tag(vhdlParser.Entity_tagContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Entity_tagContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEnumeration_literal(vhdlParser.Enumeration_literalContext)
Visit a parse tree produced by enumeration_literal().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEnumeration_literal(vhdlParser.Enumeration_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Enumeration_literalContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEnumeration_type_definition(vhdlParser.Enumeration_type_definitionContext)
Visit a parse tree produced by enumeration_type_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEnumeration_type_definition(vhdlParser.Enumeration_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Enumeration_type_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExit_statement(vhdlParser.Exit_statementContext)
Visit a parse tree produced by exit_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExit_statement(vhdlParser.Exit_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Exit_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExplicit_range(vhdlParser.Explicit_rangeContext)
Visit a parse tree produced by explicit_range().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExplicit_range(vhdlParser.Explicit_rangeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Explicit_rangeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExpression(vhdlParser.ExpressionContext)
Visit a parse tree produced by expression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExpression(vhdlParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.ExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFactor(vhdlParser.FactorContext)
Visit a parse tree produced by factor().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFactor(vhdlParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.FactorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFile_declaration(vhdlParser.File_declarationContext)
Visit a parse tree produced by file_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFile_declaration(vhdlParser.File_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFile_logical_name(vhdlParser.File_logical_nameContext)
Visit a parse tree produced by file_logical_name().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFile_logical_name(vhdlParser.File_logical_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_logical_nameContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFile_open_information(vhdlParser.File_open_informationContext)
Visit a parse tree produced by file_open_information().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFile_open_information(vhdlParser.File_open_informationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_open_informationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFile_type_definition(vhdlParser.File_type_definitionContext)
Visit a parse tree produced by file_type_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFile_type_definition(vhdlParser.File_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.File_type_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFormal_parameter_list(vhdlParser.Formal_parameter_listContext)
Visit a parse tree produced by formal_parameter_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFormal_parameter_list(vhdlParser.Formal_parameter_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Formal_parameter_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFormal_part(vhdlParser.Formal_partContext)
Visit a parse tree produced by formal_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFormal_part(vhdlParser.Formal_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Formal_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFree_quantity_declaration(vhdlParser.Free_quantity_declarationContext)
Visit a parse tree produced by free_quantity_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFree_quantity_declaration(vhdlParser.Free_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Free_quantity_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFunction_call_or_indexed_name_part(vhdlParser.Function_call_or_indexed_name_partContext)
Visit a parse tree produced by function_call_or_indexed_name_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFunction_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. |
Returns
Type | Description |
---|---|
Result |
VisitFunction_specification(vhdlParser.Function_specificationContext)
Visit a parse tree produced by function_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFunction_specification(vhdlParser.Function_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Function_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGenerate_statement(vhdlParser.Generate_statementContext)
Visit a parse tree produced by generate_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGenerate_statement(vhdlParser.Generate_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generate_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGeneration_scheme(vhdlParser.Generation_schemeContext)
Visit a parse tree produced by generation_scheme().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGeneration_scheme(vhdlParser.Generation_schemeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generation_schemeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGeneric_clause(vhdlParser.Generic_clauseContext)
Visit a parse tree produced by generic_clause().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGeneric_clause(vhdlParser.Generic_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generic_clauseContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGeneric_list(vhdlParser.Generic_listContext)
Visit a parse tree produced by generic_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGeneric_list(vhdlParser.Generic_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generic_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGeneric_map_aspect(vhdlParser.Generic_map_aspectContext)
Visit a parse tree produced by generic_map_aspect().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGeneric_map_aspect(vhdlParser.Generic_map_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Generic_map_aspectContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGroup_constituent(vhdlParser.Group_constituentContext)
Visit a parse tree produced by group_constituent().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGroup_constituent(vhdlParser.Group_constituentContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_constituentContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGroup_constituent_list(vhdlParser.Group_constituent_listContext)
Visit a parse tree produced by group_constituent_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGroup_constituent_list(vhdlParser.Group_constituent_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_constituent_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGroup_declaration(vhdlParser.Group_declarationContext)
Visit a parse tree produced by group_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGroup_declaration(vhdlParser.Group_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGroup_template_declaration(vhdlParser.Group_template_declarationContext)
Visit a parse tree produced by group_template_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGroup_template_declaration(vhdlParser.Group_template_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Group_template_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGuarded_signal_specification(vhdlParser.Guarded_signal_specificationContext)
Visit a parse tree produced by guarded_signal_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGuarded_signal_specification(vhdlParser.Guarded_signal_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Guarded_signal_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIdentifier(vhdlParser.IdentifierContext)
Visit a parse tree produced by identifier().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIdentifier(vhdlParser.IdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.IdentifierContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIdentifier_list(vhdlParser.Identifier_listContext)
Visit a parse tree produced by identifier_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIdentifier_list(vhdlParser.Identifier_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Identifier_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIf_statement(vhdlParser.If_statementContext)
Visit a parse tree produced by if_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIf_statement(vhdlParser.If_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.If_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIndex_constraint(vhdlParser.Index_constraintContext)
Visit a parse tree produced by index_constraint().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIndex_constraint(vhdlParser.Index_constraintContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Index_constraintContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIndex_specification(vhdlParser.Index_specificationContext)
Visit a parse tree produced by index_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIndex_specification(vhdlParser.Index_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Index_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIndex_subtype_definition(vhdlParser.Index_subtype_definitionContext)
Visit a parse tree produced by index_subtype_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIndex_subtype_definition(vhdlParser.Index_subtype_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Index_subtype_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInstantiated_unit(vhdlParser.Instantiated_unitContext)
Visit a parse tree produced by instantiated_unit().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInstantiated_unit(vhdlParser.Instantiated_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Instantiated_unitContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInstantiation_list(vhdlParser.Instantiation_listContext)
Visit a parse tree produced by instantiation_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInstantiation_list(vhdlParser.Instantiation_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Instantiation_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_constant_declaration(vhdlParser.Interface_constant_declarationContext)
Visit a parse tree produced by interface_constant_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_constant_declaration(vhdlParser.Interface_constant_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_constant_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_declaration(vhdlParser.Interface_declarationContext)
Visit a parse tree produced by interface_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_declaration(vhdlParser.Interface_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_element(vhdlParser.Interface_elementContext)
Visit a parse tree produced by interface_element().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_element(vhdlParser.Interface_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_elementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_file_declaration(vhdlParser.Interface_file_declarationContext)
Visit a parse tree produced by interface_file_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_file_declaration(vhdlParser.Interface_file_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_file_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_list(vhdlParser.Interface_listContext)
Visit a parse tree produced by interface_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_list(vhdlParser.Interface_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_port_declaration(vhdlParser.Interface_port_declarationContext)
Visit a parse tree produced by interface_port_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_port_declaration(vhdlParser.Interface_port_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_port_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_port_list(vhdlParser.Interface_port_listContext)
Visit a parse tree produced by interface_port_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_port_list(vhdlParser.Interface_port_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_port_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_quantity_declaration(vhdlParser.Interface_quantity_declarationContext)
Visit a parse tree produced by interface_quantity_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_quantity_declaration(vhdlParser.Interface_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_quantity_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_signal_declaration(vhdlParser.Interface_signal_declarationContext)
Visit a parse tree produced by interface_signal_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_signal_declaration(vhdlParser.Interface_signal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_signal_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_signal_list(vhdlParser.Interface_signal_listContext)
Visit a parse tree produced by interface_signal_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_signal_list(vhdlParser.Interface_signal_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_signal_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_terminal_declaration(vhdlParser.Interface_terminal_declarationContext)
Visit a parse tree produced by interface_terminal_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_terminal_declaration(vhdlParser.Interface_terminal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_terminal_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterface_variable_declaration(vhdlParser.Interface_variable_declarationContext)
Visit a parse tree produced by interface_variable_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterface_variable_declaration(vhdlParser.Interface_variable_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Interface_variable_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIteration_scheme(vhdlParser.Iteration_schemeContext)
Visit a parse tree produced by iteration_scheme().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIteration_scheme(vhdlParser.Iteration_schemeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Iteration_schemeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLabel_colon(vhdlParser.Label_colonContext)
Visit a parse tree produced by label_colon().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLabel_colon(vhdlParser.Label_colonContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Label_colonContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLibrary_clause(vhdlParser.Library_clauseContext)
Visit a parse tree produced by library_clause().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLibrary_clause(vhdlParser.Library_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Library_clauseContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLibrary_unit(vhdlParser.Library_unitContext)
Visit a parse tree produced by library_unit().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLibrary_unit(vhdlParser.Library_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Library_unitContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLiteral(vhdlParser.LiteralContext)
Visit a parse tree produced by literal().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLiteral(vhdlParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.LiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLogical_name(vhdlParser.Logical_nameContext)
Visit a parse tree produced by logical_name().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLogical_name(vhdlParser.Logical_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Logical_nameContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLogical_name_list(vhdlParser.Logical_name_listContext)
Visit a parse tree produced by logical_name_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLogical_name_list(vhdlParser.Logical_name_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Logical_name_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLogical_operator(vhdlParser.Logical_operatorContext)
Visit a parse tree produced by logical_operator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLogical_operator(vhdlParser.Logical_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Logical_operatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLoop_statement(vhdlParser.Loop_statementContext)
Visit a parse tree produced by loop_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLoop_statement(vhdlParser.Loop_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Loop_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMultiplying_operator(vhdlParser.Multiplying_operatorContext)
Visit a parse tree produced by multiplying_operator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMultiplying_operator(vhdlParser.Multiplying_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Multiplying_operatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitName(vhdlParser.NameContext)
Visit a parse tree produced by name().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitName(vhdlParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.NameContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitName_part(vhdlParser.Name_partContext)
Visit a parse tree produced by name_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitName_part(vhdlParser.Name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Name_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNature_declaration(vhdlParser.Nature_declarationContext)
Visit a parse tree produced by nature_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNature_declaration(vhdlParser.Nature_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Nature_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNature_definition(vhdlParser.Nature_definitionContext)
Visit a parse tree produced by nature_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNature_definition(vhdlParser.Nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Nature_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNature_element_declaration(vhdlParser.Nature_element_declarationContext)
Visit a parse tree produced by nature_element_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNature_element_declaration(vhdlParser.Nature_element_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Nature_element_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNext_statement(vhdlParser.Next_statementContext)
Visit a parse tree produced by next_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNext_statement(vhdlParser.Next_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Next_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNumeric_literal(vhdlParser.Numeric_literalContext)
Visit a parse tree produced by numeric_literal().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNumeric_literal(vhdlParser.Numeric_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Numeric_literalContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitObject_declaration(vhdlParser.Object_declarationContext)
Visit a parse tree produced by object_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitObject_declaration(vhdlParser.Object_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Object_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitOpts(vhdlParser.OptsContext)
Visit a parse tree produced by opts().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitOpts(vhdlParser.OptsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.OptsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPackage_body(vhdlParser.Package_bodyContext)
Visit a parse tree produced by package_body().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPackage_body(vhdlParser.Package_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_bodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPackage_body_declarative_item(vhdlParser.Package_body_declarative_itemContext)
Visit a parse tree produced by package_body_declarative_item().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPackage_body_declarative_item(vhdlParser.Package_body_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_body_declarative_itemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPackage_body_declarative_part(vhdlParser.Package_body_declarative_partContext)
Visit a parse tree produced by package_body_declarative_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPackage_body_declarative_part(vhdlParser.Package_body_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_body_declarative_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPackage_declaration(vhdlParser.Package_declarationContext)
Visit a parse tree produced by package_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPackage_declaration(vhdlParser.Package_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPackage_declarative_item(vhdlParser.Package_declarative_itemContext)
Visit a parse tree produced by package_declarative_item().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPackage_declarative_item(vhdlParser.Package_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_declarative_itemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPackage_declarative_part(vhdlParser.Package_declarative_partContext)
Visit a parse tree produced by package_declarative_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPackage_declarative_part(vhdlParser.Package_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Package_declarative_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitParameter_specification(vhdlParser.Parameter_specificationContext)
Visit a parse tree produced by parameter_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitParameter_specification(vhdlParser.Parameter_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Parameter_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPhysical_literal(vhdlParser.Physical_literalContext)
Visit a parse tree produced by physical_literal().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPhysical_literal(vhdlParser.Physical_literalContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Physical_literalContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPhysical_type_definition(vhdlParser.Physical_type_definitionContext)
Visit a parse tree produced by physical_type_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPhysical_type_definition(vhdlParser.Physical_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Physical_type_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPort_clause(vhdlParser.Port_clauseContext)
Visit a parse tree produced by port_clause().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPort_clause(vhdlParser.Port_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Port_clauseContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPort_list(vhdlParser.Port_listContext)
Visit a parse tree produced by port_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPort_list(vhdlParser.Port_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Port_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPort_map_aspect(vhdlParser.Port_map_aspectContext)
Visit a parse tree produced by port_map_aspect().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPort_map_aspect(vhdlParser.Port_map_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Port_map_aspectContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPrimary(vhdlParser.PrimaryContext)
Visit a parse tree produced by primary().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPrimary(vhdlParser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.PrimaryContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPrimary_unit(vhdlParser.Primary_unitContext)
Visit a parse tree produced by primary_unit().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPrimary_unit(vhdlParser.Primary_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Primary_unitContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProcedural_declarative_item(vhdlParser.Procedural_declarative_itemContext)
Visit a parse tree produced by procedural_declarative_item().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProcedural_declarative_item(vhdlParser.Procedural_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedural_declarative_itemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProcedural_declarative_part(vhdlParser.Procedural_declarative_partContext)
Visit a parse tree produced by procedural_declarative_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProcedural_declarative_part(vhdlParser.Procedural_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedural_declarative_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProcedural_statement_part(vhdlParser.Procedural_statement_partContext)
Visit a parse tree produced by procedural_statement_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProcedural_statement_part(vhdlParser.Procedural_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedural_statement_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProcedure_call(vhdlParser.Procedure_callContext)
Visit a parse tree produced by procedure_call().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProcedure_call(vhdlParser.Procedure_callContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedure_callContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProcedure_call_statement(vhdlParser.Procedure_call_statementContext)
Visit a parse tree produced by procedure_call_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProcedure_call_statement(vhdlParser.Procedure_call_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedure_call_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProcedure_specification(vhdlParser.Procedure_specificationContext)
Visit a parse tree produced by procedure_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProcedure_specification(vhdlParser.Procedure_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Procedure_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProcess_declarative_item(vhdlParser.Process_declarative_itemContext)
Visit a parse tree produced by process_declarative_item().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProcess_declarative_item(vhdlParser.Process_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_declarative_itemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProcess_declarative_part(vhdlParser.Process_declarative_partContext)
Visit a parse tree produced by process_declarative_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProcess_declarative_part(vhdlParser.Process_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_declarative_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProcess_statement(vhdlParser.Process_statementContext)
Visit a parse tree produced by process_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProcess_statement(vhdlParser.Process_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProcess_statement_part(vhdlParser.Process_statement_partContext)
Visit a parse tree produced by process_statement_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProcess_statement_part(vhdlParser.Process_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Process_statement_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitQualified_expression(vhdlParser.Qualified_expressionContext)
Visit a parse tree produced by qualified_expression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitQualified_expression(vhdlParser.Qualified_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Qualified_expressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitQuantity_declaration(vhdlParser.Quantity_declarationContext)
Visit a parse tree produced by quantity_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitQuantity_declaration(vhdlParser.Quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Quantity_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitQuantity_list(vhdlParser.Quantity_listContext)
Visit a parse tree produced by quantity_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitQuantity_list(vhdlParser.Quantity_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Quantity_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitQuantity_specification(vhdlParser.Quantity_specificationContext)
Visit a parse tree produced by quantity_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitQuantity_specification(vhdlParser.Quantity_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Quantity_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRange_constraint(vhdlParser.Range_constraintContext)
Visit a parse tree produced by range_constraint().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRange_constraint(vhdlParser.Range_constraintContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Range_constraintContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRange_decl(vhdlParser.Range_declContext)
Visit a parse tree produced by range_decl().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRange_decl(vhdlParser.Range_declContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Range_declContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRecord_nature_definition(vhdlParser.Record_nature_definitionContext)
Visit a parse tree produced by record_nature_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRecord_nature_definition(vhdlParser.Record_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Record_nature_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRecord_type_definition(vhdlParser.Record_type_definitionContext)
Visit a parse tree produced by record_type_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRecord_type_definition(vhdlParser.Record_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Record_type_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRelation(vhdlParser.RelationContext)
Visit a parse tree produced by relation().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRelation(vhdlParser.RelationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.RelationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRelational_operator(vhdlParser.Relational_operatorContext)
Visit a parse tree produced by relational_operator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRelational_operator(vhdlParser.Relational_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Relational_operatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitReport_statement(vhdlParser.Report_statementContext)
Visit a parse tree produced by report_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitReport_statement(vhdlParser.Report_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Report_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitReturn_statement(vhdlParser.Return_statementContext)
Visit a parse tree produced by return_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitReturn_statement(vhdlParser.Return_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Return_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitScalar_nature_definition(vhdlParser.Scalar_nature_definitionContext)
Visit a parse tree produced by scalar_nature_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitScalar_nature_definition(vhdlParser.Scalar_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Scalar_nature_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitScalar_type_definition(vhdlParser.Scalar_type_definitionContext)
Visit a parse tree produced by scalar_type_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitScalar_type_definition(vhdlParser.Scalar_type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Scalar_type_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSecondary_unit(vhdlParser.Secondary_unitContext)
Visit a parse tree produced by secondary_unit().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSecondary_unit(vhdlParser.Secondary_unitContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Secondary_unitContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSecondary_unit_declaration(vhdlParser.Secondary_unit_declarationContext)
Visit a parse tree produced by secondary_unit_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSecondary_unit_declaration(vhdlParser.Secondary_unit_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Secondary_unit_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSelected_name(vhdlParser.Selected_nameContext)
Visit a parse tree produced by selected_name().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSelected_name(vhdlParser.Selected_nameContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_nameContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSelected_name_part(vhdlParser.Selected_name_partContext)
Visit a parse tree produced by selected_name_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSelected_name_part(vhdlParser.Selected_name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_name_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSelected_signal_assignment(vhdlParser.Selected_signal_assignmentContext)
Visit a parse tree produced by selected_signal_assignment().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSelected_signal_assignment(vhdlParser.Selected_signal_assignmentContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_signal_assignmentContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSelected_waveforms(vhdlParser.Selected_waveformsContext)
Visit a parse tree produced by selected_waveforms().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSelected_waveforms(vhdlParser.Selected_waveformsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Selected_waveformsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSensitivity_clause(vhdlParser.Sensitivity_clauseContext)
Visit a parse tree produced by sensitivity_clause().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSensitivity_clause(vhdlParser.Sensitivity_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sensitivity_clauseContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSensitivity_list(vhdlParser.Sensitivity_listContext)
Visit a parse tree produced by sensitivity_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSensitivity_list(vhdlParser.Sensitivity_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sensitivity_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSequence_of_statements(vhdlParser.Sequence_of_statementsContext)
Visit a parse tree produced by sequence_of_statements().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSequence_of_statements(vhdlParser.Sequence_of_statementsContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sequence_of_statementsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSequential_statement(vhdlParser.Sequential_statementContext)
Visit a parse tree produced by sequential_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSequential_statement(vhdlParser.Sequential_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Sequential_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitShift_expression(vhdlParser.Shift_expressionContext)
Visit a parse tree produced by shift_expression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitShift_expression(vhdlParser.Shift_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Shift_expressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitShift_operator(vhdlParser.Shift_operatorContext)
Visit a parse tree produced by shift_operator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitShift_operator(vhdlParser.Shift_operatorContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Shift_operatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSignal_assignment_statement(vhdlParser.Signal_assignment_statementContext)
Visit a parse tree produced by signal_assignment_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSignal_assignment_statement(vhdlParser.Signal_assignment_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_assignment_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSignal_declaration(vhdlParser.Signal_declarationContext)
Visit a parse tree produced by signal_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSignal_declaration(vhdlParser.Signal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSignal_kind(vhdlParser.Signal_kindContext)
Visit a parse tree produced by signal_kind().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSignal_kind(vhdlParser.Signal_kindContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_kindContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSignal_list(vhdlParser.Signal_listContext)
Visit a parse tree produced by signal_list().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSignal_list(vhdlParser.Signal_listContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_listContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSignal_mode(vhdlParser.Signal_modeContext)
Visit a parse tree produced by signal_mode().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSignal_mode(vhdlParser.Signal_modeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Signal_modeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSignature(vhdlParser.SignatureContext)
Visit a parse tree produced by signature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSignature(vhdlParser.SignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.SignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSimple_expression(vhdlParser.Simple_expressionContext)
Visit a parse tree produced by simple_expression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSimple_expression(vhdlParser.Simple_expressionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simple_expressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSimple_simultaneous_statement(vhdlParser.Simple_simultaneous_statementContext)
Visit a parse tree produced by simple_simultaneous_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSimple_simultaneous_statement(vhdlParser.Simple_simultaneous_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simple_simultaneous_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSimultaneous_alternative(vhdlParser.Simultaneous_alternativeContext)
Visit a parse tree produced by simultaneous_alternative().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSimultaneous_alternative(vhdlParser.Simultaneous_alternativeContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_alternativeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSimultaneous_case_statement(vhdlParser.Simultaneous_case_statementContext)
Visit a parse tree produced by simultaneous_case_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSimultaneous_case_statement(vhdlParser.Simultaneous_case_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_case_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSimultaneous_if_statement(vhdlParser.Simultaneous_if_statementContext)
Visit a parse tree produced by simultaneous_if_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSimultaneous_if_statement(vhdlParser.Simultaneous_if_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_if_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSimultaneous_procedural_statement(vhdlParser.Simultaneous_procedural_statementContext)
Visit a parse tree produced by simultaneous_procedural_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSimultaneous_procedural_statement(vhdlParser.Simultaneous_procedural_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_procedural_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSimultaneous_statement(vhdlParser.Simultaneous_statementContext)
Visit a parse tree produced by simultaneous_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSimultaneous_statement(vhdlParser.Simultaneous_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSimultaneous_statement_part(vhdlParser.Simultaneous_statement_partContext)
Visit a parse tree produced by simultaneous_statement_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSimultaneous_statement_part(vhdlParser.Simultaneous_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Simultaneous_statement_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSlice_name_part(vhdlParser.Slice_name_partContext)
Visit a parse tree produced by slice_name_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSlice_name_part(vhdlParser.Slice_name_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Slice_name_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSource_aspect(vhdlParser.Source_aspectContext)
Visit a parse tree produced by source_aspect().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSource_aspect(vhdlParser.Source_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Source_aspectContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSource_quantity_declaration(vhdlParser.Source_quantity_declarationContext)
Visit a parse tree produced by source_quantity_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSource_quantity_declaration(vhdlParser.Source_quantity_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Source_quantity_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStep_limit_specification(vhdlParser.Step_limit_specificationContext)
Visit a parse tree produced by step_limit_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStep_limit_specification(vhdlParser.Step_limit_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Step_limit_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSubnature_declaration(vhdlParser.Subnature_declarationContext)
Visit a parse tree produced by subnature_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSubnature_declaration(vhdlParser.Subnature_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subnature_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSubnature_indication(vhdlParser.Subnature_indicationContext)
Visit a parse tree produced by subnature_indication().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSubnature_indication(vhdlParser.Subnature_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subnature_indicationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSubprogram_body(vhdlParser.Subprogram_bodyContext)
Visit a parse tree produced by subprogram_body().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSubprogram_body(vhdlParser.Subprogram_bodyContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_bodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSubprogram_declaration(vhdlParser.Subprogram_declarationContext)
Visit a parse tree produced by subprogram_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSubprogram_declaration(vhdlParser.Subprogram_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSubprogram_declarative_item(vhdlParser.Subprogram_declarative_itemContext)
Visit a parse tree produced by subprogram_declarative_item().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSubprogram_declarative_item(vhdlParser.Subprogram_declarative_itemContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_declarative_itemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSubprogram_declarative_part(vhdlParser.Subprogram_declarative_partContext)
Visit a parse tree produced by subprogram_declarative_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSubprogram_declarative_part(vhdlParser.Subprogram_declarative_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_declarative_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSubprogram_kind(vhdlParser.Subprogram_kindContext)
Visit a parse tree produced by subprogram_kind().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSubprogram_kind(vhdlParser.Subprogram_kindContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_kindContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSubprogram_specification(vhdlParser.Subprogram_specificationContext)
Visit a parse tree produced by subprogram_specification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSubprogram_specification(vhdlParser.Subprogram_specificationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_specificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSubprogram_statement_part(vhdlParser.Subprogram_statement_partContext)
Visit a parse tree produced by subprogram_statement_part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSubprogram_statement_part(vhdlParser.Subprogram_statement_partContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subprogram_statement_partContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSubtype_declaration(vhdlParser.Subtype_declarationContext)
Visit a parse tree produced by subtype_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSubtype_declaration(vhdlParser.Subtype_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subtype_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSubtype_indication(vhdlParser.Subtype_indicationContext)
Visit a parse tree produced by subtype_indication().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSubtype_indication(vhdlParser.Subtype_indicationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Subtype_indicationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSuffix(vhdlParser.SuffixContext)
Visit a parse tree produced by suffix().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSuffix(vhdlParser.SuffixContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.SuffixContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTarget(vhdlParser.TargetContext)
Visit a parse tree produced by target().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTarget(vhdlParser.TargetContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.TargetContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTerm(vhdlParser.TermContext)
Visit a parse tree produced by term().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTerm(vhdlParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.TermContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTerminal_aspect(vhdlParser.Terminal_aspectContext)
Visit a parse tree produced by terminal_aspect().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTerminal_aspect(vhdlParser.Terminal_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Terminal_aspectContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTerminal_declaration(vhdlParser.Terminal_declarationContext)
Visit a parse tree produced by terminal_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTerminal_declaration(vhdlParser.Terminal_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Terminal_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitThrough_aspect(vhdlParser.Through_aspectContext)
Visit a parse tree produced by through_aspect().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitThrough_aspect(vhdlParser.Through_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Through_aspectContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTimeout_clause(vhdlParser.Timeout_clauseContext)
Visit a parse tree produced by timeout_clause().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTimeout_clause(vhdlParser.Timeout_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Timeout_clauseContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTolerance_aspect(vhdlParser.Tolerance_aspectContext)
Visit a parse tree produced by tolerance_aspect().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTolerance_aspect(vhdlParser.Tolerance_aspectContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Tolerance_aspectContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitType_declaration(vhdlParser.Type_declarationContext)
Visit a parse tree produced by type_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitType_declaration(vhdlParser.Type_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Type_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitType_definition(vhdlParser.Type_definitionContext)
Visit a parse tree produced by type_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitType_definition(vhdlParser.Type_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Type_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitUnconstrained_array_definition(vhdlParser.Unconstrained_array_definitionContext)
Visit a parse tree produced by unconstrained_array_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitUnconstrained_array_definition(vhdlParser.Unconstrained_array_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Unconstrained_array_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitUnconstrained_nature_definition(vhdlParser.Unconstrained_nature_definitionContext)
Visit a parse tree produced by unconstrained_nature_definition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitUnconstrained_nature_definition(vhdlParser.Unconstrained_nature_definitionContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Unconstrained_nature_definitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitUse_clause(vhdlParser.Use_clauseContext)
Visit a parse tree produced by use_clause().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitUse_clause(vhdlParser.Use_clauseContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Use_clauseContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitVariable_assignment_statement(vhdlParser.Variable_assignment_statementContext)
Visit a parse tree produced by variable_assignment_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitVariable_assignment_statement(vhdlParser.Variable_assignment_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Variable_assignment_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitVariable_declaration(vhdlParser.Variable_declarationContext)
Visit a parse tree produced by variable_declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitVariable_declaration(vhdlParser.Variable_declarationContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Variable_declarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitWait_statement(vhdlParser.Wait_statementContext)
Visit a parse tree produced by wait_statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitWait_statement(vhdlParser.Wait_statementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Wait_statementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitWaveform(vhdlParser.WaveformContext)
Visit a parse tree produced by waveform().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitWaveform(vhdlParser.WaveformContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.WaveformContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitWaveform_element(vhdlParser.Waveform_elementContext)
Visit a parse tree produced by waveform_element().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitWaveform_element(vhdlParser.Waveform_elementContext context)
Parameters
Type | Name | Description |
---|---|---|
vhdlParser.Waveform_elementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |