Packages

c

top.scaleda.systemverilog.parser

SystemVerilogParserBaseListener

class SystemVerilogParserBaseListener extends SystemVerilogParserListener

This class provides an empty implementation of SystemVerilogParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Annotations
@SuppressWarnings()
Linear Supertypes
SystemVerilogParserListener, ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SystemVerilogParserBaseListener
  2. SystemVerilogParserListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SystemVerilogParserBaseListener()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def enterAction_block(ctx: Action_blockContext): Unit

    Enter a parse tree produced by SystemVerilogParser#action_block.

    Enter a parse tree produced by SystemVerilogParser#action_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  7. def enterAlways_construct(ctx: Always_constructContext): Unit

    Enter a parse tree produced by SystemVerilogParser#always_construct.

    Enter a parse tree produced by SystemVerilogParser#always_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  8. def enterAlways_keyword(ctx: Always_keywordContext): Unit

    Enter a parse tree produced by SystemVerilogParser#always_keyword.

    Enter a parse tree produced by SystemVerilogParser#always_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  9. def enterAnonymous_program(ctx: Anonymous_programContext): Unit

    Enter a parse tree produced by SystemVerilogParser#anonymous_program.

    Enter a parse tree produced by SystemVerilogParser#anonymous_program.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  10. def enterAnonymous_program_item(ctx: Anonymous_program_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#anonymous_program_item.

    Enter a parse tree produced by SystemVerilogParser#anonymous_program_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  11. def enterAnsi_port_declaration(ctx: Ansi_port_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ansi_port_declaration.

    Enter a parse tree produced by SystemVerilogParser#ansi_port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  12. def enterArg_list(ctx: Arg_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#arg_list.

    Enter a parse tree produced by SystemVerilogParser#arg_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  13. def enterArray_key_val_pair(ctx: Array_key_val_pairContext): Unit

    Enter a parse tree produced by SystemVerilogParser#array_key_val_pair.

    Enter a parse tree produced by SystemVerilogParser#array_key_val_pair.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  14. def enterArray_manipulation_call(ctx: Array_manipulation_callContext): Unit

    Enter a parse tree produced by SystemVerilogParser#array_manipulation_call.

    Enter a parse tree produced by SystemVerilogParser#array_manipulation_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  15. def enterArray_method_name(ctx: Array_method_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#array_method_name.

    Enter a parse tree produced by SystemVerilogParser#array_method_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  16. def enterArray_pattern_key(ctx: Array_pattern_keyContext): Unit

    Enter a parse tree produced by SystemVerilogParser#array_pattern_key.

    Enter a parse tree produced by SystemVerilogParser#array_pattern_key.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  17. def enterArray_range_expression(ctx: Array_range_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#array_range_expression.

    Enter a parse tree produced by SystemVerilogParser#array_range_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  18. def enterAssert_property_statement(ctx: Assert_property_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assert_property_statement.

    Enter a parse tree produced by SystemVerilogParser#assert_property_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  19. def enterAssertion_item(ctx: Assertion_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assertion_item.

    Enter a parse tree produced by SystemVerilogParser#assertion_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  20. def enterAssertion_item_declaration(ctx: Assertion_item_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assertion_item_declaration.

    Enter a parse tree produced by SystemVerilogParser#assertion_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  21. def enterAssertion_variable_declaration(ctx: Assertion_variable_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assertion_variable_declaration.

    Enter a parse tree produced by SystemVerilogParser#assertion_variable_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  22. def enterAssignment_operator(ctx: Assignment_operatorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assignment_operator.

    Enter a parse tree produced by SystemVerilogParser#assignment_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  23. def enterAssignment_pattern(ctx: Assignment_patternContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern.

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  24. def enterAssignment_pattern_expression(ctx: Assignment_pattern_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_expression.

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  25. def enterAssignment_pattern_expression_type(ctx: Assignment_pattern_expression_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_expression_type.

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_expression_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  26. def enterAssignment_pattern_key(ctx: Assignment_pattern_keyContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_key.

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_key.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  27. def enterAssignment_pattern_net_lvalue(ctx: Assignment_pattern_net_lvalueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_net_lvalue.

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_net_lvalue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  28. def enterAssignment_pattern_variable_lvalue(ctx: Assignment_pattern_variable_lvalueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_variable_lvalue.

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_variable_lvalue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  29. def enterAssociative_dimension(ctx: Associative_dimensionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#associative_dimension.

    Enter a parse tree produced by SystemVerilogParser#associative_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  30. def enterAssume_property_statement(ctx: Assume_property_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assume_property_statement.

    Enter a parse tree produced by SystemVerilogParser#assume_property_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  31. def enterAttr_name(ctx: Attr_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#attr_name.

    Enter a parse tree produced by SystemVerilogParser#attr_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  32. def enterAttr_spec(ctx: Attr_specContext): Unit

    Enter a parse tree produced by SystemVerilogParser#attr_spec.

    Enter a parse tree produced by SystemVerilogParser#attr_spec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  33. def enterAttribute_instance(ctx: Attribute_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#attribute_instance.

    Enter a parse tree produced by SystemVerilogParser#attribute_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  34. def enterBin_array_size(ctx: Bin_array_sizeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bin_array_size.

    Enter a parse tree produced by SystemVerilogParser#bin_array_size.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  35. def enterBin_identifier(ctx: Bin_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bin_identifier.

    Enter a parse tree produced by SystemVerilogParser#bin_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  36. def enterBinary_base(ctx: Binary_baseContext): Unit

    Enter a parse tree produced by SystemVerilogParser#binary_base.

    Enter a parse tree produced by SystemVerilogParser#binary_base.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  37. def enterBinary_number(ctx: Binary_numberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#binary_number.

    Enter a parse tree produced by SystemVerilogParser#binary_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  38. def enterBinary_value(ctx: Binary_valueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#binary_value.

    Enter a parse tree produced by SystemVerilogParser#binary_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  39. def enterBind_directive(ctx: Bind_directiveContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bind_directive.

    Enter a parse tree produced by SystemVerilogParser#bind_directive.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  40. def enterBind_instantiation(ctx: Bind_instantiationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bind_instantiation.

    Enter a parse tree produced by SystemVerilogParser#bind_instantiation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  41. def enterBind_target_instance(ctx: Bind_target_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bind_target_instance.

    Enter a parse tree produced by SystemVerilogParser#bind_target_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  42. def enterBind_target_instance_list(ctx: Bind_target_instance_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bind_target_instance_list.

    Enter a parse tree produced by SystemVerilogParser#bind_target_instance_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  43. def enterBind_target_scope(ctx: Bind_target_scopeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bind_target_scope.

    Enter a parse tree produced by SystemVerilogParser#bind_target_scope.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  44. def enterBins_expression(ctx: Bins_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bins_expression.

    Enter a parse tree produced by SystemVerilogParser#bins_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  45. def enterBins_keyword(ctx: Bins_keywordContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bins_keyword.

    Enter a parse tree produced by SystemVerilogParser#bins_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  46. def enterBins_or_empty(ctx: Bins_or_emptyContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bins_or_empty.

    Enter a parse tree produced by SystemVerilogParser#bins_or_empty.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  47. def enterBins_or_options(ctx: Bins_or_optionsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bins_or_options.

    Enter a parse tree produced by SystemVerilogParser#bins_or_options.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  48. def enterBins_selection(ctx: Bins_selectionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bins_selection.

    Enter a parse tree produced by SystemVerilogParser#bins_selection.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  49. def enterBins_selection_or_option(ctx: Bins_selection_or_optionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bins_selection_or_option.

    Enter a parse tree produced by SystemVerilogParser#bins_selection_or_option.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  50. def enterBit_select(ctx: Bit_selectContext): Unit

    Enter a parse tree produced by SystemVerilogParser#bit_select.

    Enter a parse tree produced by SystemVerilogParser#bit_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  51. def enterBlock_event_expression(ctx: Block_event_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#block_event_expression.

    Enter a parse tree produced by SystemVerilogParser#block_event_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  52. def enterBlock_identifier(ctx: Block_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#block_identifier.

    Enter a parse tree produced by SystemVerilogParser#block_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  53. def enterBlock_item_declaration(ctx: Block_item_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#block_item_declaration.

    Enter a parse tree produced by SystemVerilogParser#block_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  54. def enterBlock_label(ctx: Block_labelContext): Unit

    Enter a parse tree produced by SystemVerilogParser#block_label.

    Enter a parse tree produced by SystemVerilogParser#block_label.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  55. def enterBlock_name(ctx: Block_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#block_name.

    Enter a parse tree produced by SystemVerilogParser#block_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  56. def enterBlocking_assignment(ctx: Blocking_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#blocking_assignment.

    Enter a parse tree produced by SystemVerilogParser#blocking_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  57. def enterBoolean_abbrev(ctx: Boolean_abbrevContext): Unit

    Enter a parse tree produced by SystemVerilogParser#boolean_abbrev.

    Enter a parse tree produced by SystemVerilogParser#boolean_abbrev.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  58. def enterC_identifier(ctx: C_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#c_identifier.

    Enter a parse tree produced by SystemVerilogParser#c_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  59. def enterCase_body_1(ctx: Case_body_1Context): Unit

    Enter a parse tree produced by SystemVerilogParser#case_body_1.

    Enter a parse tree produced by SystemVerilogParser#case_body_1.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  60. def enterCase_body_2(ctx: Case_body_2Context): Unit

    Enter a parse tree produced by SystemVerilogParser#case_body_2.

    Enter a parse tree produced by SystemVerilogParser#case_body_2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  61. def enterCase_body_3(ctx: Case_body_3Context): Unit

    Enter a parse tree produced by SystemVerilogParser#case_body_3.

    Enter a parse tree produced by SystemVerilogParser#case_body_3.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  62. def enterCase_expression(ctx: Case_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#case_expression.

    Enter a parse tree produced by SystemVerilogParser#case_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  63. def enterCase_generate_construct(ctx: Case_generate_constructContext): Unit

    Enter a parse tree produced by SystemVerilogParser#case_generate_construct.

    Enter a parse tree produced by SystemVerilogParser#case_generate_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  64. def enterCase_generate_item(ctx: Case_generate_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#case_generate_item.

    Enter a parse tree produced by SystemVerilogParser#case_generate_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  65. def enterCase_inside_item(ctx: Case_inside_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#case_inside_item.

    Enter a parse tree produced by SystemVerilogParser#case_inside_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  66. def enterCase_item(ctx: Case_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#case_item.

    Enter a parse tree produced by SystemVerilogParser#case_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  67. def enterCase_item_expression(ctx: Case_item_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#case_item_expression.

    Enter a parse tree produced by SystemVerilogParser#case_item_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  68. def enterCase_keyword(ctx: Case_keywordContext): Unit

    Enter a parse tree produced by SystemVerilogParser#case_keyword.

    Enter a parse tree produced by SystemVerilogParser#case_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  69. def enterCase_pattern_item(ctx: Case_pattern_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#case_pattern_item.

    Enter a parse tree produced by SystemVerilogParser#case_pattern_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  70. def enterCase_statement(ctx: Case_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#case_statement.

    Enter a parse tree produced by SystemVerilogParser#case_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  71. def enterCell_clause(ctx: Cell_clauseContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cell_clause.

    Enter a parse tree produced by SystemVerilogParser#cell_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  72. def enterCell_identifier(ctx: Cell_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cell_identifier.

    Enter a parse tree produced by SystemVerilogParser#cell_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  73. def enterCharge_strength(ctx: Charge_strengthContext): Unit

    Enter a parse tree produced by SystemVerilogParser#charge_strength.

    Enter a parse tree produced by SystemVerilogParser#charge_strength.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  74. def enterChecker_decl_item(ctx: Checker_decl_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_decl_item.

    Enter a parse tree produced by SystemVerilogParser#checker_decl_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  75. def enterChecker_declaration(ctx: Checker_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_declaration.

    Enter a parse tree produced by SystemVerilogParser#checker_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  76. def enterChecker_identifier(ctx: Checker_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_identifier.

    Enter a parse tree produced by SystemVerilogParser#checker_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  77. def enterChecker_instantiation(ctx: Checker_instantiationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_instantiation.

    Enter a parse tree produced by SystemVerilogParser#checker_instantiation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  78. def enterChecker_item(ctx: Checker_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_item.

    Enter a parse tree produced by SystemVerilogParser#checker_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  79. def enterChecker_item_declaration(ctx: Checker_item_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_item_declaration.

    Enter a parse tree produced by SystemVerilogParser#checker_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  80. def enterChecker_name(ctx: Checker_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_name.

    Enter a parse tree produced by SystemVerilogParser#checker_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  81. def enterChecker_port_assign(ctx: Checker_port_assignContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_port_assign.

    Enter a parse tree produced by SystemVerilogParser#checker_port_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  82. def enterChecker_port_direction(ctx: Checker_port_directionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_port_direction.

    Enter a parse tree produced by SystemVerilogParser#checker_port_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  83. def enterChecker_port_item(ctx: Checker_port_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_port_item.

    Enter a parse tree produced by SystemVerilogParser#checker_port_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  84. def enterChecker_port_list(ctx: Checker_port_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_port_list.

    Enter a parse tree produced by SystemVerilogParser#checker_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  85. def enterChecker_ports(ctx: Checker_portsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#checker_ports.

    Enter a parse tree produced by SystemVerilogParser#checker_ports.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  86. def enterClass_constraint(ctx: Class_constraintContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_constraint.

    Enter a parse tree produced by SystemVerilogParser#class_constraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  87. def enterClass_constructor_declaration(ctx: Class_constructor_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_constructor_declaration.

    Enter a parse tree produced by SystemVerilogParser#class_constructor_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  88. def enterClass_constructor_prototype(ctx: Class_constructor_prototypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_constructor_prototype.

    Enter a parse tree produced by SystemVerilogParser#class_constructor_prototype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  89. def enterClass_declaration(ctx: Class_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_declaration.

    Enter a parse tree produced by SystemVerilogParser#class_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  90. def enterClass_extension(ctx: Class_extensionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_extension.

    Enter a parse tree produced by SystemVerilogParser#class_extension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  91. def enterClass_identifier(ctx: Class_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_identifier.

    Enter a parse tree produced by SystemVerilogParser#class_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  92. def enterClass_implementation(ctx: Class_implementationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_implementation.

    Enter a parse tree produced by SystemVerilogParser#class_implementation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  93. def enterClass_item(ctx: Class_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_item.

    Enter a parse tree produced by SystemVerilogParser#class_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  94. def enterClass_item_qualifier(ctx: Class_item_qualifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_item_qualifier.

    Enter a parse tree produced by SystemVerilogParser#class_item_qualifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  95. def enterClass_method(ctx: Class_methodContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_method.

    Enter a parse tree produced by SystemVerilogParser#class_method.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  96. def enterClass_name(ctx: Class_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_name.

    Enter a parse tree produced by SystemVerilogParser#class_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  97. def enterClass_new(ctx: Class_newContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_new.

    Enter a parse tree produced by SystemVerilogParser#class_new.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  98. def enterClass_property(ctx: Class_propertyContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_property.

    Enter a parse tree produced by SystemVerilogParser#class_property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  99. def enterClass_ref(ctx: Class_refContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_ref.

    Enter a parse tree produced by SystemVerilogParser#class_ref.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  100. def enterClass_scope(ctx: Class_scopeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_scope.

    Enter a parse tree produced by SystemVerilogParser#class_scope.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  101. def enterClass_type(ctx: Class_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_type.

    Enter a parse tree produced by SystemVerilogParser#class_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  102. def enterClass_variable_identifier(ctx: Class_variable_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_variable_identifier.

    Enter a parse tree produced by SystemVerilogParser#class_variable_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  103. def enterClocking_decl_assign(ctx: Clocking_decl_assignContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clocking_decl_assign.

    Enter a parse tree produced by SystemVerilogParser#clocking_decl_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  104. def enterClocking_declaration(ctx: Clocking_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clocking_declaration.

    Enter a parse tree produced by SystemVerilogParser#clocking_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  105. def enterClocking_direction(ctx: Clocking_directionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clocking_direction.

    Enter a parse tree produced by SystemVerilogParser#clocking_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  106. def enterClocking_drive(ctx: Clocking_driveContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clocking_drive.

    Enter a parse tree produced by SystemVerilogParser#clocking_drive.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  107. def enterClocking_event(ctx: Clocking_eventContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clocking_event.

    Enter a parse tree produced by SystemVerilogParser#clocking_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  108. def enterClocking_identifier(ctx: Clocking_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clocking_identifier.

    Enter a parse tree produced by SystemVerilogParser#clocking_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  109. def enterClocking_item(ctx: Clocking_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clocking_item.

    Enter a parse tree produced by SystemVerilogParser#clocking_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  110. def enterClocking_name(ctx: Clocking_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clocking_name.

    Enter a parse tree produced by SystemVerilogParser#clocking_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  111. def enterClocking_skew(ctx: Clocking_skewContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clocking_skew.

    Enter a parse tree produced by SystemVerilogParser#clocking_skew.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  112. def enterClockvar(ctx: ClockvarContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clockvar.

    Enter a parse tree produced by SystemVerilogParser#clockvar.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  113. def enterClockvar_expression(ctx: Clockvar_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clockvar_expression.

    Enter a parse tree produced by SystemVerilogParser#clockvar_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  114. def enterCmos_switch_instance(ctx: Cmos_switch_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cmos_switch_instance.

    Enter a parse tree produced by SystemVerilogParser#cmos_switch_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  115. def enterCmos_switchtype(ctx: Cmos_switchtypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cmos_switchtype.

    Enter a parse tree produced by SystemVerilogParser#cmos_switchtype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  116. def enterCombinational_body(ctx: Combinational_bodyContext): Unit

    Enter a parse tree produced by SystemVerilogParser#combinational_body.

    Enter a parse tree produced by SystemVerilogParser#combinational_body.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  117. def enterCombinational_entry(ctx: Combinational_entryContext): Unit

    Enter a parse tree produced by SystemVerilogParser#combinational_entry.

    Enter a parse tree produced by SystemVerilogParser#combinational_entry.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  118. def enterConcatenation(ctx: ConcatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#concatenation.

    Enter a parse tree produced by SystemVerilogParser#concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  119. def enterConcurrent_assertion_item(ctx: Concurrent_assertion_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#concurrent_assertion_item.

    Enter a parse tree produced by SystemVerilogParser#concurrent_assertion_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  120. def enterConcurrent_assertion_statement(ctx: Concurrent_assertion_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#concurrent_assertion_statement.

    Enter a parse tree produced by SystemVerilogParser#concurrent_assertion_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  121. def enterCond_predicate(ctx: Cond_predicateContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cond_predicate.

    Enter a parse tree produced by SystemVerilogParser#cond_predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  122. def enterConditional_generate_construct(ctx: Conditional_generate_constructContext): Unit

    Enter a parse tree produced by SystemVerilogParser#conditional_generate_construct.

    Enter a parse tree produced by SystemVerilogParser#conditional_generate_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  123. def enterConditional_statement(ctx: Conditional_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#conditional_statement.

    Enter a parse tree produced by SystemVerilogParser#conditional_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  124. def enterConditional_statement_body(ctx: Conditional_statement_bodyContext): Unit

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_body.

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_body.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  125. def enterConditional_statement_chain(ctx: Conditional_statement_chainContext): Unit

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_chain.

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_chain.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  126. def enterConditional_statement_else_chain(ctx: Conditional_statement_else_chainContext): Unit

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_else_chain.

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_else_chain.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  127. def enterConditional_statement_else_tail(ctx: Conditional_statement_else_tailContext): Unit

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_else_tail.

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_else_tail.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  128. def enterConditional_statement_head(ctx: Conditional_statement_headContext): Unit

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_head.

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_head.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  129. def enterConfig_declaration(ctx: Config_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#config_declaration.

    Enter a parse tree produced by SystemVerilogParser#config_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  130. def enterConfig_identifier(ctx: Config_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#config_identifier.

    Enter a parse tree produced by SystemVerilogParser#config_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  131. def enterConfig_name(ctx: Config_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#config_name.

    Enter a parse tree produced by SystemVerilogParser#config_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  132. def enterConfig_rule_statement(ctx: Config_rule_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#config_rule_statement.

    Enter a parse tree produced by SystemVerilogParser#config_rule_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  133. def enterConsecutive_repetition(ctx: Consecutive_repetitionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#consecutive_repetition.

    Enter a parse tree produced by SystemVerilogParser#consecutive_repetition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  134. def enterConst_identifier(ctx: Const_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#const_identifier.

    Enter a parse tree produced by SystemVerilogParser#const_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  135. def enterConst_member_select(ctx: Const_member_selectContext): Unit

    Enter a parse tree produced by SystemVerilogParser#const_member_select.

    Enter a parse tree produced by SystemVerilogParser#const_member_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  136. def enterConst_or_range_expression(ctx: Const_or_range_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#const_or_range_expression.

    Enter a parse tree produced by SystemVerilogParser#const_or_range_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  137. def enterConstant_assignment_pattern_expression(ctx: Constant_assignment_pattern_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_assignment_pattern_expression.

    Enter a parse tree produced by SystemVerilogParser#constant_assignment_pattern_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  138. def enterConstant_bit_select(ctx: Constant_bit_selectContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_bit_select.

    Enter a parse tree produced by SystemVerilogParser#constant_bit_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  139. def enterConstant_concatenation(ctx: Constant_concatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_concatenation.

    Enter a parse tree produced by SystemVerilogParser#constant_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  140. def enterConstant_expression(ctx: Constant_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_expression.

    Enter a parse tree produced by SystemVerilogParser#constant_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  141. def enterConstant_indexed_range(ctx: Constant_indexed_rangeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_indexed_range.

    Enter a parse tree produced by SystemVerilogParser#constant_indexed_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  142. def enterConstant_mintypmax_expression(ctx: Constant_mintypmax_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_mintypmax_expression.

    Enter a parse tree produced by SystemVerilogParser#constant_mintypmax_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  143. def enterConstant_multiple_concatenation(ctx: Constant_multiple_concatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_multiple_concatenation.

    Enter a parse tree produced by SystemVerilogParser#constant_multiple_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  144. def enterConstant_param_expression(ctx: Constant_param_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_param_expression.

    Enter a parse tree produced by SystemVerilogParser#constant_param_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  145. def enterConstant_part_select_range(ctx: Constant_part_select_rangeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_part_select_range.

    Enter a parse tree produced by SystemVerilogParser#constant_part_select_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  146. def enterConstant_primary(ctx: Constant_primaryContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_primary.

    Enter a parse tree produced by SystemVerilogParser#constant_primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  147. def enterConstant_range(ctx: Constant_rangeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_range.

    Enter a parse tree produced by SystemVerilogParser#constant_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  148. def enterConstant_range_expression(ctx: Constant_range_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_range_expression.

    Enter a parse tree produced by SystemVerilogParser#constant_range_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  149. def enterConstant_select(ctx: Constant_selectContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_select.

    Enter a parse tree produced by SystemVerilogParser#constant_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  150. def enterConstraint_block(ctx: Constraint_blockContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constraint_block.

    Enter a parse tree produced by SystemVerilogParser#constraint_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  151. def enterConstraint_block_item(ctx: Constraint_block_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constraint_block_item.

    Enter a parse tree produced by SystemVerilogParser#constraint_block_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  152. def enterConstraint_declaration(ctx: Constraint_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constraint_declaration.

    Enter a parse tree produced by SystemVerilogParser#constraint_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  153. def enterConstraint_expression(ctx: Constraint_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constraint_expression.

    Enter a parse tree produced by SystemVerilogParser#constraint_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  154. def enterConstraint_identifier(ctx: Constraint_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constraint_identifier.

    Enter a parse tree produced by SystemVerilogParser#constraint_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  155. def enterConstraint_primary(ctx: Constraint_primaryContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constraint_primary.

    Enter a parse tree produced by SystemVerilogParser#constraint_primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  156. def enterConstraint_prototype(ctx: Constraint_prototypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constraint_prototype.

    Enter a parse tree produced by SystemVerilogParser#constraint_prototype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  157. def enterConstraint_prototype_qualifier(ctx: Constraint_prototype_qualifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constraint_prototype_qualifier.

    Enter a parse tree produced by SystemVerilogParser#constraint_prototype_qualifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  158. def enterConstraint_set(ctx: Constraint_setContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constraint_set.

    Enter a parse tree produced by SystemVerilogParser#constraint_set.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  159. def enterContinuous_assign(ctx: Continuous_assignContext): Unit

    Enter a parse tree produced by SystemVerilogParser#continuous_assign.

    Enter a parse tree produced by SystemVerilogParser#continuous_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  160. def enterControlled_reference_event(ctx: Controlled_reference_eventContext): Unit

    Enter a parse tree produced by SystemVerilogParser#controlled_reference_event.

    Enter a parse tree produced by SystemVerilogParser#controlled_reference_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  161. def enterControlled_timing_check_event(ctx: Controlled_timing_check_eventContext): Unit

    Enter a parse tree produced by SystemVerilogParser#controlled_timing_check_event.

    Enter a parse tree produced by SystemVerilogParser#controlled_timing_check_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  162. def enterCover_cross(ctx: Cover_crossContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cover_cross.

    Enter a parse tree produced by SystemVerilogParser#cover_cross.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  163. def enterCover_point(ctx: Cover_pointContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cover_point.

    Enter a parse tree produced by SystemVerilogParser#cover_point.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  164. def enterCover_point_identifier(ctx: Cover_point_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cover_point_identifier.

    Enter a parse tree produced by SystemVerilogParser#cover_point_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  165. def enterCover_point_label(ctx: Cover_point_labelContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cover_point_label.

    Enter a parse tree produced by SystemVerilogParser#cover_point_label.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  166. def enterCover_property_statement(ctx: Cover_property_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cover_property_statement.

    Enter a parse tree produced by SystemVerilogParser#cover_property_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  167. def enterCover_sequence_statement(ctx: Cover_sequence_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cover_sequence_statement.

    Enter a parse tree produced by SystemVerilogParser#cover_sequence_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  168. def enterCoverage_event(ctx: Coverage_eventContext): Unit

    Enter a parse tree produced by SystemVerilogParser#coverage_event.

    Enter a parse tree produced by SystemVerilogParser#coverage_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  169. def enterCoverage_option(ctx: Coverage_optionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#coverage_option.

    Enter a parse tree produced by SystemVerilogParser#coverage_option.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  170. def enterCoverage_spec(ctx: Coverage_specContext): Unit

    Enter a parse tree produced by SystemVerilogParser#coverage_spec.

    Enter a parse tree produced by SystemVerilogParser#coverage_spec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  171. def enterCoverage_spec_or_option(ctx: Coverage_spec_or_optionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#coverage_spec_or_option.

    Enter a parse tree produced by SystemVerilogParser#coverage_spec_or_option.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  172. def enterCovergroup_declaration(ctx: Covergroup_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#covergroup_declaration.

    Enter a parse tree produced by SystemVerilogParser#covergroup_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  173. def enterCovergroup_expression(ctx: Covergroup_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#covergroup_expression.

    Enter a parse tree produced by SystemVerilogParser#covergroup_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  174. def enterCovergroup_identifier(ctx: Covergroup_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#covergroup_identifier.

    Enter a parse tree produced by SystemVerilogParser#covergroup_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  175. def enterCovergroup_name(ctx: Covergroup_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#covergroup_name.

    Enter a parse tree produced by SystemVerilogParser#covergroup_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  176. def enterCovergroup_range_list(ctx: Covergroup_range_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#covergroup_range_list.

    Enter a parse tree produced by SystemVerilogParser#covergroup_range_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  177. def enterCovergroup_value_range(ctx: Covergroup_value_rangeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#covergroup_value_range.

    Enter a parse tree produced by SystemVerilogParser#covergroup_value_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  178. def enterCross_body(ctx: Cross_bodyContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cross_body.

    Enter a parse tree produced by SystemVerilogParser#cross_body.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  179. def enterCross_body_item(ctx: Cross_body_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cross_body_item.

    Enter a parse tree produced by SystemVerilogParser#cross_body_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  180. def enterCross_identifier(ctx: Cross_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cross_identifier.

    Enter a parse tree produced by SystemVerilogParser#cross_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  181. def enterCross_item(ctx: Cross_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cross_item.

    Enter a parse tree produced by SystemVerilogParser#cross_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  182. def enterCross_label(ctx: Cross_labelContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cross_label.

    Enter a parse tree produced by SystemVerilogParser#cross_label.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  183. def enterCross_set_expression(ctx: Cross_set_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cross_set_expression.

    Enter a parse tree produced by SystemVerilogParser#cross_set_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  184. def enterCurrent_state(ctx: Current_stateContext): Unit

    Enter a parse tree produced by SystemVerilogParser#current_state.

    Enter a parse tree produced by SystemVerilogParser#current_state.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  185. def enterCycle_delay(ctx: Cycle_delayContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cycle_delay.

    Enter a parse tree produced by SystemVerilogParser#cycle_delay.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  186. def enterCycle_delay_const_range_expression(ctx: Cycle_delay_const_range_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cycle_delay_const_range_expression.

    Enter a parse tree produced by SystemVerilogParser#cycle_delay_const_range_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  187. def enterCycle_delay_range(ctx: Cycle_delay_rangeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#cycle_delay_range.

    Enter a parse tree produced by SystemVerilogParser#cycle_delay_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  188. def enterData_declaration(ctx: Data_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#data_declaration.

    Enter a parse tree produced by SystemVerilogParser#data_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  189. def enterData_event(ctx: Data_eventContext): Unit

    Enter a parse tree produced by SystemVerilogParser#data_event.

    Enter a parse tree produced by SystemVerilogParser#data_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  190. def enterData_source_expression(ctx: Data_source_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#data_source_expression.

    Enter a parse tree produced by SystemVerilogParser#data_source_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  191. def enterData_type(ctx: Data_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#data_type.

    Enter a parse tree produced by SystemVerilogParser#data_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  192. def enterData_type_or_implicit(ctx: Data_type_or_implicitContext): Unit

    Enter a parse tree produced by SystemVerilogParser#data_type_or_implicit.

    Enter a parse tree produced by SystemVerilogParser#data_type_or_implicit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  193. def enterData_type_or_void(ctx: Data_type_or_voidContext): Unit

    Enter a parse tree produced by SystemVerilogParser#data_type_or_void.

    Enter a parse tree produced by SystemVerilogParser#data_type_or_void.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  194. def enterDecimal_base(ctx: Decimal_baseContext): Unit

    Enter a parse tree produced by SystemVerilogParser#decimal_base.

    Enter a parse tree produced by SystemVerilogParser#decimal_base.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  195. def enterDecimal_number(ctx: Decimal_numberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#decimal_number.

    Enter a parse tree produced by SystemVerilogParser#decimal_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  196. def enterDecimal_value(ctx: Decimal_valueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#decimal_value.

    Enter a parse tree produced by SystemVerilogParser#decimal_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  197. def enterDefault_clause(ctx: Default_clauseContext): Unit

    Enter a parse tree produced by SystemVerilogParser#default_clause.

    Enter a parse tree produced by SystemVerilogParser#default_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  198. def enterDefault_skew(ctx: Default_skewContext): Unit

    Enter a parse tree produced by SystemVerilogParser#default_skew.

    Enter a parse tree produced by SystemVerilogParser#default_skew.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  199. def enterDeferred_immediate_assert_statement(ctx: Deferred_immediate_assert_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assert_statement.

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assert_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  200. def enterDeferred_immediate_assertion_item(ctx: Deferred_immediate_assertion_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_item.

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  201. def enterDeferred_immediate_assertion_statement(ctx: Deferred_immediate_assertion_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_statement.

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  202. def enterDeferred_immediate_assume_statement(ctx: Deferred_immediate_assume_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assume_statement.

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assume_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  203. def enterDeferred_immediate_cover_statement(ctx: Deferred_immediate_cover_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_cover_statement.

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_cover_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  204. def enterDefparam_assignment(ctx: Defparam_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#defparam_assignment.

    Enter a parse tree produced by SystemVerilogParser#defparam_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  205. def enterDelay2(ctx: Delay2Context): Unit

    Enter a parse tree produced by SystemVerilogParser#delay2.

    Enter a parse tree produced by SystemVerilogParser#delay2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  206. def enterDelay3(ctx: Delay3Context): Unit

    Enter a parse tree produced by SystemVerilogParser#delay3.

    Enter a parse tree produced by SystemVerilogParser#delay3.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  207. def enterDelay_control(ctx: Delay_controlContext): Unit

    Enter a parse tree produced by SystemVerilogParser#delay_control.

    Enter a parse tree produced by SystemVerilogParser#delay_control.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  208. def enterDelay_or_event_control(ctx: Delay_or_event_controlContext): Unit

    Enter a parse tree produced by SystemVerilogParser#delay_or_event_control.

    Enter a parse tree produced by SystemVerilogParser#delay_or_event_control.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  209. def enterDelay_value(ctx: Delay_valueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#delay_value.

    Enter a parse tree produced by SystemVerilogParser#delay_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  210. def enterDelayed_data(ctx: Delayed_dataContext): Unit

    Enter a parse tree produced by SystemVerilogParser#delayed_data.

    Enter a parse tree produced by SystemVerilogParser#delayed_data.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  211. def enterDelayed_data_opt(ctx: Delayed_data_optContext): Unit

    Enter a parse tree produced by SystemVerilogParser#delayed_data_opt.

    Enter a parse tree produced by SystemVerilogParser#delayed_data_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  212. def enterDelayed_ref_opt(ctx: Delayed_ref_optContext): Unit

    Enter a parse tree produced by SystemVerilogParser#delayed_ref_opt.

    Enter a parse tree produced by SystemVerilogParser#delayed_ref_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  213. def enterDelayed_reference(ctx: Delayed_referenceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#delayed_reference.

    Enter a parse tree produced by SystemVerilogParser#delayed_reference.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  214. def enterDescription(ctx: DescriptionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#description.

    Enter a parse tree produced by SystemVerilogParser#description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  215. def enterDesign_statement(ctx: Design_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#design_statement.

    Enter a parse tree produced by SystemVerilogParser#design_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  216. def enterDesign_statement_item(ctx: Design_statement_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#design_statement_item.

    Enter a parse tree produced by SystemVerilogParser#design_statement_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  217. def enterDisable_statement(ctx: Disable_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#disable_statement.

    Enter a parse tree produced by SystemVerilogParser#disable_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  218. def enterDist_item(ctx: Dist_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dist_item.

    Enter a parse tree produced by SystemVerilogParser#dist_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  219. def enterDist_list(ctx: Dist_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dist_list.

    Enter a parse tree produced by SystemVerilogParser#dist_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  220. def enterDist_weight(ctx: Dist_weightContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dist_weight.

    Enter a parse tree produced by SystemVerilogParser#dist_weight.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  221. def enterDpi_function_import_property(ctx: Dpi_function_import_propertyContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dpi_function_import_property.

    Enter a parse tree produced by SystemVerilogParser#dpi_function_import_property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  222. def enterDpi_function_proto(ctx: Dpi_function_protoContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dpi_function_proto.

    Enter a parse tree produced by SystemVerilogParser#dpi_function_proto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  223. def enterDpi_import_export(ctx: Dpi_import_exportContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dpi_import_export.

    Enter a parse tree produced by SystemVerilogParser#dpi_import_export.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  224. def enterDpi_spec_string(ctx: Dpi_spec_stringContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dpi_spec_string.

    Enter a parse tree produced by SystemVerilogParser#dpi_spec_string.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  225. def enterDpi_task_import_property(ctx: Dpi_task_import_propertyContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dpi_task_import_property.

    Enter a parse tree produced by SystemVerilogParser#dpi_task_import_property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  226. def enterDpi_task_proto(ctx: Dpi_task_protoContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dpi_task_proto.

    Enter a parse tree produced by SystemVerilogParser#dpi_task_proto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  227. def enterDrive_strength(ctx: Drive_strengthContext): Unit

    Enter a parse tree produced by SystemVerilogParser#drive_strength.

    Enter a parse tree produced by SystemVerilogParser#drive_strength.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  228. def enterDynamic_array_new(ctx: Dynamic_array_newContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dynamic_array_new.

    Enter a parse tree produced by SystemVerilogParser#dynamic_array_new.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  229. def enterDynamic_array_variable_identifier(ctx: Dynamic_array_variable_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dynamic_array_variable_identifier.

    Enter a parse tree produced by SystemVerilogParser#dynamic_array_variable_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  230. def enterEdge_control_specifier(ctx: Edge_control_specifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#edge_control_specifier.

    Enter a parse tree produced by SystemVerilogParser#edge_control_specifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  231. def enterEdge_descriptor(ctx: Edge_descriptorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#edge_descriptor.

    Enter a parse tree produced by SystemVerilogParser#edge_descriptor.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  232. def enterEdge_identifier(ctx: Edge_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#edge_identifier.

    Enter a parse tree produced by SystemVerilogParser#edge_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  233. def enterEdge_indicator(ctx: Edge_indicatorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#edge_indicator.

    Enter a parse tree produced by SystemVerilogParser#edge_indicator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  234. def enterEdge_input_list(ctx: Edge_input_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#edge_input_list.

    Enter a parse tree produced by SystemVerilogParser#edge_input_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  235. def enterEdge_sensitive_path_declaration(ctx: Edge_sensitive_path_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#edge_sensitive_path_declaration.

    Enter a parse tree produced by SystemVerilogParser#edge_sensitive_path_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  236. def enterEdge_symbol(ctx: Edge_symbolContext): Unit

    Enter a parse tree produced by SystemVerilogParser#edge_symbol.

    Enter a parse tree produced by SystemVerilogParser#edge_symbol.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  237. def enterElaboration_system_task(ctx: Elaboration_system_taskContext): Unit

    Enter a parse tree produced by SystemVerilogParser#elaboration_system_task.

    Enter a parse tree produced by SystemVerilogParser#elaboration_system_task.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  238. def enterEmpty_unpacked_array_concatenation(ctx: Empty_unpacked_array_concatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#empty_unpacked_array_concatenation.

    Enter a parse tree produced by SystemVerilogParser#empty_unpacked_array_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  239. def enterEnable_gate_instance(ctx: Enable_gate_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#enable_gate_instance.

    Enter a parse tree produced by SystemVerilogParser#enable_gate_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  240. def enterEnable_gatetype(ctx: Enable_gatetypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#enable_gatetype.

    Enter a parse tree produced by SystemVerilogParser#enable_gatetype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  241. def enterEnable_terminal(ctx: Enable_terminalContext): Unit

    Enter a parse tree produced by SystemVerilogParser#enable_terminal.

    Enter a parse tree produced by SystemVerilogParser#enable_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  242. def enterEnd_edge_offset(ctx: End_edge_offsetContext): Unit

    Enter a parse tree produced by SystemVerilogParser#end_edge_offset.

    Enter a parse tree produced by SystemVerilogParser#end_edge_offset.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  243. def enterEnum_base_type(ctx: Enum_base_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#enum_base_type.

    Enter a parse tree produced by SystemVerilogParser#enum_base_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  244. def enterEnum_identifier(ctx: Enum_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#enum_identifier.

    Enter a parse tree produced by SystemVerilogParser#enum_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  245. def enterEnum_name_declaration(ctx: Enum_name_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#enum_name_declaration.

    Enter a parse tree produced by SystemVerilogParser#enum_name_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  246. def enterEnum_name_suffix_range(ctx: Enum_name_suffix_rangeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#enum_name_suffix_range.

    Enter a parse tree produced by SystemVerilogParser#enum_name_suffix_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  247. def enterError_limit_value(ctx: Error_limit_valueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#error_limit_value.

    Enter a parse tree produced by SystemVerilogParser#error_limit_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  248. def enterEscaped_identifier(ctx: Escaped_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#escaped_identifier.

    Enter a parse tree produced by SystemVerilogParser#escaped_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  249. def enterEvent_based_flag(ctx: Event_based_flagContext): Unit

    Enter a parse tree produced by SystemVerilogParser#event_based_flag.

    Enter a parse tree produced by SystemVerilogParser#event_based_flag.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  250. def enterEvent_based_flag_opt(ctx: Event_based_flag_optContext): Unit

    Enter a parse tree produced by SystemVerilogParser#event_based_flag_opt.

    Enter a parse tree produced by SystemVerilogParser#event_based_flag_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  251. def enterEvent_control(ctx: Event_controlContext): Unit

    Enter a parse tree produced by SystemVerilogParser#event_control.

    Enter a parse tree produced by SystemVerilogParser#event_control.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  252. def enterEvent_expression(ctx: Event_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#event_expression.

    Enter a parse tree produced by SystemVerilogParser#event_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  253. def enterEvent_trigger(ctx: Event_triggerContext): Unit

    Enter a parse tree produced by SystemVerilogParser#event_trigger.

    Enter a parse tree produced by SystemVerilogParser#event_trigger.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  254. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SystemVerilogParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  255. def enterExpect_property_statement(ctx: Expect_property_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#expect_property_statement.

    Enter a parse tree produced by SystemVerilogParser#expect_property_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  256. def enterExponential_number(ctx: Exponential_numberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#exponential_number.

    Enter a parse tree produced by SystemVerilogParser#exponential_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  257. def enterExpression(ctx: ExpressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#expression.

    Enter a parse tree produced by SystemVerilogParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  258. def enterExpression_or_cond_pattern(ctx: Expression_or_cond_patternContext): Unit

    Enter a parse tree produced by SystemVerilogParser#expression_or_cond_pattern.

    Enter a parse tree produced by SystemVerilogParser#expression_or_cond_pattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  259. def enterExpression_or_dist(ctx: Expression_or_distContext): Unit

    Enter a parse tree produced by SystemVerilogParser#expression_or_dist.

    Enter a parse tree produced by SystemVerilogParser#expression_or_dist.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  260. def enterExtern_constraint_declaration(ctx: Extern_constraint_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#extern_constraint_declaration.

    Enter a parse tree produced by SystemVerilogParser#extern_constraint_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  261. def enterExtern_tf_declaration(ctx: Extern_tf_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#extern_tf_declaration.

    Enter a parse tree produced by SystemVerilogParser#extern_tf_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  262. def enterFatal_arg_list(ctx: Fatal_arg_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#fatal_arg_list.

    Enter a parse tree produced by SystemVerilogParser#fatal_arg_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  263. def enterFile_path_spec(ctx: File_path_specContext): Unit

    Enter a parse tree produced by SystemVerilogParser#file_path_spec.

    Enter a parse tree produced by SystemVerilogParser#file_path_spec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  264. def enterFinal_construct(ctx: Final_constructContext): Unit

    Enter a parse tree produced by SystemVerilogParser#final_construct.

    Enter a parse tree produced by SystemVerilogParser#final_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  265. def enterFinish_number(ctx: Finish_numberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#finish_number.

    Enter a parse tree produced by SystemVerilogParser#finish_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  266. def enterFixed_point_number(ctx: Fixed_point_numberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#fixed_point_number.

    Enter a parse tree produced by SystemVerilogParser#fixed_point_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  267. def enterFor_initialization(ctx: For_initializationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#for_initialization.

    Enter a parse tree produced by SystemVerilogParser#for_initialization.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  268. def enterFor_step(ctx: For_stepContext): Unit

    Enter a parse tree produced by SystemVerilogParser#for_step.

    Enter a parse tree produced by SystemVerilogParser#for_step.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  269. def enterFor_step_assignment(ctx: For_step_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#for_step_assignment.

    Enter a parse tree produced by SystemVerilogParser#for_step_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  270. def enterFor_variable_assign(ctx: For_variable_assignContext): Unit

    Enter a parse tree produced by SystemVerilogParser#for_variable_assign.

    Enter a parse tree produced by SystemVerilogParser#for_variable_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  271. def enterFor_variable_declaration(ctx: For_variable_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#for_variable_declaration.

    Enter a parse tree produced by SystemVerilogParser#for_variable_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  272. def enterFormal_port_identifier(ctx: Formal_port_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#formal_port_identifier.

    Enter a parse tree produced by SystemVerilogParser#formal_port_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  273. def enterFull_edge_sensitive_path_description(ctx: Full_edge_sensitive_path_descriptionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#full_edge_sensitive_path_description.

    Enter a parse tree produced by SystemVerilogParser#full_edge_sensitive_path_description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  274. def enterFull_path_description(ctx: Full_path_descriptionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#full_path_description.

    Enter a parse tree produced by SystemVerilogParser#full_path_description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  275. def enterFullskew_timing_check(ctx: Fullskew_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#fullskew_timing_check.

    Enter a parse tree produced by SystemVerilogParser#fullskew_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  276. def enterFunction_body_declaration(ctx: Function_body_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#function_body_declaration.

    Enter a parse tree produced by SystemVerilogParser#function_body_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  277. def enterFunction_data_type_or_implicit(ctx: Function_data_type_or_implicitContext): Unit

    Enter a parse tree produced by SystemVerilogParser#function_data_type_or_implicit.

    Enter a parse tree produced by SystemVerilogParser#function_data_type_or_implicit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  278. def enterFunction_declaration(ctx: Function_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#function_declaration.

    Enter a parse tree produced by SystemVerilogParser#function_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  279. def enterFunction_identifier(ctx: Function_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#function_identifier.

    Enter a parse tree produced by SystemVerilogParser#function_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  280. def enterFunction_name(ctx: Function_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#function_name.

    Enter a parse tree produced by SystemVerilogParser#function_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  281. def enterFunction_prototype(ctx: Function_prototypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#function_prototype.

    Enter a parse tree produced by SystemVerilogParser#function_prototype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  282. def enterFunction_statement(ctx: Function_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#function_statement.

    Enter a parse tree produced by SystemVerilogParser#function_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  283. def enterFunction_statement_or_null(ctx: Function_statement_or_nullContext): Unit

    Enter a parse tree produced by SystemVerilogParser#function_statement_or_null.

    Enter a parse tree produced by SystemVerilogParser#function_statement_or_null.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  284. def enterGate_instantiation(ctx: Gate_instantiationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#gate_instantiation.

    Enter a parse tree produced by SystemVerilogParser#gate_instantiation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  285. def enterGen_ref(ctx: Gen_refContext): Unit

    Enter a parse tree produced by SystemVerilogParser#gen_ref.

    Enter a parse tree produced by SystemVerilogParser#gen_ref.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  286. def enterGenerate_block(ctx: Generate_blockContext): Unit

    Enter a parse tree produced by SystemVerilogParser#generate_block.

    Enter a parse tree produced by SystemVerilogParser#generate_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  287. def enterGenerate_block_identifier(ctx: Generate_block_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#generate_block_identifier.

    Enter a parse tree produced by SystemVerilogParser#generate_block_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  288. def enterGenerate_block_label(ctx: Generate_block_labelContext): Unit

    Enter a parse tree produced by SystemVerilogParser#generate_block_label.

    Enter a parse tree produced by SystemVerilogParser#generate_block_label.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  289. def enterGenerate_block_name(ctx: Generate_block_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#generate_block_name.

    Enter a parse tree produced by SystemVerilogParser#generate_block_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  290. def enterGenerate_item(ctx: Generate_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#generate_item.

    Enter a parse tree produced by SystemVerilogParser#generate_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  291. def enterGenerate_region(ctx: Generate_regionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#generate_region.

    Enter a parse tree produced by SystemVerilogParser#generate_region.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  292. def enterGenvar_declaration(ctx: Genvar_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#genvar_declaration.

    Enter a parse tree produced by SystemVerilogParser#genvar_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  293. def enterGenvar_expression(ctx: Genvar_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#genvar_expression.

    Enter a parse tree produced by SystemVerilogParser#genvar_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  294. def enterGenvar_identifier(ctx: Genvar_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#genvar_identifier.

    Enter a parse tree produced by SystemVerilogParser#genvar_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  295. def enterGenvar_initialization(ctx: Genvar_initializationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#genvar_initialization.

    Enter a parse tree produced by SystemVerilogParser#genvar_initialization.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  296. def enterGenvar_iteration(ctx: Genvar_iterationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#genvar_iteration.

    Enter a parse tree produced by SystemVerilogParser#genvar_iteration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  297. def enterGoto_repetition(ctx: Goto_repetitionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#goto_repetition.

    Enter a parse tree produced by SystemVerilogParser#goto_repetition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  298. def enterHex_base(ctx: Hex_baseContext): Unit

    Enter a parse tree produced by SystemVerilogParser#hex_base.

    Enter a parse tree produced by SystemVerilogParser#hex_base.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  299. def enterHex_number(ctx: Hex_numberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#hex_number.

    Enter a parse tree produced by SystemVerilogParser#hex_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  300. def enterHex_value(ctx: Hex_valueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#hex_value.

    Enter a parse tree produced by SystemVerilogParser#hex_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  301. def enterHier_ref(ctx: Hier_refContext): Unit

    Enter a parse tree produced by SystemVerilogParser#hier_ref.

    Enter a parse tree produced by SystemVerilogParser#hier_ref.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  302. def enterHierarchical_btf_identifier(ctx: Hierarchical_btf_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#hierarchical_btf_identifier.

    Enter a parse tree produced by SystemVerilogParser#hierarchical_btf_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  303. def enterHierarchical_identifier(ctx: Hierarchical_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#hierarchical_identifier.

    Enter a parse tree produced by SystemVerilogParser#hierarchical_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  304. def enterHierarchical_instance(ctx: Hierarchical_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#hierarchical_instance.

    Enter a parse tree produced by SystemVerilogParser#hierarchical_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  305. def enterHold_timing_check(ctx: Hold_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#hold_timing_check.

    Enter a parse tree produced by SystemVerilogParser#hold_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  306. def enterId_list(ctx: Id_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#id_list.

    Enter a parse tree produced by SystemVerilogParser#id_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  307. def enterIdentifier(ctx: IdentifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#identifier.

    Enter a parse tree produced by SystemVerilogParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  308. def enterIdentifier_list(ctx: Identifier_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#identifier_list.

    Enter a parse tree produced by SystemVerilogParser#identifier_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  309. def enterIf_generate_construct(ctx: If_generate_constructContext): Unit

    Enter a parse tree produced by SystemVerilogParser#if_generate_construct.

    Enter a parse tree produced by SystemVerilogParser#if_generate_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  310. def enterImmediate_assertion_statement(ctx: Immediate_assertion_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#immediate_assertion_statement.

    Enter a parse tree produced by SystemVerilogParser#immediate_assertion_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  311. def enterImplicit_class_handle(ctx: Implicit_class_handleContext): Unit

    Enter a parse tree produced by SystemVerilogParser#implicit_class_handle.

    Enter a parse tree produced by SystemVerilogParser#implicit_class_handle.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  312. def enterImplicit_data_type(ctx: Implicit_data_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#implicit_data_type.

    Enter a parse tree produced by SystemVerilogParser#implicit_data_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  313. def enterImport_export(ctx: Import_exportContext): Unit

    Enter a parse tree produced by SystemVerilogParser#import_export.

    Enter a parse tree produced by SystemVerilogParser#import_export.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  314. def enterInc_or_dec_expression(ctx: Inc_or_dec_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#inc_or_dec_expression.

    Enter a parse tree produced by SystemVerilogParser#inc_or_dec_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  315. def enterInc_or_dec_operator(ctx: Inc_or_dec_operatorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#inc_or_dec_operator.

    Enter a parse tree produced by SystemVerilogParser#inc_or_dec_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  316. def enterInclude_statement(ctx: Include_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#include_statement.

    Enter a parse tree produced by SystemVerilogParser#include_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  317. def enterIncomplete_condition_statement(ctx: Incomplete_condition_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#incomplete_condition_statement.

    Enter a parse tree produced by SystemVerilogParser#incomplete_condition_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  318. def enterIncomplete_statement(ctx: Incomplete_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#incomplete_statement.

    Enter a parse tree produced by SystemVerilogParser#incomplete_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  319. def enterIndex_variable_identifier(ctx: Index_variable_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#index_variable_identifier.

    Enter a parse tree produced by SystemVerilogParser#index_variable_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  320. def enterIndexed_range(ctx: Indexed_rangeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#indexed_range.

    Enter a parse tree produced by SystemVerilogParser#indexed_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  321. def enterInit_val(ctx: Init_valContext): Unit

    Enter a parse tree produced by SystemVerilogParser#init_val.

    Enter a parse tree produced by SystemVerilogParser#init_val.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  322. def enterInitial_construct(ctx: Initial_constructContext): Unit

    Enter a parse tree produced by SystemVerilogParser#initial_construct.

    Enter a parse tree produced by SystemVerilogParser#initial_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  323. def enterInout_declaration(ctx: Inout_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#inout_declaration.

    Enter a parse tree produced by SystemVerilogParser#inout_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  324. def enterInout_terminal(ctx: Inout_terminalContext): Unit

    Enter a parse tree produced by SystemVerilogParser#inout_terminal.

    Enter a parse tree produced by SystemVerilogParser#inout_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  325. def enterInput_declaration(ctx: Input_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#input_declaration.

    Enter a parse tree produced by SystemVerilogParser#input_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  326. def enterInput_identifier(ctx: Input_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#input_identifier.

    Enter a parse tree produced by SystemVerilogParser#input_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  327. def enterInput_port_identifier(ctx: Input_port_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#input_port_identifier.

    Enter a parse tree produced by SystemVerilogParser#input_port_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  328. def enterInput_terminal(ctx: Input_terminalContext): Unit

    Enter a parse tree produced by SystemVerilogParser#input_terminal.

    Enter a parse tree produced by SystemVerilogParser#input_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  329. def enterInst_clause(ctx: Inst_clauseContext): Unit

    Enter a parse tree produced by SystemVerilogParser#inst_clause.

    Enter a parse tree produced by SystemVerilogParser#inst_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  330. def enterInst_name(ctx: Inst_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#inst_name.

    Enter a parse tree produced by SystemVerilogParser#inst_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  331. def enterInstance_identifier(ctx: Instance_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#instance_identifier.

    Enter a parse tree produced by SystemVerilogParser#instance_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  332. def enterInteger_atom_type(ctx: Integer_atom_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#integer_atom_type.

    Enter a parse tree produced by SystemVerilogParser#integer_atom_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  333. def enterInteger_covergroup_expression(ctx: Integer_covergroup_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#integer_covergroup_expression.

    Enter a parse tree produced by SystemVerilogParser#integer_covergroup_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  334. def enterInteger_type(ctx: Integer_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#integer_type.

    Enter a parse tree produced by SystemVerilogParser#integer_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  335. def enterInteger_vector_type(ctx: Integer_vector_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#integer_vector_type.

    Enter a parse tree produced by SystemVerilogParser#integer_vector_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  336. def enterIntegral_number(ctx: Integral_numberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#integral_number.

    Enter a parse tree produced by SystemVerilogParser#integral_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  337. def enterInterface_class_declaration(ctx: Interface_class_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_class_declaration.

    Enter a parse tree produced by SystemVerilogParser#interface_class_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  338. def enterInterface_class_extension(ctx: Interface_class_extensionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_class_extension.

    Enter a parse tree produced by SystemVerilogParser#interface_class_extension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  339. def enterInterface_class_item(ctx: Interface_class_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_class_item.

    Enter a parse tree produced by SystemVerilogParser#interface_class_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  340. def enterInterface_class_method(ctx: Interface_class_methodContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_class_method.

    Enter a parse tree produced by SystemVerilogParser#interface_class_method.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  341. def enterInterface_class_type(ctx: Interface_class_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_class_type.

    Enter a parse tree produced by SystemVerilogParser#interface_class_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  342. def enterInterface_declaration(ctx: Interface_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_declaration.

    Enter a parse tree produced by SystemVerilogParser#interface_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  343. def enterInterface_header(ctx: Interface_headerContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_header.

    Enter a parse tree produced by SystemVerilogParser#interface_header.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  344. def enterInterface_id(ctx: Interface_idContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_id.

    Enter a parse tree produced by SystemVerilogParser#interface_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  345. def enterInterface_identifier(ctx: Interface_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_identifier.

    Enter a parse tree produced by SystemVerilogParser#interface_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  346. def enterInterface_instance_identifier(ctx: Interface_instance_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_instance_identifier.

    Enter a parse tree produced by SystemVerilogParser#interface_instance_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  347. def enterInterface_item(ctx: Interface_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_item.

    Enter a parse tree produced by SystemVerilogParser#interface_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  348. def enterInterface_name(ctx: Interface_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_name.

    Enter a parse tree produced by SystemVerilogParser#interface_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  349. def enterInterface_port_declaration(ctx: Interface_port_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_port_declaration.

    Enter a parse tree produced by SystemVerilogParser#interface_port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  350. def enterJoin_keyword(ctx: Join_keywordContext): Unit

    Enter a parse tree produced by SystemVerilogParser#join_keyword.

    Enter a parse tree produced by SystemVerilogParser#join_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  351. def enterJump_statement(ctx: Jump_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#jump_statement.

    Enter a parse tree produced by SystemVerilogParser#jump_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  352. def enterLet_declaration(ctx: Let_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#let_declaration.

    Enter a parse tree produced by SystemVerilogParser#let_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  353. def enterLet_formal_type(ctx: Let_formal_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#let_formal_type.

    Enter a parse tree produced by SystemVerilogParser#let_formal_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  354. def enterLet_identifier(ctx: Let_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#let_identifier.

    Enter a parse tree produced by SystemVerilogParser#let_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  355. def enterLet_port_item(ctx: Let_port_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#let_port_item.

    Enter a parse tree produced by SystemVerilogParser#let_port_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  356. def enterLet_port_list(ctx: Let_port_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#let_port_list.

    Enter a parse tree produced by SystemVerilogParser#let_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  357. def enterLet_ports(ctx: Let_portsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#let_ports.

    Enter a parse tree produced by SystemVerilogParser#let_ports.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  358. def enterLevel_input_list(ctx: Level_input_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#level_input_list.

    Enter a parse tree produced by SystemVerilogParser#level_input_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  359. def enterLevel_symbol(ctx: Level_symbolContext): Unit

    Enter a parse tree produced by SystemVerilogParser#level_symbol.

    Enter a parse tree produced by SystemVerilogParser#level_symbol.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  360. def enterLiblist_clause(ctx: Liblist_clauseContext): Unit

    Enter a parse tree produced by SystemVerilogParser#liblist_clause.

    Enter a parse tree produced by SystemVerilogParser#liblist_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  361. def enterLibrary_declaration(ctx: Library_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#library_declaration.

    Enter a parse tree produced by SystemVerilogParser#library_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  362. def enterLibrary_description(ctx: Library_descriptionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#library_description.

    Enter a parse tree produced by SystemVerilogParser#library_description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  363. def enterLibrary_identifier(ctx: Library_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#library_identifier.

    Enter a parse tree produced by SystemVerilogParser#library_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  364. def enterLibrary_incdir(ctx: Library_incdirContext): Unit

    Enter a parse tree produced by SystemVerilogParser#library_incdir.

    Enter a parse tree produced by SystemVerilogParser#library_incdir.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  365. def enterLibrary_text(ctx: Library_textContext): Unit

    Enter a parse tree produced by SystemVerilogParser#library_text.

    Enter a parse tree produced by SystemVerilogParser#library_text.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  366. def enterLifetime(ctx: LifetimeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#lifetime.

    Enter a parse tree produced by SystemVerilogParser#lifetime.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  367. def enterLimit_value(ctx: Limit_valueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#limit_value.

    Enter a parse tree produced by SystemVerilogParser#limit_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  368. def enterList_of_arguments(ctx: List_of_argumentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_arguments.

    Enter a parse tree produced by SystemVerilogParser#list_of_arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  369. def enterList_of_checker_port_connections(ctx: List_of_checker_port_connectionsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_checker_port_connections.

    Enter a parse tree produced by SystemVerilogParser#list_of_checker_port_connections.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  370. def enterList_of_clocking_decl_assign(ctx: List_of_clocking_decl_assignContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_clocking_decl_assign.

    Enter a parse tree produced by SystemVerilogParser#list_of_clocking_decl_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  371. def enterList_of_cross_items(ctx: List_of_cross_itemsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_cross_items.

    Enter a parse tree produced by SystemVerilogParser#list_of_cross_items.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  372. def enterList_of_defparam_assignments(ctx: List_of_defparam_assignmentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_defparam_assignments.

    Enter a parse tree produced by SystemVerilogParser#list_of_defparam_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  373. def enterList_of_genvar_identifiers(ctx: List_of_genvar_identifiersContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_genvar_identifiers.

    Enter a parse tree produced by SystemVerilogParser#list_of_genvar_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  374. def enterList_of_interface_identifiers(ctx: List_of_interface_identifiersContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_interface_identifiers.

    Enter a parse tree produced by SystemVerilogParser#list_of_interface_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  375. def enterList_of_net_assignments(ctx: List_of_net_assignmentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_net_assignments.

    Enter a parse tree produced by SystemVerilogParser#list_of_net_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  376. def enterList_of_net_decl_assignments(ctx: List_of_net_decl_assignmentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_net_decl_assignments.

    Enter a parse tree produced by SystemVerilogParser#list_of_net_decl_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  377. def enterList_of_param_assignments(ctx: List_of_param_assignmentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_param_assignments.

    Enter a parse tree produced by SystemVerilogParser#list_of_param_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  378. def enterList_of_parameter_assignments(ctx: List_of_parameter_assignmentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_parameter_assignments.

    Enter a parse tree produced by SystemVerilogParser#list_of_parameter_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  379. def enterList_of_path_delay_expressions(ctx: List_of_path_delay_expressionsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_path_delay_expressions.

    Enter a parse tree produced by SystemVerilogParser#list_of_path_delay_expressions.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  380. def enterList_of_path_inputs(ctx: List_of_path_inputsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_path_inputs.

    Enter a parse tree produced by SystemVerilogParser#list_of_path_inputs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  381. def enterList_of_path_outputs(ctx: List_of_path_outputsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_path_outputs.

    Enter a parse tree produced by SystemVerilogParser#list_of_path_outputs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  382. def enterList_of_port_connections(ctx: List_of_port_connectionsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_port_connections.

    Enter a parse tree produced by SystemVerilogParser#list_of_port_connections.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  383. def enterList_of_port_declarations(ctx: List_of_port_declarationsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_port_declarations.

    Enter a parse tree produced by SystemVerilogParser#list_of_port_declarations.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  384. def enterList_of_port_identifiers(ctx: List_of_port_identifiersContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_port_identifiers.

    Enter a parse tree produced by SystemVerilogParser#list_of_port_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  385. def enterList_of_specparam_assignments(ctx: List_of_specparam_assignmentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_specparam_assignments.

    Enter a parse tree produced by SystemVerilogParser#list_of_specparam_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  386. def enterList_of_tf_variable_identifiers(ctx: List_of_tf_variable_identifiersContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_tf_variable_identifiers.

    Enter a parse tree produced by SystemVerilogParser#list_of_tf_variable_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  387. def enterList_of_type_assignments(ctx: List_of_type_assignmentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_type_assignments.

    Enter a parse tree produced by SystemVerilogParser#list_of_type_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  388. def enterList_of_udp_port_identifiers(ctx: List_of_udp_port_identifiersContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_udp_port_identifiers.

    Enter a parse tree produced by SystemVerilogParser#list_of_udp_port_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  389. def enterList_of_variable_assignments(ctx: List_of_variable_assignmentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_variable_assignments.

    Enter a parse tree produced by SystemVerilogParser#list_of_variable_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  390. def enterList_of_variable_decl_assignments(ctx: List_of_variable_decl_assignmentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_variable_decl_assignments.

    Enter a parse tree produced by SystemVerilogParser#list_of_variable_decl_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  391. def enterList_of_variable_identifiers(ctx: List_of_variable_identifiersContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_variable_identifiers.

    Enter a parse tree produced by SystemVerilogParser#list_of_variable_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  392. def enterList_of_variable_port_identifiers(ctx: List_of_variable_port_identifiersContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_variable_port_identifiers.

    Enter a parse tree produced by SystemVerilogParser#list_of_variable_port_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  393. def enterLocal_parameter_declaration(ctx: Local_parameter_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#local_parameter_declaration.

    Enter a parse tree produced by SystemVerilogParser#local_parameter_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  394. def enterLoop_generate_construct(ctx: Loop_generate_constructContext): Unit

    Enter a parse tree produced by SystemVerilogParser#loop_generate_construct.

    Enter a parse tree produced by SystemVerilogParser#loop_generate_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  395. def enterLoop_statement(ctx: Loop_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#loop_statement.

    Enter a parse tree produced by SystemVerilogParser#loop_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  396. def enterLoop_var(ctx: Loop_varContext): Unit

    Enter a parse tree produced by SystemVerilogParser#loop_var.

    Enter a parse tree produced by SystemVerilogParser#loop_var.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  397. def enterLoop_variables(ctx: Loop_variablesContext): Unit

    Enter a parse tree produced by SystemVerilogParser#loop_variables.

    Enter a parse tree produced by SystemVerilogParser#loop_variables.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  398. def enterMember_identifier(ctx: Member_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#member_identifier.

    Enter a parse tree produced by SystemVerilogParser#member_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  399. def enterMember_pattern_pair(ctx: Member_pattern_pairContext): Unit

    Enter a parse tree produced by SystemVerilogParser#member_pattern_pair.

    Enter a parse tree produced by SystemVerilogParser#member_pattern_pair.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  400. def enterMember_select(ctx: Member_selectContext): Unit

    Enter a parse tree produced by SystemVerilogParser#member_select.

    Enter a parse tree produced by SystemVerilogParser#member_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  401. def enterMethod_call_root(ctx: Method_call_rootContext): Unit

    Enter a parse tree produced by SystemVerilogParser#method_call_root.

    Enter a parse tree produced by SystemVerilogParser#method_call_root.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  402. def enterMethod_identifier(ctx: Method_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#method_identifier.

    Enter a parse tree produced by SystemVerilogParser#method_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  403. def enterMethod_prototype(ctx: Method_prototypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#method_prototype.

    Enter a parse tree produced by SystemVerilogParser#method_prototype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  404. def enterMethod_qualifier(ctx: Method_qualifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#method_qualifier.

    Enter a parse tree produced by SystemVerilogParser#method_qualifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  405. def enterMintypmax_expression(ctx: Mintypmax_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#mintypmax_expression.

    Enter a parse tree produced by SystemVerilogParser#mintypmax_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  406. def enterModport_clocking_declaration(ctx: Modport_clocking_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#modport_clocking_declaration.

    Enter a parse tree produced by SystemVerilogParser#modport_clocking_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  407. def enterModport_declaration(ctx: Modport_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#modport_declaration.

    Enter a parse tree produced by SystemVerilogParser#modport_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  408. def enterModport_identifier(ctx: Modport_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#modport_identifier.

    Enter a parse tree produced by SystemVerilogParser#modport_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  409. def enterModport_item(ctx: Modport_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#modport_item.

    Enter a parse tree produced by SystemVerilogParser#modport_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  410. def enterModport_ports_declaration(ctx: Modport_ports_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#modport_ports_declaration.

    Enter a parse tree produced by SystemVerilogParser#modport_ports_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  411. def enterModport_simple_port(ctx: Modport_simple_portContext): Unit

    Enter a parse tree produced by SystemVerilogParser#modport_simple_port.

    Enter a parse tree produced by SystemVerilogParser#modport_simple_port.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  412. def enterModport_simple_ports_declaration(ctx: Modport_simple_ports_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#modport_simple_ports_declaration.

    Enter a parse tree produced by SystemVerilogParser#modport_simple_ports_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  413. def enterModport_tf_port(ctx: Modport_tf_portContext): Unit

    Enter a parse tree produced by SystemVerilogParser#modport_tf_port.

    Enter a parse tree produced by SystemVerilogParser#modport_tf_port.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  414. def enterModport_tf_ports_declaration(ctx: Modport_tf_ports_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#modport_tf_ports_declaration.

    Enter a parse tree produced by SystemVerilogParser#modport_tf_ports_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  415. def enterModule_common_item(ctx: Module_common_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_common_item.

    Enter a parse tree produced by SystemVerilogParser#module_common_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  416. def enterModule_declaration(ctx: Module_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_declaration.

    Enter a parse tree produced by SystemVerilogParser#module_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  417. def enterModule_header(ctx: Module_headerContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_header.

    Enter a parse tree produced by SystemVerilogParser#module_header.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  418. def enterModule_identifier(ctx: Module_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_identifier.

    Enter a parse tree produced by SystemVerilogParser#module_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  419. def enterModule_item(ctx: Module_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_item.

    Enter a parse tree produced by SystemVerilogParser#module_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  420. def enterModule_item_declaration(ctx: Module_item_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_item_declaration.

    Enter a parse tree produced by SystemVerilogParser#module_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  421. def enterModule_keyword(ctx: Module_keywordContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_keyword.

    Enter a parse tree produced by SystemVerilogParser#module_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  422. def enterModule_name(ctx: Module_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_name.

    Enter a parse tree produced by SystemVerilogParser#module_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  423. def enterModule_path_concatenation(ctx: Module_path_concatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_path_concatenation.

    Enter a parse tree produced by SystemVerilogParser#module_path_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  424. def enterModule_path_expression(ctx: Module_path_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_path_expression.

    Enter a parse tree produced by SystemVerilogParser#module_path_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  425. def enterModule_path_mintypmax_expression(ctx: Module_path_mintypmax_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_path_mintypmax_expression.

    Enter a parse tree produced by SystemVerilogParser#module_path_mintypmax_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  426. def enterModule_path_multiple_concatenation(ctx: Module_path_multiple_concatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_path_multiple_concatenation.

    Enter a parse tree produced by SystemVerilogParser#module_path_multiple_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  427. def enterModule_path_primary(ctx: Module_path_primaryContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_path_primary.

    Enter a parse tree produced by SystemVerilogParser#module_path_primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  428. def enterModule_program_interface_instantiation(ctx: Module_program_interface_instantiationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_program_interface_instantiation.

    Enter a parse tree produced by SystemVerilogParser#module_program_interface_instantiation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  429. def enterMos_switch_instance(ctx: Mos_switch_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#mos_switch_instance.

    Enter a parse tree produced by SystemVerilogParser#mos_switch_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  430. def enterMos_switchtype(ctx: Mos_switchtypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#mos_switchtype.

    Enter a parse tree produced by SystemVerilogParser#mos_switchtype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  431. def enterMultiple_concatenation(ctx: Multiple_concatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#multiple_concatenation.

    Enter a parse tree produced by SystemVerilogParser#multiple_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  432. def enterN_input_gate_instance(ctx: N_input_gate_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#n_input_gate_instance.

    Enter a parse tree produced by SystemVerilogParser#n_input_gate_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  433. def enterN_input_gatetype(ctx: N_input_gatetypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#n_input_gatetype.

    Enter a parse tree produced by SystemVerilogParser#n_input_gatetype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  434. def enterN_output_gate_instance(ctx: N_output_gate_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#n_output_gate_instance.

    Enter a parse tree produced by SystemVerilogParser#n_output_gate_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  435. def enterN_output_gatetype(ctx: N_output_gatetypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#n_output_gatetype.

    Enter a parse tree produced by SystemVerilogParser#n_output_gatetype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  436. def enterName_of_instance(ctx: Name_of_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#name_of_instance.

    Enter a parse tree produced by SystemVerilogParser#name_of_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  437. def enterNamed_arg(ctx: Named_argContext): Unit

    Enter a parse tree produced by SystemVerilogParser#named_arg.

    Enter a parse tree produced by SystemVerilogParser#named_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  438. def enterNamed_checker_port_connection(ctx: Named_checker_port_connectionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#named_checker_port_connection.

    Enter a parse tree produced by SystemVerilogParser#named_checker_port_connection.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  439. def enterNamed_parameter_assignment(ctx: Named_parameter_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#named_parameter_assignment.

    Enter a parse tree produced by SystemVerilogParser#named_parameter_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  440. def enterNamed_port_connection(ctx: Named_port_connectionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#named_port_connection.

    Enter a parse tree produced by SystemVerilogParser#named_port_connection.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  441. def enterNcontrol_terminal(ctx: Ncontrol_terminalContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ncontrol_terminal.

    Enter a parse tree produced by SystemVerilogParser#ncontrol_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  442. def enterNet_alias(ctx: Net_aliasContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_alias.

    Enter a parse tree produced by SystemVerilogParser#net_alias.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  443. def enterNet_assignment(ctx: Net_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_assignment.

    Enter a parse tree produced by SystemVerilogParser#net_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  444. def enterNet_decl_assignment(ctx: Net_decl_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_decl_assignment.

    Enter a parse tree produced by SystemVerilogParser#net_decl_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  445. def enterNet_declaration(ctx: Net_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_declaration.

    Enter a parse tree produced by SystemVerilogParser#net_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  446. def enterNet_id(ctx: Net_idContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_id.

    Enter a parse tree produced by SystemVerilogParser#net_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  447. def enterNet_identifier(ctx: Net_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_identifier.

    Enter a parse tree produced by SystemVerilogParser#net_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  448. def enterNet_lvalue(ctx: Net_lvalueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_lvalue.

    Enter a parse tree produced by SystemVerilogParser#net_lvalue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  449. def enterNet_port_type(ctx: Net_port_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_port_type.

    Enter a parse tree produced by SystemVerilogParser#net_port_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  450. def enterNet_type(ctx: Net_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_type.

    Enter a parse tree produced by SystemVerilogParser#net_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  451. def enterNet_type_decl_with(ctx: Net_type_decl_withContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_type_decl_with.

    Enter a parse tree produced by SystemVerilogParser#net_type_decl_with.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  452. def enterNet_type_declaration(ctx: Net_type_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_type_declaration.

    Enter a parse tree produced by SystemVerilogParser#net_type_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  453. def enterNet_type_identifier(ctx: Net_type_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#net_type_identifier.

    Enter a parse tree produced by SystemVerilogParser#net_type_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  454. def enterNext_state(ctx: Next_stateContext): Unit

    Enter a parse tree produced by SystemVerilogParser#next_state.

    Enter a parse tree produced by SystemVerilogParser#next_state.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  455. def enterNochange_timing_check(ctx: Nochange_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#nochange_timing_check.

    Enter a parse tree produced by SystemVerilogParser#nochange_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  456. def enterNon_consecutive_repetition(ctx: Non_consecutive_repetitionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#non_consecutive_repetition.

    Enter a parse tree produced by SystemVerilogParser#non_consecutive_repetition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  457. def enterNon_integer_type(ctx: Non_integer_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#non_integer_type.

    Enter a parse tree produced by SystemVerilogParser#non_integer_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  458. def enterNonblocking_assignment(ctx: Nonblocking_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#nonblocking_assignment.

    Enter a parse tree produced by SystemVerilogParser#nonblocking_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  459. def enterNonrange_select(ctx: Nonrange_selectContext): Unit

    Enter a parse tree produced by SystemVerilogParser#nonrange_select.

    Enter a parse tree produced by SystemVerilogParser#nonrange_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  460. def enterNonrange_variable_lvalue(ctx: Nonrange_variable_lvalueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#nonrange_variable_lvalue.

    Enter a parse tree produced by SystemVerilogParser#nonrange_variable_lvalue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  461. def enterNotifier(ctx: NotifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#notifier.

    Enter a parse tree produced by SystemVerilogParser#notifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  462. def enterNotifier_opt(ctx: Notifier_optContext): Unit

    Enter a parse tree produced by SystemVerilogParser#notifier_opt.

    Enter a parse tree produced by SystemVerilogParser#notifier_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  463. def enterNumber(ctx: NumberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#number.

    Enter a parse tree produced by SystemVerilogParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  464. def enterOctal_base(ctx: Octal_baseContext): Unit

    Enter a parse tree produced by SystemVerilogParser#octal_base.

    Enter a parse tree produced by SystemVerilogParser#octal_base.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  465. def enterOctal_number(ctx: Octal_numberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#octal_number.

    Enter a parse tree produced by SystemVerilogParser#octal_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  466. def enterOctal_value(ctx: Octal_valueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#octal_value.

    Enter a parse tree produced by SystemVerilogParser#octal_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  467. def enterOpen_range_list(ctx: Open_range_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#open_range_list.

    Enter a parse tree produced by SystemVerilogParser#open_range_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  468. def enterOpen_value_range(ctx: Open_value_rangeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#open_value_range.

    Enter a parse tree produced by SystemVerilogParser#open_value_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  469. def enterOperator_assignment(ctx: Operator_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#operator_assignment.

    Enter a parse tree produced by SystemVerilogParser#operator_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  470. def enterOrdered_arg(ctx: Ordered_argContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ordered_arg.

    Enter a parse tree produced by SystemVerilogParser#ordered_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  471. def enterOrdered_checker_port_connection(ctx: Ordered_checker_port_connectionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ordered_checker_port_connection.

    Enter a parse tree produced by SystemVerilogParser#ordered_checker_port_connection.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  472. def enterOrdered_parameter_assignment(ctx: Ordered_parameter_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ordered_parameter_assignment.

    Enter a parse tree produced by SystemVerilogParser#ordered_parameter_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  473. def enterOrdered_port_connection(ctx: Ordered_port_connectionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ordered_port_connection.

    Enter a parse tree produced by SystemVerilogParser#ordered_port_connection.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  474. def enterOutput_declaration(ctx: Output_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#output_declaration.

    Enter a parse tree produced by SystemVerilogParser#output_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  475. def enterOutput_identifier(ctx: Output_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#output_identifier.

    Enter a parse tree produced by SystemVerilogParser#output_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  476. def enterOutput_port_identifier(ctx: Output_port_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#output_port_identifier.

    Enter a parse tree produced by SystemVerilogParser#output_port_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  477. def enterOutput_symbol(ctx: Output_symbolContext): Unit

    Enter a parse tree produced by SystemVerilogParser#output_symbol.

    Enter a parse tree produced by SystemVerilogParser#output_symbol.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  478. def enterOutput_terminal(ctx: Output_terminalContext): Unit

    Enter a parse tree produced by SystemVerilogParser#output_terminal.

    Enter a parse tree produced by SystemVerilogParser#output_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  479. def enterPackage_declaration(ctx: Package_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#package_declaration.

    Enter a parse tree produced by SystemVerilogParser#package_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  480. def enterPackage_export_declaration(ctx: Package_export_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#package_export_declaration.

    Enter a parse tree produced by SystemVerilogParser#package_export_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  481. def enterPackage_identifier(ctx: Package_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#package_identifier.

    Enter a parse tree produced by SystemVerilogParser#package_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  482. def enterPackage_import_declaration(ctx: Package_import_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#package_import_declaration.

    Enter a parse tree produced by SystemVerilogParser#package_import_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  483. def enterPackage_import_item(ctx: Package_import_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#package_import_item.

    Enter a parse tree produced by SystemVerilogParser#package_import_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  484. def enterPackage_item(ctx: Package_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#package_item.

    Enter a parse tree produced by SystemVerilogParser#package_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  485. def enterPackage_item_declaration(ctx: Package_item_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#package_item_declaration.

    Enter a parse tree produced by SystemVerilogParser#package_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  486. def enterPackage_name(ctx: Package_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#package_name.

    Enter a parse tree produced by SystemVerilogParser#package_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  487. def enterPackage_or_class_scope(ctx: Package_or_class_scopeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#package_or_class_scope.

    Enter a parse tree produced by SystemVerilogParser#package_or_class_scope.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  488. def enterPackage_scope(ctx: Package_scopeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#package_scope.

    Enter a parse tree produced by SystemVerilogParser#package_scope.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  489. def enterPacked_dimension(ctx: Packed_dimensionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#packed_dimension.

    Enter a parse tree produced by SystemVerilogParser#packed_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  490. def enterPar_block(ctx: Par_blockContext): Unit

    Enter a parse tree produced by SystemVerilogParser#par_block.

    Enter a parse tree produced by SystemVerilogParser#par_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  491. def enterParallel_edge_sensitive_path_description(ctx: Parallel_edge_sensitive_path_descriptionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#parallel_edge_sensitive_path_description.

    Enter a parse tree produced by SystemVerilogParser#parallel_edge_sensitive_path_description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  492. def enterParallel_path_description(ctx: Parallel_path_descriptionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#parallel_path_description.

    Enter a parse tree produced by SystemVerilogParser#parallel_path_description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  493. def enterParam_assignment(ctx: Param_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#param_assignment.

    Enter a parse tree produced by SystemVerilogParser#param_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  494. def enterParam_expression(ctx: Param_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#param_expression.

    Enter a parse tree produced by SystemVerilogParser#param_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  495. def enterParameter_declaration(ctx: Parameter_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#parameter_declaration.

    Enter a parse tree produced by SystemVerilogParser#parameter_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  496. def enterParameter_identifier(ctx: Parameter_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#parameter_identifier.

    Enter a parse tree produced by SystemVerilogParser#parameter_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  497. def enterParameter_override(ctx: Parameter_overrideContext): Unit

    Enter a parse tree produced by SystemVerilogParser#parameter_override.

    Enter a parse tree produced by SystemVerilogParser#parameter_override.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  498. def enterParameter_port_declaration(ctx: Parameter_port_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#parameter_port_declaration.

    Enter a parse tree produced by SystemVerilogParser#parameter_port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  499. def enterParameter_port_list(ctx: Parameter_port_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#parameter_port_list.

    Enter a parse tree produced by SystemVerilogParser#parameter_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  500. def enterParameter_value_assignment(ctx: Parameter_value_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#parameter_value_assignment.

    Enter a parse tree produced by SystemVerilogParser#parameter_value_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  501. def enterPart_select_range(ctx: Part_select_rangeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#part_select_range.

    Enter a parse tree produced by SystemVerilogParser#part_select_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  502. def enterPass_en_switchtype(ctx: Pass_en_switchtypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pass_en_switchtype.

    Enter a parse tree produced by SystemVerilogParser#pass_en_switchtype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  503. def enterPass_enable_switch_instance(ctx: Pass_enable_switch_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pass_enable_switch_instance.

    Enter a parse tree produced by SystemVerilogParser#pass_enable_switch_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  504. def enterPass_switch_instance(ctx: Pass_switch_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pass_switch_instance.

    Enter a parse tree produced by SystemVerilogParser#pass_switch_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  505. def enterPass_switchtype(ctx: Pass_switchtypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pass_switchtype.

    Enter a parse tree produced by SystemVerilogParser#pass_switchtype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  506. def enterPath_declaration(ctx: Path_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#path_declaration.

    Enter a parse tree produced by SystemVerilogParser#path_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  507. def enterPath_delay_expression(ctx: Path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  508. def enterPath_delay_value(ctx: Path_delay_valueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#path_delay_value.

    Enter a parse tree produced by SystemVerilogParser#path_delay_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  509. def enterPattern(ctx: PatternContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pattern.

    Enter a parse tree produced by SystemVerilogParser#pattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  510. def enterPcontrol_terminal(ctx: Pcontrol_terminalContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pcontrol_terminal.

    Enter a parse tree produced by SystemVerilogParser#pcontrol_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  511. def enterPeriod_timing_check(ctx: Period_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#period_timing_check.

    Enter a parse tree produced by SystemVerilogParser#period_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  512. def enterPkg_decl_item(ctx: Pkg_decl_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pkg_decl_item.

    Enter a parse tree produced by SystemVerilogParser#pkg_decl_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  513. def enterPolarity_operator(ctx: Polarity_operatorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#polarity_operator.

    Enter a parse tree produced by SystemVerilogParser#polarity_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  514. def enterPort(ctx: PortContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port.

    Enter a parse tree produced by SystemVerilogParser#port.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  515. def enterPort_assign(ctx: Port_assignContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port_assign.

    Enter a parse tree produced by SystemVerilogParser#port_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  516. def enterPort_decl(ctx: Port_declContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port_decl.

    Enter a parse tree produced by SystemVerilogParser#port_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  517. def enterPort_declaration(ctx: Port_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port_declaration.

    Enter a parse tree produced by SystemVerilogParser#port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  518. def enterPort_direction(ctx: Port_directionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port_direction.

    Enter a parse tree produced by SystemVerilogParser#port_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  519. def enterPort_expression(ctx: Port_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port_expression.

    Enter a parse tree produced by SystemVerilogParser#port_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  520. def enterPort_id(ctx: Port_idContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port_id.

    Enter a parse tree produced by SystemVerilogParser#port_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  521. def enterPort_identifier(ctx: Port_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port_identifier.

    Enter a parse tree produced by SystemVerilogParser#port_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  522. def enterPort_implicit(ctx: Port_implicitContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port_implicit.

    Enter a parse tree produced by SystemVerilogParser#port_implicit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  523. def enterPort_list(ctx: Port_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port_list.

    Enter a parse tree produced by SystemVerilogParser#port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  524. def enterPort_reference(ctx: Port_referenceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port_reference.

    Enter a parse tree produced by SystemVerilogParser#port_reference.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  525. def enterPrimary(ctx: PrimaryContext): Unit

    Enter a parse tree produced by SystemVerilogParser#primary.

    Enter a parse tree produced by SystemVerilogParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  526. def enterPrimary_literal(ctx: Primary_literalContext): Unit

    Enter a parse tree produced by SystemVerilogParser#primary_literal.

    Enter a parse tree produced by SystemVerilogParser#primary_literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  527. def enterProcedural_assertion_statement(ctx: Procedural_assertion_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#procedural_assertion_statement.

    Enter a parse tree produced by SystemVerilogParser#procedural_assertion_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  528. def enterProcedural_continuous_assignment(ctx: Procedural_continuous_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#procedural_continuous_assignment.

    Enter a parse tree produced by SystemVerilogParser#procedural_continuous_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  529. def enterProcedural_timing_control(ctx: Procedural_timing_controlContext): Unit

    Enter a parse tree produced by SystemVerilogParser#procedural_timing_control.

    Enter a parse tree produced by SystemVerilogParser#procedural_timing_control.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  530. def enterProcedural_timing_control_statement(ctx: Procedural_timing_control_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#procedural_timing_control_statement.

    Enter a parse tree produced by SystemVerilogParser#procedural_timing_control_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  531. def enterProduction(ctx: ProductionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#production.

    Enter a parse tree produced by SystemVerilogParser#production.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  532. def enterProduction_identifier(ctx: Production_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#production_identifier.

    Enter a parse tree produced by SystemVerilogParser#production_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  533. def enterProduction_item(ctx: Production_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#production_item.

    Enter a parse tree produced by SystemVerilogParser#production_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  534. def enterProgram_declaration(ctx: Program_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#program_declaration.

    Enter a parse tree produced by SystemVerilogParser#program_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  535. def enterProgram_header(ctx: Program_headerContext): Unit

    Enter a parse tree produced by SystemVerilogParser#program_header.

    Enter a parse tree produced by SystemVerilogParser#program_header.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  536. def enterProgram_identifier(ctx: Program_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#program_identifier.

    Enter a parse tree produced by SystemVerilogParser#program_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  537. def enterProgram_item(ctx: Program_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#program_item.

    Enter a parse tree produced by SystemVerilogParser#program_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  538. def enterProgram_name(ctx: Program_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#program_name.

    Enter a parse tree produced by SystemVerilogParser#program_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  539. def enterProp_arg_list(ctx: Prop_arg_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#prop_arg_list.

    Enter a parse tree produced by SystemVerilogParser#prop_arg_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  540. def enterProp_named_arg(ctx: Prop_named_argContext): Unit

    Enter a parse tree produced by SystemVerilogParser#prop_named_arg.

    Enter a parse tree produced by SystemVerilogParser#prop_named_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  541. def enterProp_ordered_arg(ctx: Prop_ordered_argContext): Unit

    Enter a parse tree produced by SystemVerilogParser#prop_ordered_arg.

    Enter a parse tree produced by SystemVerilogParser#prop_ordered_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  542. def enterProp_port_item_local(ctx: Prop_port_item_localContext): Unit

    Enter a parse tree produced by SystemVerilogParser#prop_port_item_local.

    Enter a parse tree produced by SystemVerilogParser#prop_port_item_local.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  543. def enterProp_port_list(ctx: Prop_port_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#prop_port_list.

    Enter a parse tree produced by SystemVerilogParser#prop_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  544. def enterProperty_actual_arg(ctx: Property_actual_argContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_actual_arg.

    Enter a parse tree produced by SystemVerilogParser#property_actual_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  545. def enterProperty_case_item(ctx: Property_case_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_case_item.

    Enter a parse tree produced by SystemVerilogParser#property_case_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  546. def enterProperty_declaration(ctx: Property_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_declaration.

    Enter a parse tree produced by SystemVerilogParser#property_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  547. def enterProperty_expr(ctx: Property_exprContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_expr.

    Enter a parse tree produced by SystemVerilogParser#property_expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  548. def enterProperty_formal_type(ctx: Property_formal_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_formal_type.

    Enter a parse tree produced by SystemVerilogParser#property_formal_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  549. def enterProperty_identifier(ctx: Property_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_identifier.

    Enter a parse tree produced by SystemVerilogParser#property_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  550. def enterProperty_instance(ctx: Property_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_instance.

    Enter a parse tree produced by SystemVerilogParser#property_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  551. def enterProperty_list_of_arguments(ctx: Property_list_of_argumentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_list_of_arguments.

    Enter a parse tree produced by SystemVerilogParser#property_list_of_arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  552. def enterProperty_lvar_port_direction(ctx: Property_lvar_port_directionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_lvar_port_direction.

    Enter a parse tree produced by SystemVerilogParser#property_lvar_port_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  553. def enterProperty_name(ctx: Property_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_name.

    Enter a parse tree produced by SystemVerilogParser#property_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  554. def enterProperty_port_item(ctx: Property_port_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_port_item.

    Enter a parse tree produced by SystemVerilogParser#property_port_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  555. def enterProperty_port_list(ctx: Property_port_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_port_list.

    Enter a parse tree produced by SystemVerilogParser#property_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  556. def enterProperty_qualifier(ctx: Property_qualifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_qualifier.

    Enter a parse tree produced by SystemVerilogParser#property_qualifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  557. def enterProperty_spec(ctx: Property_specContext): Unit

    Enter a parse tree produced by SystemVerilogParser#property_spec.

    Enter a parse tree produced by SystemVerilogParser#property_spec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  558. def enterPs_identifier(ctx: Ps_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ps_identifier.

    Enter a parse tree produced by SystemVerilogParser#ps_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  559. def enterPs_or_hierarchical_array_identifier(ctx: Ps_or_hierarchical_array_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ps_or_hierarchical_array_identifier.

    Enter a parse tree produced by SystemVerilogParser#ps_or_hierarchical_array_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  560. def enterPs_or_hierarchical_identifier(ctx: Ps_or_hierarchical_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ps_or_hierarchical_identifier.

    Enter a parse tree produced by SystemVerilogParser#ps_or_hierarchical_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  561. def enterPs_type_or_parameter_identifier(ctx: Ps_type_or_parameter_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ps_type_or_parameter_identifier.

    Enter a parse tree produced by SystemVerilogParser#ps_type_or_parameter_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  562. def enterPull_gate_instance(ctx: Pull_gate_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pull_gate_instance.

    Enter a parse tree produced by SystemVerilogParser#pull_gate_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  563. def enterPulldown_strength(ctx: Pulldown_strengthContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pulldown_strength.

    Enter a parse tree produced by SystemVerilogParser#pulldown_strength.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  564. def enterPullup_strength(ctx: Pullup_strengthContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pullup_strength.

    Enter a parse tree produced by SystemVerilogParser#pullup_strength.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  565. def enterPulse_control_specparam(ctx: Pulse_control_specparamContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pulse_control_specparam.

    Enter a parse tree produced by SystemVerilogParser#pulse_control_specparam.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  566. def enterPulsestyle_declaration(ctx: Pulsestyle_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pulsestyle_declaration.

    Enter a parse tree produced by SystemVerilogParser#pulsestyle_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  567. def enterQueue_dimension(ctx: Queue_dimensionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#queue_dimension.

    Enter a parse tree produced by SystemVerilogParser#queue_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  568. def enterRand_list(ctx: Rand_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#rand_list.

    Enter a parse tree produced by SystemVerilogParser#rand_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  569. def enterRand_with(ctx: Rand_withContext): Unit

    Enter a parse tree produced by SystemVerilogParser#rand_with.

    Enter a parse tree produced by SystemVerilogParser#rand_with.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  570. def enterRandcase_item(ctx: Randcase_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#randcase_item.

    Enter a parse tree produced by SystemVerilogParser#randcase_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  571. def enterRandcase_statement(ctx: Randcase_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#randcase_statement.

    Enter a parse tree produced by SystemVerilogParser#randcase_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  572. def enterRandom_qualifier(ctx: Random_qualifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#random_qualifier.

    Enter a parse tree produced by SystemVerilogParser#random_qualifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  573. def enterRandomize_call(ctx: Randomize_callContext): Unit

    Enter a parse tree produced by SystemVerilogParser#randomize_call.

    Enter a parse tree produced by SystemVerilogParser#randomize_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  574. def enterRandsequence_statement(ctx: Randsequence_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#randsequence_statement.

    Enter a parse tree produced by SystemVerilogParser#randsequence_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  575. def enterRange_expression(ctx: Range_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#range_expression.

    Enter a parse tree produced by SystemVerilogParser#range_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  576. def enterReal_number(ctx: Real_numberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#real_number.

    Enter a parse tree produced by SystemVerilogParser#real_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  577. def enterRecovery_timing_check(ctx: Recovery_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#recovery_timing_check.

    Enter a parse tree produced by SystemVerilogParser#recovery_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  578. def enterRecrem_timing_check(ctx: Recrem_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#recrem_timing_check.

    Enter a parse tree produced by SystemVerilogParser#recrem_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  579. def enterRef_declaration(ctx: Ref_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ref_declaration.

    Enter a parse tree produced by SystemVerilogParser#ref_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  580. def enterReference_event(ctx: Reference_eventContext): Unit

    Enter a parse tree produced by SystemVerilogParser#reference_event.

    Enter a parse tree produced by SystemVerilogParser#reference_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  581. def enterReject_limit_value(ctx: Reject_limit_valueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#reject_limit_value.

    Enter a parse tree produced by SystemVerilogParser#reject_limit_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  582. def enterRemain_active_flag(ctx: Remain_active_flagContext): Unit

    Enter a parse tree produced by SystemVerilogParser#remain_active_flag.

    Enter a parse tree produced by SystemVerilogParser#remain_active_flag.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  583. def enterRemain_active_flag_opt(ctx: Remain_active_flag_optContext): Unit

    Enter a parse tree produced by SystemVerilogParser#remain_active_flag_opt.

    Enter a parse tree produced by SystemVerilogParser#remain_active_flag_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  584. def enterRemoval_timing_check(ctx: Removal_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#removal_timing_check.

    Enter a parse tree produced by SystemVerilogParser#removal_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  585. def enterRepeat_range(ctx: Repeat_rangeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#repeat_range.

    Enter a parse tree produced by SystemVerilogParser#repeat_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  586. def enterRestrict_property_statement(ctx: Restrict_property_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#restrict_property_statement.

    Enter a parse tree produced by SystemVerilogParser#restrict_property_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  587. def enterRs_case(ctx: Rs_caseContext): Unit

    Enter a parse tree produced by SystemVerilogParser#rs_case.

    Enter a parse tree produced by SystemVerilogParser#rs_case.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  588. def enterRs_case_item(ctx: Rs_case_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#rs_case_item.

    Enter a parse tree produced by SystemVerilogParser#rs_case_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  589. def enterRs_code_block(ctx: Rs_code_blockContext): Unit

    Enter a parse tree produced by SystemVerilogParser#rs_code_block.

    Enter a parse tree produced by SystemVerilogParser#rs_code_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  590. def enterRs_if_else(ctx: Rs_if_elseContext): Unit

    Enter a parse tree produced by SystemVerilogParser#rs_if_else.

    Enter a parse tree produced by SystemVerilogParser#rs_if_else.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  591. def enterRs_prod(ctx: Rs_prodContext): Unit

    Enter a parse tree produced by SystemVerilogParser#rs_prod.

    Enter a parse tree produced by SystemVerilogParser#rs_prod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  592. def enterRs_production_list(ctx: Rs_production_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#rs_production_list.

    Enter a parse tree produced by SystemVerilogParser#rs_production_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  593. def enterRs_repeat(ctx: Rs_repeatContext): Unit

    Enter a parse tree produced by SystemVerilogParser#rs_repeat.

    Enter a parse tree produced by SystemVerilogParser#rs_repeat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  594. def enterRs_rule(ctx: Rs_ruleContext): Unit

    Enter a parse tree produced by SystemVerilogParser#rs_rule.

    Enter a parse tree produced by SystemVerilogParser#rs_rule.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  595. def enterScalar_constant(ctx: Scalar_constantContext): Unit

    Enter a parse tree produced by SystemVerilogParser#scalar_constant.

    Enter a parse tree produced by SystemVerilogParser#scalar_constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  596. def enterScalar_timing_check_condition(ctx: Scalar_timing_check_conditionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#scalar_timing_check_condition.

    Enter a parse tree produced by SystemVerilogParser#scalar_timing_check_condition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  597. def enterSelect_(ctx: Select_Context): Unit

    Enter a parse tree produced by SystemVerilogParser#select_.

    Enter a parse tree produced by SystemVerilogParser#select_.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  598. def enterSelect_condition(ctx: Select_conditionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#select_condition.

    Enter a parse tree produced by SystemVerilogParser#select_condition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  599. def enterSelect_expression(ctx: Select_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#select_expression.

    Enter a parse tree produced by SystemVerilogParser#select_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  600. def enterSeq_arg_list(ctx: Seq_arg_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#seq_arg_list.

    Enter a parse tree produced by SystemVerilogParser#seq_arg_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  601. def enterSeq_block(ctx: Seq_blockContext): Unit

    Enter a parse tree produced by SystemVerilogParser#seq_block.

    Enter a parse tree produced by SystemVerilogParser#seq_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  602. def enterSeq_input_list(ctx: Seq_input_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#seq_input_list.

    Enter a parse tree produced by SystemVerilogParser#seq_input_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  603. def enterSeq_named_arg(ctx: Seq_named_argContext): Unit

    Enter a parse tree produced by SystemVerilogParser#seq_named_arg.

    Enter a parse tree produced by SystemVerilogParser#seq_named_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  604. def enterSeq_ordered_arg(ctx: Seq_ordered_argContext): Unit

    Enter a parse tree produced by SystemVerilogParser#seq_ordered_arg.

    Enter a parse tree produced by SystemVerilogParser#seq_ordered_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  605. def enterSeq_port_item_local(ctx: Seq_port_item_localContext): Unit

    Enter a parse tree produced by SystemVerilogParser#seq_port_item_local.

    Enter a parse tree produced by SystemVerilogParser#seq_port_item_local.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  606. def enterSeq_port_list(ctx: Seq_port_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#seq_port_list.

    Enter a parse tree produced by SystemVerilogParser#seq_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  607. def enterSequence_abbrev(ctx: Sequence_abbrevContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_abbrev.

    Enter a parse tree produced by SystemVerilogParser#sequence_abbrev.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  608. def enterSequence_actual_arg(ctx: Sequence_actual_argContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_actual_arg.

    Enter a parse tree produced by SystemVerilogParser#sequence_actual_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  609. def enterSequence_declaration(ctx: Sequence_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_declaration.

    Enter a parse tree produced by SystemVerilogParser#sequence_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  610. def enterSequence_expr(ctx: Sequence_exprContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_expr.

    Enter a parse tree produced by SystemVerilogParser#sequence_expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  611. def enterSequence_formal_type(ctx: Sequence_formal_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_formal_type.

    Enter a parse tree produced by SystemVerilogParser#sequence_formal_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  612. def enterSequence_identifier(ctx: Sequence_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_identifier.

    Enter a parse tree produced by SystemVerilogParser#sequence_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  613. def enterSequence_instance(ctx: Sequence_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_instance.

    Enter a parse tree produced by SystemVerilogParser#sequence_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  614. def enterSequence_list_of_arguments(ctx: Sequence_list_of_argumentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_list_of_arguments.

    Enter a parse tree produced by SystemVerilogParser#sequence_list_of_arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  615. def enterSequence_lvar_port_direction(ctx: Sequence_lvar_port_directionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_lvar_port_direction.

    Enter a parse tree produced by SystemVerilogParser#sequence_lvar_port_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  616. def enterSequence_match_item(ctx: Sequence_match_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_match_item.

    Enter a parse tree produced by SystemVerilogParser#sequence_match_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  617. def enterSequence_method_call(ctx: Sequence_method_callContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_method_call.

    Enter a parse tree produced by SystemVerilogParser#sequence_method_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  618. def enterSequence_name(ctx: Sequence_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_name.

    Enter a parse tree produced by SystemVerilogParser#sequence_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  619. def enterSequence_port_item(ctx: Sequence_port_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_port_item.

    Enter a parse tree produced by SystemVerilogParser#sequence_port_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  620. def enterSequence_port_list(ctx: Sequence_port_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequence_port_list.

    Enter a parse tree produced by SystemVerilogParser#sequence_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  621. def enterSequential_body(ctx: Sequential_bodyContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequential_body.

    Enter a parse tree produced by SystemVerilogParser#sequential_body.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  622. def enterSequential_entry(ctx: Sequential_entryContext): Unit

    Enter a parse tree produced by SystemVerilogParser#sequential_entry.

    Enter a parse tree produced by SystemVerilogParser#sequential_entry.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  623. def enterSet_covergroup_expression(ctx: Set_covergroup_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#set_covergroup_expression.

    Enter a parse tree produced by SystemVerilogParser#set_covergroup_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  624. def enterSetup_timing_check(ctx: Setup_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#setup_timing_check.

    Enter a parse tree produced by SystemVerilogParser#setup_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  625. def enterSetuphold_timing_check(ctx: Setuphold_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#setuphold_timing_check.

    Enter a parse tree produced by SystemVerilogParser#setuphold_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  626. def enterShowcancelled_declaration(ctx: Showcancelled_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#showcancelled_declaration.

    Enter a parse tree produced by SystemVerilogParser#showcancelled_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  627. def enterSignal_identifier(ctx: Signal_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#signal_identifier.

    Enter a parse tree produced by SystemVerilogParser#signal_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  628. def enterSigning(ctx: SigningContext): Unit

    Enter a parse tree produced by SystemVerilogParser#signing.

    Enter a parse tree produced by SystemVerilogParser#signing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  629. def enterSimple_identifier(ctx: Simple_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#simple_identifier.

    Enter a parse tree produced by SystemVerilogParser#simple_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  630. def enterSimple_immediate_assert_statement(ctx: Simple_immediate_assert_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_assert_statement.

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_assert_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  631. def enterSimple_immediate_assertion_statement(ctx: Simple_immediate_assertion_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_assertion_statement.

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_assertion_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  632. def enterSimple_immediate_assume_statement(ctx: Simple_immediate_assume_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_assume_statement.

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_assume_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  633. def enterSimple_immediate_cover_statement(ctx: Simple_immediate_cover_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_cover_statement.

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_cover_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  634. def enterSimple_path_declaration(ctx: Simple_path_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#simple_path_declaration.

    Enter a parse tree produced by SystemVerilogParser#simple_path_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  635. def enterSimple_type(ctx: Simple_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#simple_type.

    Enter a parse tree produced by SystemVerilogParser#simple_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  636. def enterSize(ctx: SizeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#size.

    Enter a parse tree produced by SystemVerilogParser#size.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  637. def enterSkew_timing_check(ctx: Skew_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#skew_timing_check.

    Enter a parse tree produced by SystemVerilogParser#skew_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  638. def enterSkew_timing_check_opt(ctx: Skew_timing_check_optContext): Unit

    Enter a parse tree produced by SystemVerilogParser#skew_timing_check_opt.

    Enter a parse tree produced by SystemVerilogParser#skew_timing_check_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  639. def enterSlice_size(ctx: Slice_sizeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#slice_size.

    Enter a parse tree produced by SystemVerilogParser#slice_size.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  640. def enterSolve_before_list(ctx: Solve_before_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#solve_before_list.

    Enter a parse tree produced by SystemVerilogParser#solve_before_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  641. def enterSource_text(ctx: Source_textContext): Unit

    Enter a parse tree produced by SystemVerilogParser#source_text.

    Enter a parse tree produced by SystemVerilogParser#source_text.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  642. def enterSpecify_block(ctx: Specify_blockContext): Unit

    Enter a parse tree produced by SystemVerilogParser#specify_block.

    Enter a parse tree produced by SystemVerilogParser#specify_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  643. def enterSpecify_input_terminal_descriptor(ctx: Specify_input_terminal_descriptorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#specify_input_terminal_descriptor.

    Enter a parse tree produced by SystemVerilogParser#specify_input_terminal_descriptor.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  644. def enterSpecify_item(ctx: Specify_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#specify_item.

    Enter a parse tree produced by SystemVerilogParser#specify_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  645. def enterSpecify_output_terminal_descriptor(ctx: Specify_output_terminal_descriptorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#specify_output_terminal_descriptor.

    Enter a parse tree produced by SystemVerilogParser#specify_output_terminal_descriptor.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  646. def enterSpecify_terminal_descriptor(ctx: Specify_terminal_descriptorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#specify_terminal_descriptor.

    Enter a parse tree produced by SystemVerilogParser#specify_terminal_descriptor.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  647. def enterSpecparam_assignment(ctx: Specparam_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#specparam_assignment.

    Enter a parse tree produced by SystemVerilogParser#specparam_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  648. def enterSpecparam_declaration(ctx: Specparam_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#specparam_declaration.

    Enter a parse tree produced by SystemVerilogParser#specparam_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  649. def enterSpecparam_identifier(ctx: Specparam_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#specparam_identifier.

    Enter a parse tree produced by SystemVerilogParser#specparam_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  650. def enterStart_edge_offset(ctx: Start_edge_offsetContext): Unit

    Enter a parse tree produced by SystemVerilogParser#start_edge_offset.

    Enter a parse tree produced by SystemVerilogParser#start_edge_offset.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  651. def enterState_dependent_path_declaration(ctx: State_dependent_path_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#state_dependent_path_declaration.

    Enter a parse tree produced by SystemVerilogParser#state_dependent_path_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  652. def enterStatement(ctx: StatementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#statement.

    Enter a parse tree produced by SystemVerilogParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  653. def enterStatement_item(ctx: Statement_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#statement_item.

    Enter a parse tree produced by SystemVerilogParser#statement_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  654. def enterStatement_or_null(ctx: Statement_or_nullContext): Unit

    Enter a parse tree produced by SystemVerilogParser#statement_or_null.

    Enter a parse tree produced by SystemVerilogParser#statement_or_null.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  655. def enterStream_concatenation(ctx: Stream_concatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#stream_concatenation.

    Enter a parse tree produced by SystemVerilogParser#stream_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  656. def enterStream_expression(ctx: Stream_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#stream_expression.

    Enter a parse tree produced by SystemVerilogParser#stream_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  657. def enterStream_operator(ctx: Stream_operatorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#stream_operator.

    Enter a parse tree produced by SystemVerilogParser#stream_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  658. def enterStreaming_concatenation(ctx: Streaming_concatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#streaming_concatenation.

    Enter a parse tree produced by SystemVerilogParser#streaming_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  659. def enterStrength0(ctx: Strength0Context): Unit

    Enter a parse tree produced by SystemVerilogParser#strength0.

    Enter a parse tree produced by SystemVerilogParser#strength0.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  660. def enterStrength1(ctx: Strength1Context): Unit

    Enter a parse tree produced by SystemVerilogParser#strength1.

    Enter a parse tree produced by SystemVerilogParser#strength1.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  661. def enterString_literal(ctx: String_literalContext): Unit

    Enter a parse tree produced by SystemVerilogParser#string_literal.

    Enter a parse tree produced by SystemVerilogParser#string_literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  662. def enterStruct_union(ctx: Struct_unionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#struct_union.

    Enter a parse tree produced by SystemVerilogParser#struct_union.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  663. def enterStruct_union_member(ctx: Struct_union_memberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#struct_union_member.

    Enter a parse tree produced by SystemVerilogParser#struct_union_member.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  664. def enterSubroutine_call(ctx: Subroutine_callContext): Unit

    Enter a parse tree produced by SystemVerilogParser#subroutine_call.

    Enter a parse tree produced by SystemVerilogParser#subroutine_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  665. def enterSubroutine_call_statement(ctx: Subroutine_call_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#subroutine_call_statement.

    Enter a parse tree produced by SystemVerilogParser#subroutine_call_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  666. def enterSuper_class_constructor_call(ctx: Super_class_constructor_callContext): Unit

    Enter a parse tree produced by SystemVerilogParser#super_class_constructor_call.

    Enter a parse tree produced by SystemVerilogParser#super_class_constructor_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  667. def enterSystem_tf_call(ctx: System_tf_callContext): Unit

    Enter a parse tree produced by SystemVerilogParser#system_tf_call.

    Enter a parse tree produced by SystemVerilogParser#system_tf_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  668. def enterSystem_tf_identifier(ctx: System_tf_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#system_tf_identifier.

    Enter a parse tree produced by SystemVerilogParser#system_tf_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  669. def enterSystem_timing_check(ctx: System_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#system_timing_check.

    Enter a parse tree produced by SystemVerilogParser#system_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  670. def enterT01_path_delay_expression(ctx: T01_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#t01_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#t01_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  671. def enterT0x_path_delay_expression(ctx: T0x_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#t0x_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#t0x_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  672. def enterT0z_path_delay_expression(ctx: T0z_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#t0z_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#t0z_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  673. def enterT10_path_delay_expression(ctx: T10_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#t10_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#t10_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  674. def enterT1x_path_delay_expression(ctx: T1x_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#t1x_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#t1x_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  675. def enterT1z_path_delay_expression(ctx: T1z_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#t1z_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#t1z_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  676. def enterT_path_delay_expression(ctx: T_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#t_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#t_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  677. def enterTagged_union_expression(ctx: Tagged_union_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tagged_union_expression.

    Enter a parse tree produced by SystemVerilogParser#tagged_union_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  678. def enterTask_body_declaration(ctx: Task_body_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#task_body_declaration.

    Enter a parse tree produced by SystemVerilogParser#task_body_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  679. def enterTask_declaration(ctx: Task_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#task_declaration.

    Enter a parse tree produced by SystemVerilogParser#task_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  680. def enterTask_identifier(ctx: Task_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#task_identifier.

    Enter a parse tree produced by SystemVerilogParser#task_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  681. def enterTask_name(ctx: Task_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#task_name.

    Enter a parse tree produced by SystemVerilogParser#task_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  682. def enterTask_prototype(ctx: Task_prototypeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#task_prototype.

    Enter a parse tree produced by SystemVerilogParser#task_prototype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  683. def enterTerminal_identifier(ctx: Terminal_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#terminal_identifier.

    Enter a parse tree produced by SystemVerilogParser#terminal_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  684. def enterTf_identifier(ctx: Tf_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tf_identifier.

    Enter a parse tree produced by SystemVerilogParser#tf_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  685. def enterTf_item_declaration(ctx: Tf_item_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tf_item_declaration.

    Enter a parse tree produced by SystemVerilogParser#tf_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  686. def enterTf_port_declaration(ctx: Tf_port_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tf_port_declaration.

    Enter a parse tree produced by SystemVerilogParser#tf_port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  687. def enterTf_port_direction(ctx: Tf_port_directionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tf_port_direction.

    Enter a parse tree produced by SystemVerilogParser#tf_port_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  688. def enterTf_port_id(ctx: Tf_port_idContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tf_port_id.

    Enter a parse tree produced by SystemVerilogParser#tf_port_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  689. def enterTf_port_item(ctx: Tf_port_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tf_port_item.

    Enter a parse tree produced by SystemVerilogParser#tf_port_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  690. def enterTf_port_list(ctx: Tf_port_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tf_port_list.

    Enter a parse tree produced by SystemVerilogParser#tf_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  691. def enterTf_var_id(ctx: Tf_var_idContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tf_var_id.

    Enter a parse tree produced by SystemVerilogParser#tf_var_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  692. def enterTfall_path_delay_expression(ctx: Tfall_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tfall_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#tfall_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  693. def enterThreshold(ctx: ThresholdContext): Unit

    Enter a parse tree produced by SystemVerilogParser#threshold.

    Enter a parse tree produced by SystemVerilogParser#threshold.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  694. def enterTime_literal(ctx: Time_literalContext): Unit

    Enter a parse tree produced by SystemVerilogParser#time_literal.

    Enter a parse tree produced by SystemVerilogParser#time_literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  695. def enterTimecheck_cond_opt(ctx: Timecheck_cond_optContext): Unit

    Enter a parse tree produced by SystemVerilogParser#timecheck_cond_opt.

    Enter a parse tree produced by SystemVerilogParser#timecheck_cond_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  696. def enterTimecheck_condition(ctx: Timecheck_conditionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#timecheck_condition.

    Enter a parse tree produced by SystemVerilogParser#timecheck_condition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  697. def enterTimeskew_timing_check(ctx: Timeskew_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#timeskew_timing_check.

    Enter a parse tree produced by SystemVerilogParser#timeskew_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  698. def enterTimestamp_cond_opt(ctx: Timestamp_cond_optContext): Unit

    Enter a parse tree produced by SystemVerilogParser#timestamp_cond_opt.

    Enter a parse tree produced by SystemVerilogParser#timestamp_cond_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  699. def enterTimestamp_condition(ctx: Timestamp_conditionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#timestamp_condition.

    Enter a parse tree produced by SystemVerilogParser#timestamp_condition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  700. def enterTimeunits_declaration(ctx: Timeunits_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#timeunits_declaration.

    Enter a parse tree produced by SystemVerilogParser#timeunits_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  701. def enterTiming_check_condition(ctx: Timing_check_conditionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#timing_check_condition.

    Enter a parse tree produced by SystemVerilogParser#timing_check_condition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  702. def enterTiming_check_event(ctx: Timing_check_eventContext): Unit

    Enter a parse tree produced by SystemVerilogParser#timing_check_event.

    Enter a parse tree produced by SystemVerilogParser#timing_check_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  703. def enterTiming_check_event_control(ctx: Timing_check_event_controlContext): Unit

    Enter a parse tree produced by SystemVerilogParser#timing_check_event_control.

    Enter a parse tree produced by SystemVerilogParser#timing_check_event_control.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  704. def enterTiming_check_limit(ctx: Timing_check_limitContext): Unit

    Enter a parse tree produced by SystemVerilogParser#timing_check_limit.

    Enter a parse tree produced by SystemVerilogParser#timing_check_limit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  705. def enterTiming_check_opt(ctx: Timing_check_optContext): Unit

    Enter a parse tree produced by SystemVerilogParser#timing_check_opt.

    Enter a parse tree produced by SystemVerilogParser#timing_check_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  706. def enterTopmodule_identifier(ctx: Topmodule_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#topmodule_identifier.

    Enter a parse tree produced by SystemVerilogParser#topmodule_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  707. def enterTrans_item(ctx: Trans_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#trans_item.

    Enter a parse tree produced by SystemVerilogParser#trans_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  708. def enterTrans_list(ctx: Trans_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#trans_list.

    Enter a parse tree produced by SystemVerilogParser#trans_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  709. def enterTrans_range_list(ctx: Trans_range_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#trans_range_list.

    Enter a parse tree produced by SystemVerilogParser#trans_range_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  710. def enterTrans_set(ctx: Trans_setContext): Unit

    Enter a parse tree produced by SystemVerilogParser#trans_set.

    Enter a parse tree produced by SystemVerilogParser#trans_set.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  711. def enterTrise_path_delay_expression(ctx: Trise_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#trise_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#trise_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  712. def enterTx0_path_delay_expression(ctx: Tx0_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tx0_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#tx0_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  713. def enterTx1_path_delay_expression(ctx: Tx1_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tx1_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#tx1_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  714. def enterTxz_path_delay_expression(ctx: Txz_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#txz_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#txz_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  715. def enterType_assignment(ctx: Type_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#type_assignment.

    Enter a parse tree produced by SystemVerilogParser#type_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  716. def enterType_declaration(ctx: Type_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#type_declaration.

    Enter a parse tree produced by SystemVerilogParser#type_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  717. def enterType_identifier(ctx: Type_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#type_identifier.

    Enter a parse tree produced by SystemVerilogParser#type_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  718. def enterType_reference(ctx: Type_referenceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#type_reference.

    Enter a parse tree produced by SystemVerilogParser#type_reference.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  719. def enterTz0_path_delay_expression(ctx: Tz0_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tz0_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#tz0_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  720. def enterTz1_path_delay_expression(ctx: Tz1_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tz1_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#tz1_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  721. def enterTz_path_delay_expression(ctx: Tz_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tz_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#tz_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  722. def enterTzx_path_delay_expression(ctx: Tzx_path_delay_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#tzx_path_delay_expression.

    Enter a parse tree produced by SystemVerilogParser#tzx_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  723. def enterUdp_ansi_declaration(ctx: Udp_ansi_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_ansi_declaration.

    Enter a parse tree produced by SystemVerilogParser#udp_ansi_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  724. def enterUdp_body(ctx: Udp_bodyContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_body.

    Enter a parse tree produced by SystemVerilogParser#udp_body.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  725. def enterUdp_declaration(ctx: Udp_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_declaration.

    Enter a parse tree produced by SystemVerilogParser#udp_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  726. def enterUdp_declaration_port_list(ctx: Udp_declaration_port_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_declaration_port_list.

    Enter a parse tree produced by SystemVerilogParser#udp_declaration_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  727. def enterUdp_identifier(ctx: Udp_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_identifier.

    Enter a parse tree produced by SystemVerilogParser#udp_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  728. def enterUdp_initial_statement(ctx: Udp_initial_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_initial_statement.

    Enter a parse tree produced by SystemVerilogParser#udp_initial_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  729. def enterUdp_input_declaration(ctx: Udp_input_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_input_declaration.

    Enter a parse tree produced by SystemVerilogParser#udp_input_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  730. def enterUdp_instance(ctx: Udp_instanceContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_instance.

    Enter a parse tree produced by SystemVerilogParser#udp_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  731. def enterUdp_instantiation(ctx: Udp_instantiationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_instantiation.

    Enter a parse tree produced by SystemVerilogParser#udp_instantiation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  732. def enterUdp_name(ctx: Udp_nameContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_name.

    Enter a parse tree produced by SystemVerilogParser#udp_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  733. def enterUdp_nonansi_declaration(ctx: Udp_nonansi_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_nonansi_declaration.

    Enter a parse tree produced by SystemVerilogParser#udp_nonansi_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  734. def enterUdp_output_declaration(ctx: Udp_output_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_output_declaration.

    Enter a parse tree produced by SystemVerilogParser#udp_output_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  735. def enterUdp_port_declaration(ctx: Udp_port_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_port_declaration.

    Enter a parse tree produced by SystemVerilogParser#udp_port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  736. def enterUdp_port_list(ctx: Udp_port_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_port_list.

    Enter a parse tree produced by SystemVerilogParser#udp_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  737. def enterUdp_reg_declaration(ctx: Udp_reg_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#udp_reg_declaration.

    Enter a parse tree produced by SystemVerilogParser#udp_reg_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  738. def enterUnary_module_path_operator(ctx: Unary_module_path_operatorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#unary_module_path_operator.

    Enter a parse tree produced by SystemVerilogParser#unary_module_path_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  739. def enterUnary_operator(ctx: Unary_operatorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#unary_operator.

    Enter a parse tree produced by SystemVerilogParser#unary_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  740. def enterUnbased_unsized_literal(ctx: Unbased_unsized_literalContext): Unit

    Enter a parse tree produced by SystemVerilogParser#unbased_unsized_literal.

    Enter a parse tree produced by SystemVerilogParser#unbased_unsized_literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  741. def enterUnique_priority(ctx: Unique_priorityContext): Unit

    Enter a parse tree produced by SystemVerilogParser#unique_priority.

    Enter a parse tree produced by SystemVerilogParser#unique_priority.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  742. def enterUniqueness_constraint(ctx: Uniqueness_constraintContext): Unit

    Enter a parse tree produced by SystemVerilogParser#uniqueness_constraint.

    Enter a parse tree produced by SystemVerilogParser#uniqueness_constraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  743. def enterUnpacked_dimension(ctx: Unpacked_dimensionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#unpacked_dimension.

    Enter a parse tree produced by SystemVerilogParser#unpacked_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  744. def enterUnsigned_number(ctx: Unsigned_numberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#unsigned_number.

    Enter a parse tree produced by SystemVerilogParser#unsigned_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  745. def enterUnsized_dimension(ctx: Unsized_dimensionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#unsized_dimension.

    Enter a parse tree produced by SystemVerilogParser#unsized_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  746. def enterUse_clause(ctx: Use_clauseContext): Unit

    Enter a parse tree produced by SystemVerilogParser#use_clause.

    Enter a parse tree produced by SystemVerilogParser#use_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  747. def enterValue_range(ctx: Value_rangeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#value_range.

    Enter a parse tree produced by SystemVerilogParser#value_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  748. def enterVar_data_type(ctx: Var_data_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#var_data_type.

    Enter a parse tree produced by SystemVerilogParser#var_data_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  749. def enterVar_id(ctx: Var_idContext): Unit

    Enter a parse tree produced by SystemVerilogParser#var_id.

    Enter a parse tree produced by SystemVerilogParser#var_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  750. def enterVar_port_id(ctx: Var_port_idContext): Unit

    Enter a parse tree produced by SystemVerilogParser#var_port_id.

    Enter a parse tree produced by SystemVerilogParser#var_port_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  751. def enterVariable_assignment(ctx: Variable_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#variable_assignment.

    Enter a parse tree produced by SystemVerilogParser#variable_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  752. def enterVariable_decl_assignment(ctx: Variable_decl_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#variable_decl_assignment.

    Enter a parse tree produced by SystemVerilogParser#variable_decl_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  753. def enterVariable_dimension(ctx: Variable_dimensionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#variable_dimension.

    Enter a parse tree produced by SystemVerilogParser#variable_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  754. def enterVariable_identifier(ctx: Variable_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#variable_identifier.

    Enter a parse tree produced by SystemVerilogParser#variable_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  755. def enterVariable_identifier_list(ctx: Variable_identifier_listContext): Unit

    Enter a parse tree produced by SystemVerilogParser#variable_identifier_list.

    Enter a parse tree produced by SystemVerilogParser#variable_identifier_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  756. def enterVariable_lvalue(ctx: Variable_lvalueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#variable_lvalue.

    Enter a parse tree produced by SystemVerilogParser#variable_lvalue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  757. def enterVariable_port_type(ctx: Variable_port_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#variable_port_type.

    Enter a parse tree produced by SystemVerilogParser#variable_port_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  758. def enterWait_statement(ctx: Wait_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#wait_statement.

    Enter a parse tree produced by SystemVerilogParser#wait_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  759. def enterWeight_spec(ctx: Weight_specContext): Unit

    Enter a parse tree produced by SystemVerilogParser#weight_spec.

    Enter a parse tree produced by SystemVerilogParser#weight_spec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  760. def enterWeight_specification(ctx: Weight_specificationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#weight_specification.

    Enter a parse tree produced by SystemVerilogParser#weight_specification.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  761. def enterWidth_timing_check(ctx: Width_timing_checkContext): Unit

    Enter a parse tree produced by SystemVerilogParser#width_timing_check.

    Enter a parse tree produced by SystemVerilogParser#width_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  762. def enterWith_covergroup_expression(ctx: With_covergroup_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#with_covergroup_expression.

    Enter a parse tree produced by SystemVerilogParser#with_covergroup_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  763. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  764. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  765. def exitAction_block(ctx: Action_blockContext): Unit

    Exit a parse tree produced by SystemVerilogParser#action_block.

    Exit a parse tree produced by SystemVerilogParser#action_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  766. def exitAlways_construct(ctx: Always_constructContext): Unit

    Exit a parse tree produced by SystemVerilogParser#always_construct.

    Exit a parse tree produced by SystemVerilogParser#always_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  767. def exitAlways_keyword(ctx: Always_keywordContext): Unit

    Exit a parse tree produced by SystemVerilogParser#always_keyword.

    Exit a parse tree produced by SystemVerilogParser#always_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  768. def exitAnonymous_program(ctx: Anonymous_programContext): Unit

    Exit a parse tree produced by SystemVerilogParser#anonymous_program.

    Exit a parse tree produced by SystemVerilogParser#anonymous_program.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  769. def exitAnonymous_program_item(ctx: Anonymous_program_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#anonymous_program_item.

    Exit a parse tree produced by SystemVerilogParser#anonymous_program_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  770. def exitAnsi_port_declaration(ctx: Ansi_port_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ansi_port_declaration.

    Exit a parse tree produced by SystemVerilogParser#ansi_port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  771. def exitArg_list(ctx: Arg_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#arg_list.

    Exit a parse tree produced by SystemVerilogParser#arg_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  772. def exitArray_key_val_pair(ctx: Array_key_val_pairContext): Unit

    Exit a parse tree produced by SystemVerilogParser#array_key_val_pair.

    Exit a parse tree produced by SystemVerilogParser#array_key_val_pair.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  773. def exitArray_manipulation_call(ctx: Array_manipulation_callContext): Unit

    Exit a parse tree produced by SystemVerilogParser#array_manipulation_call.

    Exit a parse tree produced by SystemVerilogParser#array_manipulation_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  774. def exitArray_method_name(ctx: Array_method_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#array_method_name.

    Exit a parse tree produced by SystemVerilogParser#array_method_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  775. def exitArray_pattern_key(ctx: Array_pattern_keyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#array_pattern_key.

    Exit a parse tree produced by SystemVerilogParser#array_pattern_key.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  776. def exitArray_range_expression(ctx: Array_range_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#array_range_expression.

    Exit a parse tree produced by SystemVerilogParser#array_range_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  777. def exitAssert_property_statement(ctx: Assert_property_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assert_property_statement.

    Exit a parse tree produced by SystemVerilogParser#assert_property_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  778. def exitAssertion_item(ctx: Assertion_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assertion_item.

    Exit a parse tree produced by SystemVerilogParser#assertion_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  779. def exitAssertion_item_declaration(ctx: Assertion_item_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assertion_item_declaration.

    Exit a parse tree produced by SystemVerilogParser#assertion_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  780. def exitAssertion_variable_declaration(ctx: Assertion_variable_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assertion_variable_declaration.

    Exit a parse tree produced by SystemVerilogParser#assertion_variable_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  781. def exitAssignment_operator(ctx: Assignment_operatorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assignment_operator.

    Exit a parse tree produced by SystemVerilogParser#assignment_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  782. def exitAssignment_pattern(ctx: Assignment_patternContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern.

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  783. def exitAssignment_pattern_expression(ctx: Assignment_pattern_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_expression.

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  784. def exitAssignment_pattern_expression_type(ctx: Assignment_pattern_expression_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_expression_type.

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_expression_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  785. def exitAssignment_pattern_key(ctx: Assignment_pattern_keyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_key.

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_key.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  786. def exitAssignment_pattern_net_lvalue(ctx: Assignment_pattern_net_lvalueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_net_lvalue.

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_net_lvalue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  787. def exitAssignment_pattern_variable_lvalue(ctx: Assignment_pattern_variable_lvalueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_variable_lvalue.

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_variable_lvalue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  788. def exitAssociative_dimension(ctx: Associative_dimensionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#associative_dimension.

    Exit a parse tree produced by SystemVerilogParser#associative_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  789. def exitAssume_property_statement(ctx: Assume_property_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assume_property_statement.

    Exit a parse tree produced by SystemVerilogParser#assume_property_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  790. def exitAttr_name(ctx: Attr_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#attr_name.

    Exit a parse tree produced by SystemVerilogParser#attr_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  791. def exitAttr_spec(ctx: Attr_specContext): Unit

    Exit a parse tree produced by SystemVerilogParser#attr_spec.

    Exit a parse tree produced by SystemVerilogParser#attr_spec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  792. def exitAttribute_instance(ctx: Attribute_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#attribute_instance.

    Exit a parse tree produced by SystemVerilogParser#attribute_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  793. def exitBin_array_size(ctx: Bin_array_sizeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bin_array_size.

    Exit a parse tree produced by SystemVerilogParser#bin_array_size.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  794. def exitBin_identifier(ctx: Bin_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bin_identifier.

    Exit a parse tree produced by SystemVerilogParser#bin_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  795. def exitBinary_base(ctx: Binary_baseContext): Unit

    Exit a parse tree produced by SystemVerilogParser#binary_base.

    Exit a parse tree produced by SystemVerilogParser#binary_base.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  796. def exitBinary_number(ctx: Binary_numberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#binary_number.

    Exit a parse tree produced by SystemVerilogParser#binary_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  797. def exitBinary_value(ctx: Binary_valueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#binary_value.

    Exit a parse tree produced by SystemVerilogParser#binary_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  798. def exitBind_directive(ctx: Bind_directiveContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bind_directive.

    Exit a parse tree produced by SystemVerilogParser#bind_directive.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  799. def exitBind_instantiation(ctx: Bind_instantiationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bind_instantiation.

    Exit a parse tree produced by SystemVerilogParser#bind_instantiation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  800. def exitBind_target_instance(ctx: Bind_target_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bind_target_instance.

    Exit a parse tree produced by SystemVerilogParser#bind_target_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  801. def exitBind_target_instance_list(ctx: Bind_target_instance_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bind_target_instance_list.

    Exit a parse tree produced by SystemVerilogParser#bind_target_instance_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  802. def exitBind_target_scope(ctx: Bind_target_scopeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bind_target_scope.

    Exit a parse tree produced by SystemVerilogParser#bind_target_scope.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  803. def exitBins_expression(ctx: Bins_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bins_expression.

    Exit a parse tree produced by SystemVerilogParser#bins_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  804. def exitBins_keyword(ctx: Bins_keywordContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bins_keyword.

    Exit a parse tree produced by SystemVerilogParser#bins_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  805. def exitBins_or_empty(ctx: Bins_or_emptyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bins_or_empty.

    Exit a parse tree produced by SystemVerilogParser#bins_or_empty.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  806. def exitBins_or_options(ctx: Bins_or_optionsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bins_or_options.

    Exit a parse tree produced by SystemVerilogParser#bins_or_options.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  807. def exitBins_selection(ctx: Bins_selectionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bins_selection.

    Exit a parse tree produced by SystemVerilogParser#bins_selection.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  808. def exitBins_selection_or_option(ctx: Bins_selection_or_optionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bins_selection_or_option.

    Exit a parse tree produced by SystemVerilogParser#bins_selection_or_option.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  809. def exitBit_select(ctx: Bit_selectContext): Unit

    Exit a parse tree produced by SystemVerilogParser#bit_select.

    Exit a parse tree produced by SystemVerilogParser#bit_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  810. def exitBlock_event_expression(ctx: Block_event_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#block_event_expression.

    Exit a parse tree produced by SystemVerilogParser#block_event_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  811. def exitBlock_identifier(ctx: Block_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#block_identifier.

    Exit a parse tree produced by SystemVerilogParser#block_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  812. def exitBlock_item_declaration(ctx: Block_item_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#block_item_declaration.

    Exit a parse tree produced by SystemVerilogParser#block_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  813. def exitBlock_label(ctx: Block_labelContext): Unit

    Exit a parse tree produced by SystemVerilogParser#block_label.

    Exit a parse tree produced by SystemVerilogParser#block_label.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  814. def exitBlock_name(ctx: Block_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#block_name.

    Exit a parse tree produced by SystemVerilogParser#block_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  815. def exitBlocking_assignment(ctx: Blocking_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#blocking_assignment.

    Exit a parse tree produced by SystemVerilogParser#blocking_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  816. def exitBoolean_abbrev(ctx: Boolean_abbrevContext): Unit

    Exit a parse tree produced by SystemVerilogParser#boolean_abbrev.

    Exit a parse tree produced by SystemVerilogParser#boolean_abbrev.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  817. def exitC_identifier(ctx: C_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#c_identifier.

    Exit a parse tree produced by SystemVerilogParser#c_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  818. def exitCase_body_1(ctx: Case_body_1Context): Unit

    Exit a parse tree produced by SystemVerilogParser#case_body_1.

    Exit a parse tree produced by SystemVerilogParser#case_body_1.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  819. def exitCase_body_2(ctx: Case_body_2Context): Unit

    Exit a parse tree produced by SystemVerilogParser#case_body_2.

    Exit a parse tree produced by SystemVerilogParser#case_body_2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  820. def exitCase_body_3(ctx: Case_body_3Context): Unit

    Exit a parse tree produced by SystemVerilogParser#case_body_3.

    Exit a parse tree produced by SystemVerilogParser#case_body_3.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  821. def exitCase_expression(ctx: Case_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#case_expression.

    Exit a parse tree produced by SystemVerilogParser#case_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  822. def exitCase_generate_construct(ctx: Case_generate_constructContext): Unit

    Exit a parse tree produced by SystemVerilogParser#case_generate_construct.

    Exit a parse tree produced by SystemVerilogParser#case_generate_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  823. def exitCase_generate_item(ctx: Case_generate_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#case_generate_item.

    Exit a parse tree produced by SystemVerilogParser#case_generate_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  824. def exitCase_inside_item(ctx: Case_inside_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#case_inside_item.

    Exit a parse tree produced by SystemVerilogParser#case_inside_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  825. def exitCase_item(ctx: Case_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#case_item.

    Exit a parse tree produced by SystemVerilogParser#case_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  826. def exitCase_item_expression(ctx: Case_item_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#case_item_expression.

    Exit a parse tree produced by SystemVerilogParser#case_item_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  827. def exitCase_keyword(ctx: Case_keywordContext): Unit

    Exit a parse tree produced by SystemVerilogParser#case_keyword.

    Exit a parse tree produced by SystemVerilogParser#case_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  828. def exitCase_pattern_item(ctx: Case_pattern_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#case_pattern_item.

    Exit a parse tree produced by SystemVerilogParser#case_pattern_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  829. def exitCase_statement(ctx: Case_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#case_statement.

    Exit a parse tree produced by SystemVerilogParser#case_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  830. def exitCell_clause(ctx: Cell_clauseContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cell_clause.

    Exit a parse tree produced by SystemVerilogParser#cell_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  831. def exitCell_identifier(ctx: Cell_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cell_identifier.

    Exit a parse tree produced by SystemVerilogParser#cell_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  832. def exitCharge_strength(ctx: Charge_strengthContext): Unit

    Exit a parse tree produced by SystemVerilogParser#charge_strength.

    Exit a parse tree produced by SystemVerilogParser#charge_strength.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  833. def exitChecker_decl_item(ctx: Checker_decl_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_decl_item.

    Exit a parse tree produced by SystemVerilogParser#checker_decl_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  834. def exitChecker_declaration(ctx: Checker_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_declaration.

    Exit a parse tree produced by SystemVerilogParser#checker_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  835. def exitChecker_identifier(ctx: Checker_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_identifier.

    Exit a parse tree produced by SystemVerilogParser#checker_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  836. def exitChecker_instantiation(ctx: Checker_instantiationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_instantiation.

    Exit a parse tree produced by SystemVerilogParser#checker_instantiation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  837. def exitChecker_item(ctx: Checker_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_item.

    Exit a parse tree produced by SystemVerilogParser#checker_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  838. def exitChecker_item_declaration(ctx: Checker_item_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_item_declaration.

    Exit a parse tree produced by SystemVerilogParser#checker_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  839. def exitChecker_name(ctx: Checker_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_name.

    Exit a parse tree produced by SystemVerilogParser#checker_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  840. def exitChecker_port_assign(ctx: Checker_port_assignContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_port_assign.

    Exit a parse tree produced by SystemVerilogParser#checker_port_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  841. def exitChecker_port_direction(ctx: Checker_port_directionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_port_direction.

    Exit a parse tree produced by SystemVerilogParser#checker_port_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  842. def exitChecker_port_item(ctx: Checker_port_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_port_item.

    Exit a parse tree produced by SystemVerilogParser#checker_port_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  843. def exitChecker_port_list(ctx: Checker_port_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_port_list.

    Exit a parse tree produced by SystemVerilogParser#checker_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  844. def exitChecker_ports(ctx: Checker_portsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#checker_ports.

    Exit a parse tree produced by SystemVerilogParser#checker_ports.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  845. def exitClass_constraint(ctx: Class_constraintContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_constraint.

    Exit a parse tree produced by SystemVerilogParser#class_constraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  846. def exitClass_constructor_declaration(ctx: Class_constructor_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_constructor_declaration.

    Exit a parse tree produced by SystemVerilogParser#class_constructor_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  847. def exitClass_constructor_prototype(ctx: Class_constructor_prototypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_constructor_prototype.

    Exit a parse tree produced by SystemVerilogParser#class_constructor_prototype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  848. def exitClass_declaration(ctx: Class_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_declaration.

    Exit a parse tree produced by SystemVerilogParser#class_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  849. def exitClass_extension(ctx: Class_extensionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_extension.

    Exit a parse tree produced by SystemVerilogParser#class_extension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  850. def exitClass_identifier(ctx: Class_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_identifier.

    Exit a parse tree produced by SystemVerilogParser#class_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  851. def exitClass_implementation(ctx: Class_implementationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_implementation.

    Exit a parse tree produced by SystemVerilogParser#class_implementation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  852. def exitClass_item(ctx: Class_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_item.

    Exit a parse tree produced by SystemVerilogParser#class_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  853. def exitClass_item_qualifier(ctx: Class_item_qualifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_item_qualifier.

    Exit a parse tree produced by SystemVerilogParser#class_item_qualifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  854. def exitClass_method(ctx: Class_methodContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_method.

    Exit a parse tree produced by SystemVerilogParser#class_method.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  855. def exitClass_name(ctx: Class_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_name.

    Exit a parse tree produced by SystemVerilogParser#class_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  856. def exitClass_new(ctx: Class_newContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_new.

    Exit a parse tree produced by SystemVerilogParser#class_new.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  857. def exitClass_property(ctx: Class_propertyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_property.

    Exit a parse tree produced by SystemVerilogParser#class_property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  858. def exitClass_ref(ctx: Class_refContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_ref.

    Exit a parse tree produced by SystemVerilogParser#class_ref.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  859. def exitClass_scope(ctx: Class_scopeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_scope.

    Exit a parse tree produced by SystemVerilogParser#class_scope.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  860. def exitClass_type(ctx: Class_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_type.

    Exit a parse tree produced by SystemVerilogParser#class_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  861. def exitClass_variable_identifier(ctx: Class_variable_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_variable_identifier.

    Exit a parse tree produced by SystemVerilogParser#class_variable_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  862. def exitClocking_decl_assign(ctx: Clocking_decl_assignContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clocking_decl_assign.

    Exit a parse tree produced by SystemVerilogParser#clocking_decl_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  863. def exitClocking_declaration(ctx: Clocking_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clocking_declaration.

    Exit a parse tree produced by SystemVerilogParser#clocking_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  864. def exitClocking_direction(ctx: Clocking_directionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clocking_direction.

    Exit a parse tree produced by SystemVerilogParser#clocking_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  865. def exitClocking_drive(ctx: Clocking_driveContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clocking_drive.

    Exit a parse tree produced by SystemVerilogParser#clocking_drive.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  866. def exitClocking_event(ctx: Clocking_eventContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clocking_event.

    Exit a parse tree produced by SystemVerilogParser#clocking_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  867. def exitClocking_identifier(ctx: Clocking_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clocking_identifier.

    Exit a parse tree produced by SystemVerilogParser#clocking_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  868. def exitClocking_item(ctx: Clocking_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clocking_item.

    Exit a parse tree produced by SystemVerilogParser#clocking_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  869. def exitClocking_name(ctx: Clocking_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clocking_name.

    Exit a parse tree produced by SystemVerilogParser#clocking_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  870. def exitClocking_skew(ctx: Clocking_skewContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clocking_skew.

    Exit a parse tree produced by SystemVerilogParser#clocking_skew.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  871. def exitClockvar(ctx: ClockvarContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clockvar.

    Exit a parse tree produced by SystemVerilogParser#clockvar.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  872. def exitClockvar_expression(ctx: Clockvar_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clockvar_expression.

    Exit a parse tree produced by SystemVerilogParser#clockvar_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  873. def exitCmos_switch_instance(ctx: Cmos_switch_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cmos_switch_instance.

    Exit a parse tree produced by SystemVerilogParser#cmos_switch_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  874. def exitCmos_switchtype(ctx: Cmos_switchtypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cmos_switchtype.

    Exit a parse tree produced by SystemVerilogParser#cmos_switchtype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  875. def exitCombinational_body(ctx: Combinational_bodyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#combinational_body.

    Exit a parse tree produced by SystemVerilogParser#combinational_body.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  876. def exitCombinational_entry(ctx: Combinational_entryContext): Unit

    Exit a parse tree produced by SystemVerilogParser#combinational_entry.

    Exit a parse tree produced by SystemVerilogParser#combinational_entry.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  877. def exitConcatenation(ctx: ConcatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#concatenation.

    Exit a parse tree produced by SystemVerilogParser#concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  878. def exitConcurrent_assertion_item(ctx: Concurrent_assertion_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#concurrent_assertion_item.

    Exit a parse tree produced by SystemVerilogParser#concurrent_assertion_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  879. def exitConcurrent_assertion_statement(ctx: Concurrent_assertion_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#concurrent_assertion_statement.

    Exit a parse tree produced by SystemVerilogParser#concurrent_assertion_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  880. def exitCond_predicate(ctx: Cond_predicateContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cond_predicate.

    Exit a parse tree produced by SystemVerilogParser#cond_predicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  881. def exitConditional_generate_construct(ctx: Conditional_generate_constructContext): Unit

    Exit a parse tree produced by SystemVerilogParser#conditional_generate_construct.

    Exit a parse tree produced by SystemVerilogParser#conditional_generate_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  882. def exitConditional_statement(ctx: Conditional_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#conditional_statement.

    Exit a parse tree produced by SystemVerilogParser#conditional_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  883. def exitConditional_statement_body(ctx: Conditional_statement_bodyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_body.

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_body.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  884. def exitConditional_statement_chain(ctx: Conditional_statement_chainContext): Unit

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_chain.

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_chain.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  885. def exitConditional_statement_else_chain(ctx: Conditional_statement_else_chainContext): Unit

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_else_chain.

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_else_chain.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  886. def exitConditional_statement_else_tail(ctx: Conditional_statement_else_tailContext): Unit

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_else_tail.

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_else_tail.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  887. def exitConditional_statement_head(ctx: Conditional_statement_headContext): Unit

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_head.

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_head.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  888. def exitConfig_declaration(ctx: Config_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#config_declaration.

    Exit a parse tree produced by SystemVerilogParser#config_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  889. def exitConfig_identifier(ctx: Config_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#config_identifier.

    Exit a parse tree produced by SystemVerilogParser#config_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  890. def exitConfig_name(ctx: Config_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#config_name.

    Exit a parse tree produced by SystemVerilogParser#config_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  891. def exitConfig_rule_statement(ctx: Config_rule_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#config_rule_statement.

    Exit a parse tree produced by SystemVerilogParser#config_rule_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  892. def exitConsecutive_repetition(ctx: Consecutive_repetitionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#consecutive_repetition.

    Exit a parse tree produced by SystemVerilogParser#consecutive_repetition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  893. def exitConst_identifier(ctx: Const_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#const_identifier.

    Exit a parse tree produced by SystemVerilogParser#const_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  894. def exitConst_member_select(ctx: Const_member_selectContext): Unit

    Exit a parse tree produced by SystemVerilogParser#const_member_select.

    Exit a parse tree produced by SystemVerilogParser#const_member_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  895. def exitConst_or_range_expression(ctx: Const_or_range_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#const_or_range_expression.

    Exit a parse tree produced by SystemVerilogParser#const_or_range_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  896. def exitConstant_assignment_pattern_expression(ctx: Constant_assignment_pattern_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_assignment_pattern_expression.

    Exit a parse tree produced by SystemVerilogParser#constant_assignment_pattern_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  897. def exitConstant_bit_select(ctx: Constant_bit_selectContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_bit_select.

    Exit a parse tree produced by SystemVerilogParser#constant_bit_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  898. def exitConstant_concatenation(ctx: Constant_concatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_concatenation.

    Exit a parse tree produced by SystemVerilogParser#constant_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  899. def exitConstant_expression(ctx: Constant_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_expression.

    Exit a parse tree produced by SystemVerilogParser#constant_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  900. def exitConstant_indexed_range(ctx: Constant_indexed_rangeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_indexed_range.

    Exit a parse tree produced by SystemVerilogParser#constant_indexed_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  901. def exitConstant_mintypmax_expression(ctx: Constant_mintypmax_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_mintypmax_expression.

    Exit a parse tree produced by SystemVerilogParser#constant_mintypmax_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  902. def exitConstant_multiple_concatenation(ctx: Constant_multiple_concatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_multiple_concatenation.

    Exit a parse tree produced by SystemVerilogParser#constant_multiple_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  903. def exitConstant_param_expression(ctx: Constant_param_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_param_expression.

    Exit a parse tree produced by SystemVerilogParser#constant_param_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  904. def exitConstant_part_select_range(ctx: Constant_part_select_rangeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_part_select_range.

    Exit a parse tree produced by SystemVerilogParser#constant_part_select_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  905. def exitConstant_primary(ctx: Constant_primaryContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_primary.

    Exit a parse tree produced by SystemVerilogParser#constant_primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  906. def exitConstant_range(ctx: Constant_rangeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_range.

    Exit a parse tree produced by SystemVerilogParser#constant_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  907. def exitConstant_range_expression(ctx: Constant_range_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_range_expression.

    Exit a parse tree produced by SystemVerilogParser#constant_range_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  908. def exitConstant_select(ctx: Constant_selectContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_select.

    Exit a parse tree produced by SystemVerilogParser#constant_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  909. def exitConstraint_block(ctx: Constraint_blockContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constraint_block.

    Exit a parse tree produced by SystemVerilogParser#constraint_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  910. def exitConstraint_block_item(ctx: Constraint_block_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constraint_block_item.

    Exit a parse tree produced by SystemVerilogParser#constraint_block_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  911. def exitConstraint_declaration(ctx: Constraint_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constraint_declaration.

    Exit a parse tree produced by SystemVerilogParser#constraint_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  912. def exitConstraint_expression(ctx: Constraint_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constraint_expression.

    Exit a parse tree produced by SystemVerilogParser#constraint_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  913. def exitConstraint_identifier(ctx: Constraint_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constraint_identifier.

    Exit a parse tree produced by SystemVerilogParser#constraint_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  914. def exitConstraint_primary(ctx: Constraint_primaryContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constraint_primary.

    Exit a parse tree produced by SystemVerilogParser#constraint_primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  915. def exitConstraint_prototype(ctx: Constraint_prototypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constraint_prototype.

    Exit a parse tree produced by SystemVerilogParser#constraint_prototype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  916. def exitConstraint_prototype_qualifier(ctx: Constraint_prototype_qualifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constraint_prototype_qualifier.

    Exit a parse tree produced by SystemVerilogParser#constraint_prototype_qualifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  917. def exitConstraint_set(ctx: Constraint_setContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constraint_set.

    Exit a parse tree produced by SystemVerilogParser#constraint_set.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  918. def exitContinuous_assign(ctx: Continuous_assignContext): Unit

    Exit a parse tree produced by SystemVerilogParser#continuous_assign.

    Exit a parse tree produced by SystemVerilogParser#continuous_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  919. def exitControlled_reference_event(ctx: Controlled_reference_eventContext): Unit

    Exit a parse tree produced by SystemVerilogParser#controlled_reference_event.

    Exit a parse tree produced by SystemVerilogParser#controlled_reference_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  920. def exitControlled_timing_check_event(ctx: Controlled_timing_check_eventContext): Unit

    Exit a parse tree produced by SystemVerilogParser#controlled_timing_check_event.

    Exit a parse tree produced by SystemVerilogParser#controlled_timing_check_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  921. def exitCover_cross(ctx: Cover_crossContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cover_cross.

    Exit a parse tree produced by SystemVerilogParser#cover_cross.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  922. def exitCover_point(ctx: Cover_pointContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cover_point.

    Exit a parse tree produced by SystemVerilogParser#cover_point.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  923. def exitCover_point_identifier(ctx: Cover_point_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cover_point_identifier.

    Exit a parse tree produced by SystemVerilogParser#cover_point_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  924. def exitCover_point_label(ctx: Cover_point_labelContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cover_point_label.

    Exit a parse tree produced by SystemVerilogParser#cover_point_label.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  925. def exitCover_property_statement(ctx: Cover_property_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cover_property_statement.

    Exit a parse tree produced by SystemVerilogParser#cover_property_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  926. def exitCover_sequence_statement(ctx: Cover_sequence_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cover_sequence_statement.

    Exit a parse tree produced by SystemVerilogParser#cover_sequence_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  927. def exitCoverage_event(ctx: Coverage_eventContext): Unit

    Exit a parse tree produced by SystemVerilogParser#coverage_event.

    Exit a parse tree produced by SystemVerilogParser#coverage_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  928. def exitCoverage_option(ctx: Coverage_optionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#coverage_option.

    Exit a parse tree produced by SystemVerilogParser#coverage_option.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  929. def exitCoverage_spec(ctx: Coverage_specContext): Unit

    Exit a parse tree produced by SystemVerilogParser#coverage_spec.

    Exit a parse tree produced by SystemVerilogParser#coverage_spec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  930. def exitCoverage_spec_or_option(ctx: Coverage_spec_or_optionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#coverage_spec_or_option.

    Exit a parse tree produced by SystemVerilogParser#coverage_spec_or_option.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  931. def exitCovergroup_declaration(ctx: Covergroup_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#covergroup_declaration.

    Exit a parse tree produced by SystemVerilogParser#covergroup_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  932. def exitCovergroup_expression(ctx: Covergroup_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#covergroup_expression.

    Exit a parse tree produced by SystemVerilogParser#covergroup_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  933. def exitCovergroup_identifier(ctx: Covergroup_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#covergroup_identifier.

    Exit a parse tree produced by SystemVerilogParser#covergroup_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  934. def exitCovergroup_name(ctx: Covergroup_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#covergroup_name.

    Exit a parse tree produced by SystemVerilogParser#covergroup_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  935. def exitCovergroup_range_list(ctx: Covergroup_range_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#covergroup_range_list.

    Exit a parse tree produced by SystemVerilogParser#covergroup_range_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  936. def exitCovergroup_value_range(ctx: Covergroup_value_rangeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#covergroup_value_range.

    Exit a parse tree produced by SystemVerilogParser#covergroup_value_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  937. def exitCross_body(ctx: Cross_bodyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cross_body.

    Exit a parse tree produced by SystemVerilogParser#cross_body.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  938. def exitCross_body_item(ctx: Cross_body_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cross_body_item.

    Exit a parse tree produced by SystemVerilogParser#cross_body_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  939. def exitCross_identifier(ctx: Cross_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cross_identifier.

    Exit a parse tree produced by SystemVerilogParser#cross_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  940. def exitCross_item(ctx: Cross_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cross_item.

    Exit a parse tree produced by SystemVerilogParser#cross_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  941. def exitCross_label(ctx: Cross_labelContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cross_label.

    Exit a parse tree produced by SystemVerilogParser#cross_label.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  942. def exitCross_set_expression(ctx: Cross_set_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cross_set_expression.

    Exit a parse tree produced by SystemVerilogParser#cross_set_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  943. def exitCurrent_state(ctx: Current_stateContext): Unit

    Exit a parse tree produced by SystemVerilogParser#current_state.

    Exit a parse tree produced by SystemVerilogParser#current_state.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  944. def exitCycle_delay(ctx: Cycle_delayContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cycle_delay.

    Exit a parse tree produced by SystemVerilogParser#cycle_delay.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  945. def exitCycle_delay_const_range_expression(ctx: Cycle_delay_const_range_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cycle_delay_const_range_expression.

    Exit a parse tree produced by SystemVerilogParser#cycle_delay_const_range_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  946. def exitCycle_delay_range(ctx: Cycle_delay_rangeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#cycle_delay_range.

    Exit a parse tree produced by SystemVerilogParser#cycle_delay_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  947. def exitData_declaration(ctx: Data_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#data_declaration.

    Exit a parse tree produced by SystemVerilogParser#data_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  948. def exitData_event(ctx: Data_eventContext): Unit

    Exit a parse tree produced by SystemVerilogParser#data_event.

    Exit a parse tree produced by SystemVerilogParser#data_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  949. def exitData_source_expression(ctx: Data_source_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#data_source_expression.

    Exit a parse tree produced by SystemVerilogParser#data_source_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  950. def exitData_type(ctx: Data_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#data_type.

    Exit a parse tree produced by SystemVerilogParser#data_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  951. def exitData_type_or_implicit(ctx: Data_type_or_implicitContext): Unit

    Exit a parse tree produced by SystemVerilogParser#data_type_or_implicit.

    Exit a parse tree produced by SystemVerilogParser#data_type_or_implicit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  952. def exitData_type_or_void(ctx: Data_type_or_voidContext): Unit

    Exit a parse tree produced by SystemVerilogParser#data_type_or_void.

    Exit a parse tree produced by SystemVerilogParser#data_type_or_void.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  953. def exitDecimal_base(ctx: Decimal_baseContext): Unit

    Exit a parse tree produced by SystemVerilogParser#decimal_base.

    Exit a parse tree produced by SystemVerilogParser#decimal_base.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  954. def exitDecimal_number(ctx: Decimal_numberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#decimal_number.

    Exit a parse tree produced by SystemVerilogParser#decimal_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  955. def exitDecimal_value(ctx: Decimal_valueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#decimal_value.

    Exit a parse tree produced by SystemVerilogParser#decimal_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  956. def exitDefault_clause(ctx: Default_clauseContext): Unit

    Exit a parse tree produced by SystemVerilogParser#default_clause.

    Exit a parse tree produced by SystemVerilogParser#default_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  957. def exitDefault_skew(ctx: Default_skewContext): Unit

    Exit a parse tree produced by SystemVerilogParser#default_skew.

    Exit a parse tree produced by SystemVerilogParser#default_skew.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  958. def exitDeferred_immediate_assert_statement(ctx: Deferred_immediate_assert_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assert_statement.

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assert_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  959. def exitDeferred_immediate_assertion_item(ctx: Deferred_immediate_assertion_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_item.

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  960. def exitDeferred_immediate_assertion_statement(ctx: Deferred_immediate_assertion_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_statement.

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  961. def exitDeferred_immediate_assume_statement(ctx: Deferred_immediate_assume_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assume_statement.

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assume_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  962. def exitDeferred_immediate_cover_statement(ctx: Deferred_immediate_cover_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_cover_statement.

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_cover_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  963. def exitDefparam_assignment(ctx: Defparam_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#defparam_assignment.

    Exit a parse tree produced by SystemVerilogParser#defparam_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  964. def exitDelay2(ctx: Delay2Context): Unit

    Exit a parse tree produced by SystemVerilogParser#delay2.

    Exit a parse tree produced by SystemVerilogParser#delay2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  965. def exitDelay3(ctx: Delay3Context): Unit

    Exit a parse tree produced by SystemVerilogParser#delay3.

    Exit a parse tree produced by SystemVerilogParser#delay3.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  966. def exitDelay_control(ctx: Delay_controlContext): Unit

    Exit a parse tree produced by SystemVerilogParser#delay_control.

    Exit a parse tree produced by SystemVerilogParser#delay_control.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  967. def exitDelay_or_event_control(ctx: Delay_or_event_controlContext): Unit

    Exit a parse tree produced by SystemVerilogParser#delay_or_event_control.

    Exit a parse tree produced by SystemVerilogParser#delay_or_event_control.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  968. def exitDelay_value(ctx: Delay_valueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#delay_value.

    Exit a parse tree produced by SystemVerilogParser#delay_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  969. def exitDelayed_data(ctx: Delayed_dataContext): Unit

    Exit a parse tree produced by SystemVerilogParser#delayed_data.

    Exit a parse tree produced by SystemVerilogParser#delayed_data.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  970. def exitDelayed_data_opt(ctx: Delayed_data_optContext): Unit

    Exit a parse tree produced by SystemVerilogParser#delayed_data_opt.

    Exit a parse tree produced by SystemVerilogParser#delayed_data_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  971. def exitDelayed_ref_opt(ctx: Delayed_ref_optContext): Unit

    Exit a parse tree produced by SystemVerilogParser#delayed_ref_opt.

    Exit a parse tree produced by SystemVerilogParser#delayed_ref_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  972. def exitDelayed_reference(ctx: Delayed_referenceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#delayed_reference.

    Exit a parse tree produced by SystemVerilogParser#delayed_reference.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  973. def exitDescription(ctx: DescriptionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#description.

    Exit a parse tree produced by SystemVerilogParser#description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  974. def exitDesign_statement(ctx: Design_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#design_statement.

    Exit a parse tree produced by SystemVerilogParser#design_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  975. def exitDesign_statement_item(ctx: Design_statement_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#design_statement_item.

    Exit a parse tree produced by SystemVerilogParser#design_statement_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  976. def exitDisable_statement(ctx: Disable_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#disable_statement.

    Exit a parse tree produced by SystemVerilogParser#disable_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  977. def exitDist_item(ctx: Dist_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dist_item.

    Exit a parse tree produced by SystemVerilogParser#dist_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  978. def exitDist_list(ctx: Dist_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dist_list.

    Exit a parse tree produced by SystemVerilogParser#dist_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  979. def exitDist_weight(ctx: Dist_weightContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dist_weight.

    Exit a parse tree produced by SystemVerilogParser#dist_weight.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  980. def exitDpi_function_import_property(ctx: Dpi_function_import_propertyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dpi_function_import_property.

    Exit a parse tree produced by SystemVerilogParser#dpi_function_import_property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  981. def exitDpi_function_proto(ctx: Dpi_function_protoContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dpi_function_proto.

    Exit a parse tree produced by SystemVerilogParser#dpi_function_proto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  982. def exitDpi_import_export(ctx: Dpi_import_exportContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dpi_import_export.

    Exit a parse tree produced by SystemVerilogParser#dpi_import_export.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  983. def exitDpi_spec_string(ctx: Dpi_spec_stringContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dpi_spec_string.

    Exit a parse tree produced by SystemVerilogParser#dpi_spec_string.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  984. def exitDpi_task_import_property(ctx: Dpi_task_import_propertyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dpi_task_import_property.

    Exit a parse tree produced by SystemVerilogParser#dpi_task_import_property.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  985. def exitDpi_task_proto(ctx: Dpi_task_protoContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dpi_task_proto.

    Exit a parse tree produced by SystemVerilogParser#dpi_task_proto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  986. def exitDrive_strength(ctx: Drive_strengthContext): Unit

    Exit a parse tree produced by SystemVerilogParser#drive_strength.

    Exit a parse tree produced by SystemVerilogParser#drive_strength.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  987. def exitDynamic_array_new(ctx: Dynamic_array_newContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dynamic_array_new.

    Exit a parse tree produced by SystemVerilogParser#dynamic_array_new.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  988. def exitDynamic_array_variable_identifier(ctx: Dynamic_array_variable_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dynamic_array_variable_identifier.

    Exit a parse tree produced by SystemVerilogParser#dynamic_array_variable_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  989. def exitEdge_control_specifier(ctx: Edge_control_specifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#edge_control_specifier.

    Exit a parse tree produced by SystemVerilogParser#edge_control_specifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  990. def exitEdge_descriptor(ctx: Edge_descriptorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#edge_descriptor.

    Exit a parse tree produced by SystemVerilogParser#edge_descriptor.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  991. def exitEdge_identifier(ctx: Edge_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#edge_identifier.

    Exit a parse tree produced by SystemVerilogParser#edge_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  992. def exitEdge_indicator(ctx: Edge_indicatorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#edge_indicator.

    Exit a parse tree produced by SystemVerilogParser#edge_indicator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  993. def exitEdge_input_list(ctx: Edge_input_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#edge_input_list.

    Exit a parse tree produced by SystemVerilogParser#edge_input_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  994. def exitEdge_sensitive_path_declaration(ctx: Edge_sensitive_path_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#edge_sensitive_path_declaration.

    Exit a parse tree produced by SystemVerilogParser#edge_sensitive_path_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  995. def exitEdge_symbol(ctx: Edge_symbolContext): Unit

    Exit a parse tree produced by SystemVerilogParser#edge_symbol.

    Exit a parse tree produced by SystemVerilogParser#edge_symbol.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  996. def exitElaboration_system_task(ctx: Elaboration_system_taskContext): Unit

    Exit a parse tree produced by SystemVerilogParser#elaboration_system_task.

    Exit a parse tree produced by SystemVerilogParser#elaboration_system_task.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  997. def exitEmpty_unpacked_array_concatenation(ctx: Empty_unpacked_array_concatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#empty_unpacked_array_concatenation.

    Exit a parse tree produced by SystemVerilogParser#empty_unpacked_array_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  998. def exitEnable_gate_instance(ctx: Enable_gate_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#enable_gate_instance.

    Exit a parse tree produced by SystemVerilogParser#enable_gate_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  999. def exitEnable_gatetype(ctx: Enable_gatetypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#enable_gatetype.

    Exit a parse tree produced by SystemVerilogParser#enable_gatetype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1000. def exitEnable_terminal(ctx: Enable_terminalContext): Unit

    Exit a parse tree produced by SystemVerilogParser#enable_terminal.

    Exit a parse tree produced by SystemVerilogParser#enable_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1001. def exitEnd_edge_offset(ctx: End_edge_offsetContext): Unit

    Exit a parse tree produced by SystemVerilogParser#end_edge_offset.

    Exit a parse tree produced by SystemVerilogParser#end_edge_offset.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1002. def exitEnum_base_type(ctx: Enum_base_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#enum_base_type.

    Exit a parse tree produced by SystemVerilogParser#enum_base_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1003. def exitEnum_identifier(ctx: Enum_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#enum_identifier.

    Exit a parse tree produced by SystemVerilogParser#enum_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1004. def exitEnum_name_declaration(ctx: Enum_name_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#enum_name_declaration.

    Exit a parse tree produced by SystemVerilogParser#enum_name_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1005. def exitEnum_name_suffix_range(ctx: Enum_name_suffix_rangeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#enum_name_suffix_range.

    Exit a parse tree produced by SystemVerilogParser#enum_name_suffix_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1006. def exitError_limit_value(ctx: Error_limit_valueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#error_limit_value.

    Exit a parse tree produced by SystemVerilogParser#error_limit_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1007. def exitEscaped_identifier(ctx: Escaped_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#escaped_identifier.

    Exit a parse tree produced by SystemVerilogParser#escaped_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1008. def exitEvent_based_flag(ctx: Event_based_flagContext): Unit

    Exit a parse tree produced by SystemVerilogParser#event_based_flag.

    Exit a parse tree produced by SystemVerilogParser#event_based_flag.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1009. def exitEvent_based_flag_opt(ctx: Event_based_flag_optContext): Unit

    Exit a parse tree produced by SystemVerilogParser#event_based_flag_opt.

    Exit a parse tree produced by SystemVerilogParser#event_based_flag_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1010. def exitEvent_control(ctx: Event_controlContext): Unit

    Exit a parse tree produced by SystemVerilogParser#event_control.

    Exit a parse tree produced by SystemVerilogParser#event_control.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1011. def exitEvent_expression(ctx: Event_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#event_expression.

    Exit a parse tree produced by SystemVerilogParser#event_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1012. def exitEvent_trigger(ctx: Event_triggerContext): Unit

    Exit a parse tree produced by SystemVerilogParser#event_trigger.

    Exit a parse tree produced by SystemVerilogParser#event_trigger.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1013. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SystemVerilogParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  1014. def exitExpect_property_statement(ctx: Expect_property_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#expect_property_statement.

    Exit a parse tree produced by SystemVerilogParser#expect_property_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1015. def exitExponential_number(ctx: Exponential_numberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#exponential_number.

    Exit a parse tree produced by SystemVerilogParser#exponential_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1016. def exitExpression(ctx: ExpressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#expression.

    Exit a parse tree produced by SystemVerilogParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1017. def exitExpression_or_cond_pattern(ctx: Expression_or_cond_patternContext): Unit

    Exit a parse tree produced by SystemVerilogParser#expression_or_cond_pattern.

    Exit a parse tree produced by SystemVerilogParser#expression_or_cond_pattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1018. def exitExpression_or_dist(ctx: Expression_or_distContext): Unit

    Exit a parse tree produced by SystemVerilogParser#expression_or_dist.

    Exit a parse tree produced by SystemVerilogParser#expression_or_dist.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1019. def exitExtern_constraint_declaration(ctx: Extern_constraint_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#extern_constraint_declaration.

    Exit a parse tree produced by SystemVerilogParser#extern_constraint_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1020. def exitExtern_tf_declaration(ctx: Extern_tf_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#extern_tf_declaration.

    Exit a parse tree produced by SystemVerilogParser#extern_tf_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1021. def exitFatal_arg_list(ctx: Fatal_arg_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#fatal_arg_list.

    Exit a parse tree produced by SystemVerilogParser#fatal_arg_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1022. def exitFile_path_spec(ctx: File_path_specContext): Unit

    Exit a parse tree produced by SystemVerilogParser#file_path_spec.

    Exit a parse tree produced by SystemVerilogParser#file_path_spec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1023. def exitFinal_construct(ctx: Final_constructContext): Unit

    Exit a parse tree produced by SystemVerilogParser#final_construct.

    Exit a parse tree produced by SystemVerilogParser#final_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1024. def exitFinish_number(ctx: Finish_numberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#finish_number.

    Exit a parse tree produced by SystemVerilogParser#finish_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1025. def exitFixed_point_number(ctx: Fixed_point_numberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#fixed_point_number.

    Exit a parse tree produced by SystemVerilogParser#fixed_point_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1026. def exitFor_initialization(ctx: For_initializationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#for_initialization.

    Exit a parse tree produced by SystemVerilogParser#for_initialization.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1027. def exitFor_step(ctx: For_stepContext): Unit

    Exit a parse tree produced by SystemVerilogParser#for_step.

    Exit a parse tree produced by SystemVerilogParser#for_step.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1028. def exitFor_step_assignment(ctx: For_step_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#for_step_assignment.

    Exit a parse tree produced by SystemVerilogParser#for_step_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1029. def exitFor_variable_assign(ctx: For_variable_assignContext): Unit

    Exit a parse tree produced by SystemVerilogParser#for_variable_assign.

    Exit a parse tree produced by SystemVerilogParser#for_variable_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1030. def exitFor_variable_declaration(ctx: For_variable_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#for_variable_declaration.

    Exit a parse tree produced by SystemVerilogParser#for_variable_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1031. def exitFormal_port_identifier(ctx: Formal_port_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#formal_port_identifier.

    Exit a parse tree produced by SystemVerilogParser#formal_port_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1032. def exitFull_edge_sensitive_path_description(ctx: Full_edge_sensitive_path_descriptionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#full_edge_sensitive_path_description.

    Exit a parse tree produced by SystemVerilogParser#full_edge_sensitive_path_description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1033. def exitFull_path_description(ctx: Full_path_descriptionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#full_path_description.

    Exit a parse tree produced by SystemVerilogParser#full_path_description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1034. def exitFullskew_timing_check(ctx: Fullskew_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#fullskew_timing_check.

    Exit a parse tree produced by SystemVerilogParser#fullskew_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1035. def exitFunction_body_declaration(ctx: Function_body_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#function_body_declaration.

    Exit a parse tree produced by SystemVerilogParser#function_body_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1036. def exitFunction_data_type_or_implicit(ctx: Function_data_type_or_implicitContext): Unit

    Exit a parse tree produced by SystemVerilogParser#function_data_type_or_implicit.

    Exit a parse tree produced by SystemVerilogParser#function_data_type_or_implicit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1037. def exitFunction_declaration(ctx: Function_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#function_declaration.

    Exit a parse tree produced by SystemVerilogParser#function_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1038. def exitFunction_identifier(ctx: Function_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#function_identifier.

    Exit a parse tree produced by SystemVerilogParser#function_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1039. def exitFunction_name(ctx: Function_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#function_name.

    Exit a parse tree produced by SystemVerilogParser#function_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1040. def exitFunction_prototype(ctx: Function_prototypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#function_prototype.

    Exit a parse tree produced by SystemVerilogParser#function_prototype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1041. def exitFunction_statement(ctx: Function_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#function_statement.

    Exit a parse tree produced by SystemVerilogParser#function_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1042. def exitFunction_statement_or_null(ctx: Function_statement_or_nullContext): Unit

    Exit a parse tree produced by SystemVerilogParser#function_statement_or_null.

    Exit a parse tree produced by SystemVerilogParser#function_statement_or_null.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1043. def exitGate_instantiation(ctx: Gate_instantiationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#gate_instantiation.

    Exit a parse tree produced by SystemVerilogParser#gate_instantiation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1044. def exitGen_ref(ctx: Gen_refContext): Unit

    Exit a parse tree produced by SystemVerilogParser#gen_ref.

    Exit a parse tree produced by SystemVerilogParser#gen_ref.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1045. def exitGenerate_block(ctx: Generate_blockContext): Unit

    Exit a parse tree produced by SystemVerilogParser#generate_block.

    Exit a parse tree produced by SystemVerilogParser#generate_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1046. def exitGenerate_block_identifier(ctx: Generate_block_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#generate_block_identifier.

    Exit a parse tree produced by SystemVerilogParser#generate_block_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1047. def exitGenerate_block_label(ctx: Generate_block_labelContext): Unit

    Exit a parse tree produced by SystemVerilogParser#generate_block_label.

    Exit a parse tree produced by SystemVerilogParser#generate_block_label.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1048. def exitGenerate_block_name(ctx: Generate_block_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#generate_block_name.

    Exit a parse tree produced by SystemVerilogParser#generate_block_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1049. def exitGenerate_item(ctx: Generate_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#generate_item.

    Exit a parse tree produced by SystemVerilogParser#generate_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1050. def exitGenerate_region(ctx: Generate_regionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#generate_region.

    Exit a parse tree produced by SystemVerilogParser#generate_region.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1051. def exitGenvar_declaration(ctx: Genvar_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#genvar_declaration.

    Exit a parse tree produced by SystemVerilogParser#genvar_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1052. def exitGenvar_expression(ctx: Genvar_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#genvar_expression.

    Exit a parse tree produced by SystemVerilogParser#genvar_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1053. def exitGenvar_identifier(ctx: Genvar_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#genvar_identifier.

    Exit a parse tree produced by SystemVerilogParser#genvar_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1054. def exitGenvar_initialization(ctx: Genvar_initializationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#genvar_initialization.

    Exit a parse tree produced by SystemVerilogParser#genvar_initialization.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1055. def exitGenvar_iteration(ctx: Genvar_iterationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#genvar_iteration.

    Exit a parse tree produced by SystemVerilogParser#genvar_iteration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1056. def exitGoto_repetition(ctx: Goto_repetitionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#goto_repetition.

    Exit a parse tree produced by SystemVerilogParser#goto_repetition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1057. def exitHex_base(ctx: Hex_baseContext): Unit

    Exit a parse tree produced by SystemVerilogParser#hex_base.

    Exit a parse tree produced by SystemVerilogParser#hex_base.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1058. def exitHex_number(ctx: Hex_numberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#hex_number.

    Exit a parse tree produced by SystemVerilogParser#hex_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1059. def exitHex_value(ctx: Hex_valueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#hex_value.

    Exit a parse tree produced by SystemVerilogParser#hex_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1060. def exitHier_ref(ctx: Hier_refContext): Unit

    Exit a parse tree produced by SystemVerilogParser#hier_ref.

    Exit a parse tree produced by SystemVerilogParser#hier_ref.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1061. def exitHierarchical_btf_identifier(ctx: Hierarchical_btf_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#hierarchical_btf_identifier.

    Exit a parse tree produced by SystemVerilogParser#hierarchical_btf_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1062. def exitHierarchical_identifier(ctx: Hierarchical_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#hierarchical_identifier.

    Exit a parse tree produced by SystemVerilogParser#hierarchical_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1063. def exitHierarchical_instance(ctx: Hierarchical_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#hierarchical_instance.

    Exit a parse tree produced by SystemVerilogParser#hierarchical_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1064. def exitHold_timing_check(ctx: Hold_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#hold_timing_check.

    Exit a parse tree produced by SystemVerilogParser#hold_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1065. def exitId_list(ctx: Id_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#id_list.

    Exit a parse tree produced by SystemVerilogParser#id_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1066. def exitIdentifier(ctx: IdentifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#identifier.

    Exit a parse tree produced by SystemVerilogParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1067. def exitIdentifier_list(ctx: Identifier_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#identifier_list.

    Exit a parse tree produced by SystemVerilogParser#identifier_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1068. def exitIf_generate_construct(ctx: If_generate_constructContext): Unit

    Exit a parse tree produced by SystemVerilogParser#if_generate_construct.

    Exit a parse tree produced by SystemVerilogParser#if_generate_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1069. def exitImmediate_assertion_statement(ctx: Immediate_assertion_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#immediate_assertion_statement.

    Exit a parse tree produced by SystemVerilogParser#immediate_assertion_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1070. def exitImplicit_class_handle(ctx: Implicit_class_handleContext): Unit

    Exit a parse tree produced by SystemVerilogParser#implicit_class_handle.

    Exit a parse tree produced by SystemVerilogParser#implicit_class_handle.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1071. def exitImplicit_data_type(ctx: Implicit_data_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#implicit_data_type.

    Exit a parse tree produced by SystemVerilogParser#implicit_data_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1072. def exitImport_export(ctx: Import_exportContext): Unit

    Exit a parse tree produced by SystemVerilogParser#import_export.

    Exit a parse tree produced by SystemVerilogParser#import_export.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1073. def exitInc_or_dec_expression(ctx: Inc_or_dec_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#inc_or_dec_expression.

    Exit a parse tree produced by SystemVerilogParser#inc_or_dec_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1074. def exitInc_or_dec_operator(ctx: Inc_or_dec_operatorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#inc_or_dec_operator.

    Exit a parse tree produced by SystemVerilogParser#inc_or_dec_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1075. def exitInclude_statement(ctx: Include_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#include_statement.

    Exit a parse tree produced by SystemVerilogParser#include_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1076. def exitIncomplete_condition_statement(ctx: Incomplete_condition_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#incomplete_condition_statement.

    Exit a parse tree produced by SystemVerilogParser#incomplete_condition_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1077. def exitIncomplete_statement(ctx: Incomplete_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#incomplete_statement.

    Exit a parse tree produced by SystemVerilogParser#incomplete_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1078. def exitIndex_variable_identifier(ctx: Index_variable_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#index_variable_identifier.

    Exit a parse tree produced by SystemVerilogParser#index_variable_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1079. def exitIndexed_range(ctx: Indexed_rangeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#indexed_range.

    Exit a parse tree produced by SystemVerilogParser#indexed_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1080. def exitInit_val(ctx: Init_valContext): Unit

    Exit a parse tree produced by SystemVerilogParser#init_val.

    Exit a parse tree produced by SystemVerilogParser#init_val.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1081. def exitInitial_construct(ctx: Initial_constructContext): Unit

    Exit a parse tree produced by SystemVerilogParser#initial_construct.

    Exit a parse tree produced by SystemVerilogParser#initial_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1082. def exitInout_declaration(ctx: Inout_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#inout_declaration.

    Exit a parse tree produced by SystemVerilogParser#inout_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1083. def exitInout_terminal(ctx: Inout_terminalContext): Unit

    Exit a parse tree produced by SystemVerilogParser#inout_terminal.

    Exit a parse tree produced by SystemVerilogParser#inout_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1084. def exitInput_declaration(ctx: Input_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#input_declaration.

    Exit a parse tree produced by SystemVerilogParser#input_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1085. def exitInput_identifier(ctx: Input_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#input_identifier.

    Exit a parse tree produced by SystemVerilogParser#input_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1086. def exitInput_port_identifier(ctx: Input_port_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#input_port_identifier.

    Exit a parse tree produced by SystemVerilogParser#input_port_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1087. def exitInput_terminal(ctx: Input_terminalContext): Unit

    Exit a parse tree produced by SystemVerilogParser#input_terminal.

    Exit a parse tree produced by SystemVerilogParser#input_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1088. def exitInst_clause(ctx: Inst_clauseContext): Unit

    Exit a parse tree produced by SystemVerilogParser#inst_clause.

    Exit a parse tree produced by SystemVerilogParser#inst_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1089. def exitInst_name(ctx: Inst_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#inst_name.

    Exit a parse tree produced by SystemVerilogParser#inst_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1090. def exitInstance_identifier(ctx: Instance_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#instance_identifier.

    Exit a parse tree produced by SystemVerilogParser#instance_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1091. def exitInteger_atom_type(ctx: Integer_atom_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#integer_atom_type.

    Exit a parse tree produced by SystemVerilogParser#integer_atom_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1092. def exitInteger_covergroup_expression(ctx: Integer_covergroup_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#integer_covergroup_expression.

    Exit a parse tree produced by SystemVerilogParser#integer_covergroup_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1093. def exitInteger_type(ctx: Integer_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#integer_type.

    Exit a parse tree produced by SystemVerilogParser#integer_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1094. def exitInteger_vector_type(ctx: Integer_vector_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#integer_vector_type.

    Exit a parse tree produced by SystemVerilogParser#integer_vector_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1095. def exitIntegral_number(ctx: Integral_numberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#integral_number.

    Exit a parse tree produced by SystemVerilogParser#integral_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1096. def exitInterface_class_declaration(ctx: Interface_class_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_class_declaration.

    Exit a parse tree produced by SystemVerilogParser#interface_class_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1097. def exitInterface_class_extension(ctx: Interface_class_extensionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_class_extension.

    Exit a parse tree produced by SystemVerilogParser#interface_class_extension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1098. def exitInterface_class_item(ctx: Interface_class_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_class_item.

    Exit a parse tree produced by SystemVerilogParser#interface_class_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1099. def exitInterface_class_method(ctx: Interface_class_methodContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_class_method.

    Exit a parse tree produced by SystemVerilogParser#interface_class_method.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1100. def exitInterface_class_type(ctx: Interface_class_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_class_type.

    Exit a parse tree produced by SystemVerilogParser#interface_class_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1101. def exitInterface_declaration(ctx: Interface_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_declaration.

    Exit a parse tree produced by SystemVerilogParser#interface_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1102. def exitInterface_header(ctx: Interface_headerContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_header.

    Exit a parse tree produced by SystemVerilogParser#interface_header.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1103. def exitInterface_id(ctx: Interface_idContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_id.

    Exit a parse tree produced by SystemVerilogParser#interface_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1104. def exitInterface_identifier(ctx: Interface_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_identifier.

    Exit a parse tree produced by SystemVerilogParser#interface_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1105. def exitInterface_instance_identifier(ctx: Interface_instance_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_instance_identifier.

    Exit a parse tree produced by SystemVerilogParser#interface_instance_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1106. def exitInterface_item(ctx: Interface_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_item.

    Exit a parse tree produced by SystemVerilogParser#interface_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1107. def exitInterface_name(ctx: Interface_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_name.

    Exit a parse tree produced by SystemVerilogParser#interface_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1108. def exitInterface_port_declaration(ctx: Interface_port_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_port_declaration.

    Exit a parse tree produced by SystemVerilogParser#interface_port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1109. def exitJoin_keyword(ctx: Join_keywordContext): Unit

    Exit a parse tree produced by SystemVerilogParser#join_keyword.

    Exit a parse tree produced by SystemVerilogParser#join_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1110. def exitJump_statement(ctx: Jump_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#jump_statement.

    Exit a parse tree produced by SystemVerilogParser#jump_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1111. def exitLet_declaration(ctx: Let_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#let_declaration.

    Exit a parse tree produced by SystemVerilogParser#let_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1112. def exitLet_formal_type(ctx: Let_formal_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#let_formal_type.

    Exit a parse tree produced by SystemVerilogParser#let_formal_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1113. def exitLet_identifier(ctx: Let_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#let_identifier.

    Exit a parse tree produced by SystemVerilogParser#let_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1114. def exitLet_port_item(ctx: Let_port_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#let_port_item.

    Exit a parse tree produced by SystemVerilogParser#let_port_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1115. def exitLet_port_list(ctx: Let_port_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#let_port_list.

    Exit a parse tree produced by SystemVerilogParser#let_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1116. def exitLet_ports(ctx: Let_portsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#let_ports.

    Exit a parse tree produced by SystemVerilogParser#let_ports.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1117. def exitLevel_input_list(ctx: Level_input_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#level_input_list.

    Exit a parse tree produced by SystemVerilogParser#level_input_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1118. def exitLevel_symbol(ctx: Level_symbolContext): Unit

    Exit a parse tree produced by SystemVerilogParser#level_symbol.

    Exit a parse tree produced by SystemVerilogParser#level_symbol.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1119. def exitLiblist_clause(ctx: Liblist_clauseContext): Unit

    Exit a parse tree produced by SystemVerilogParser#liblist_clause.

    Exit a parse tree produced by SystemVerilogParser#liblist_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1120. def exitLibrary_declaration(ctx: Library_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#library_declaration.

    Exit a parse tree produced by SystemVerilogParser#library_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1121. def exitLibrary_description(ctx: Library_descriptionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#library_description.

    Exit a parse tree produced by SystemVerilogParser#library_description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1122. def exitLibrary_identifier(ctx: Library_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#library_identifier.

    Exit a parse tree produced by SystemVerilogParser#library_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1123. def exitLibrary_incdir(ctx: Library_incdirContext): Unit

    Exit a parse tree produced by SystemVerilogParser#library_incdir.

    Exit a parse tree produced by SystemVerilogParser#library_incdir.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1124. def exitLibrary_text(ctx: Library_textContext): Unit

    Exit a parse tree produced by SystemVerilogParser#library_text.

    Exit a parse tree produced by SystemVerilogParser#library_text.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1125. def exitLifetime(ctx: LifetimeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#lifetime.

    Exit a parse tree produced by SystemVerilogParser#lifetime.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1126. def exitLimit_value(ctx: Limit_valueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#limit_value.

    Exit a parse tree produced by SystemVerilogParser#limit_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1127. def exitList_of_arguments(ctx: List_of_argumentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_arguments.

    Exit a parse tree produced by SystemVerilogParser#list_of_arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1128. def exitList_of_checker_port_connections(ctx: List_of_checker_port_connectionsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_checker_port_connections.

    Exit a parse tree produced by SystemVerilogParser#list_of_checker_port_connections.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1129. def exitList_of_clocking_decl_assign(ctx: List_of_clocking_decl_assignContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_clocking_decl_assign.

    Exit a parse tree produced by SystemVerilogParser#list_of_clocking_decl_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1130. def exitList_of_cross_items(ctx: List_of_cross_itemsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_cross_items.

    Exit a parse tree produced by SystemVerilogParser#list_of_cross_items.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1131. def exitList_of_defparam_assignments(ctx: List_of_defparam_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_defparam_assignments.

    Exit a parse tree produced by SystemVerilogParser#list_of_defparam_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1132. def exitList_of_genvar_identifiers(ctx: List_of_genvar_identifiersContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_genvar_identifiers.

    Exit a parse tree produced by SystemVerilogParser#list_of_genvar_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1133. def exitList_of_interface_identifiers(ctx: List_of_interface_identifiersContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_interface_identifiers.

    Exit a parse tree produced by SystemVerilogParser#list_of_interface_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1134. def exitList_of_net_assignments(ctx: List_of_net_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_net_assignments.

    Exit a parse tree produced by SystemVerilogParser#list_of_net_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1135. def exitList_of_net_decl_assignments(ctx: List_of_net_decl_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_net_decl_assignments.

    Exit a parse tree produced by SystemVerilogParser#list_of_net_decl_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1136. def exitList_of_param_assignments(ctx: List_of_param_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_param_assignments.

    Exit a parse tree produced by SystemVerilogParser#list_of_param_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1137. def exitList_of_parameter_assignments(ctx: List_of_parameter_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_parameter_assignments.

    Exit a parse tree produced by SystemVerilogParser#list_of_parameter_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1138. def exitList_of_path_delay_expressions(ctx: List_of_path_delay_expressionsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_path_delay_expressions.

    Exit a parse tree produced by SystemVerilogParser#list_of_path_delay_expressions.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1139. def exitList_of_path_inputs(ctx: List_of_path_inputsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_path_inputs.

    Exit a parse tree produced by SystemVerilogParser#list_of_path_inputs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1140. def exitList_of_path_outputs(ctx: List_of_path_outputsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_path_outputs.

    Exit a parse tree produced by SystemVerilogParser#list_of_path_outputs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1141. def exitList_of_port_connections(ctx: List_of_port_connectionsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_port_connections.

    Exit a parse tree produced by SystemVerilogParser#list_of_port_connections.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1142. def exitList_of_port_declarations(ctx: List_of_port_declarationsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_port_declarations.

    Exit a parse tree produced by SystemVerilogParser#list_of_port_declarations.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1143. def exitList_of_port_identifiers(ctx: List_of_port_identifiersContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_port_identifiers.

    Exit a parse tree produced by SystemVerilogParser#list_of_port_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1144. def exitList_of_specparam_assignments(ctx: List_of_specparam_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_specparam_assignments.

    Exit a parse tree produced by SystemVerilogParser#list_of_specparam_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1145. def exitList_of_tf_variable_identifiers(ctx: List_of_tf_variable_identifiersContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_tf_variable_identifiers.

    Exit a parse tree produced by SystemVerilogParser#list_of_tf_variable_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1146. def exitList_of_type_assignments(ctx: List_of_type_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_type_assignments.

    Exit a parse tree produced by SystemVerilogParser#list_of_type_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1147. def exitList_of_udp_port_identifiers(ctx: List_of_udp_port_identifiersContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_udp_port_identifiers.

    Exit a parse tree produced by SystemVerilogParser#list_of_udp_port_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1148. def exitList_of_variable_assignments(ctx: List_of_variable_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_variable_assignments.

    Exit a parse tree produced by SystemVerilogParser#list_of_variable_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1149. def exitList_of_variable_decl_assignments(ctx: List_of_variable_decl_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_variable_decl_assignments.

    Exit a parse tree produced by SystemVerilogParser#list_of_variable_decl_assignments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1150. def exitList_of_variable_identifiers(ctx: List_of_variable_identifiersContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_variable_identifiers.

    Exit a parse tree produced by SystemVerilogParser#list_of_variable_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1151. def exitList_of_variable_port_identifiers(ctx: List_of_variable_port_identifiersContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_variable_port_identifiers.

    Exit a parse tree produced by SystemVerilogParser#list_of_variable_port_identifiers.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1152. def exitLocal_parameter_declaration(ctx: Local_parameter_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#local_parameter_declaration.

    Exit a parse tree produced by SystemVerilogParser#local_parameter_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1153. def exitLoop_generate_construct(ctx: Loop_generate_constructContext): Unit

    Exit a parse tree produced by SystemVerilogParser#loop_generate_construct.

    Exit a parse tree produced by SystemVerilogParser#loop_generate_construct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1154. def exitLoop_statement(ctx: Loop_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#loop_statement.

    Exit a parse tree produced by SystemVerilogParser#loop_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1155. def exitLoop_var(ctx: Loop_varContext): Unit

    Exit a parse tree produced by SystemVerilogParser#loop_var.

    Exit a parse tree produced by SystemVerilogParser#loop_var.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1156. def exitLoop_variables(ctx: Loop_variablesContext): Unit

    Exit a parse tree produced by SystemVerilogParser#loop_variables.

    Exit a parse tree produced by SystemVerilogParser#loop_variables.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1157. def exitMember_identifier(ctx: Member_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#member_identifier.

    Exit a parse tree produced by SystemVerilogParser#member_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1158. def exitMember_pattern_pair(ctx: Member_pattern_pairContext): Unit

    Exit a parse tree produced by SystemVerilogParser#member_pattern_pair.

    Exit a parse tree produced by SystemVerilogParser#member_pattern_pair.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1159. def exitMember_select(ctx: Member_selectContext): Unit

    Exit a parse tree produced by SystemVerilogParser#member_select.

    Exit a parse tree produced by SystemVerilogParser#member_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1160. def exitMethod_call_root(ctx: Method_call_rootContext): Unit

    Exit a parse tree produced by SystemVerilogParser#method_call_root.

    Exit a parse tree produced by SystemVerilogParser#method_call_root.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1161. def exitMethod_identifier(ctx: Method_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#method_identifier.

    Exit a parse tree produced by SystemVerilogParser#method_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1162. def exitMethod_prototype(ctx: Method_prototypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#method_prototype.

    Exit a parse tree produced by SystemVerilogParser#method_prototype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1163. def exitMethod_qualifier(ctx: Method_qualifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#method_qualifier.

    Exit a parse tree produced by SystemVerilogParser#method_qualifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1164. def exitMintypmax_expression(ctx: Mintypmax_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#mintypmax_expression.

    Exit a parse tree produced by SystemVerilogParser#mintypmax_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1165. def exitModport_clocking_declaration(ctx: Modport_clocking_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_clocking_declaration.

    Exit a parse tree produced by SystemVerilogParser#modport_clocking_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1166. def exitModport_declaration(ctx: Modport_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_declaration.

    Exit a parse tree produced by SystemVerilogParser#modport_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1167. def exitModport_identifier(ctx: Modport_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_identifier.

    Exit a parse tree produced by SystemVerilogParser#modport_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1168. def exitModport_item(ctx: Modport_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_item.

    Exit a parse tree produced by SystemVerilogParser#modport_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1169. def exitModport_ports_declaration(ctx: Modport_ports_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_ports_declaration.

    Exit a parse tree produced by SystemVerilogParser#modport_ports_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1170. def exitModport_simple_port(ctx: Modport_simple_portContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_simple_port.

    Exit a parse tree produced by SystemVerilogParser#modport_simple_port.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1171. def exitModport_simple_ports_declaration(ctx: Modport_simple_ports_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_simple_ports_declaration.

    Exit a parse tree produced by SystemVerilogParser#modport_simple_ports_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1172. def exitModport_tf_port(ctx: Modport_tf_portContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_tf_port.

    Exit a parse tree produced by SystemVerilogParser#modport_tf_port.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1173. def exitModport_tf_ports_declaration(ctx: Modport_tf_ports_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_tf_ports_declaration.

    Exit a parse tree produced by SystemVerilogParser#modport_tf_ports_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1174. def exitModule_common_item(ctx: Module_common_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_common_item.

    Exit a parse tree produced by SystemVerilogParser#module_common_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1175. def exitModule_declaration(ctx: Module_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_declaration.

    Exit a parse tree produced by SystemVerilogParser#module_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1176. def exitModule_header(ctx: Module_headerContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_header.

    Exit a parse tree produced by SystemVerilogParser#module_header.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1177. def exitModule_identifier(ctx: Module_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_identifier.

    Exit a parse tree produced by SystemVerilogParser#module_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1178. def exitModule_item(ctx: Module_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_item.

    Exit a parse tree produced by SystemVerilogParser#module_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1179. def exitModule_item_declaration(ctx: Module_item_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_item_declaration.

    Exit a parse tree produced by SystemVerilogParser#module_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1180. def exitModule_keyword(ctx: Module_keywordContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_keyword.

    Exit a parse tree produced by SystemVerilogParser#module_keyword.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1181. def exitModule_name(ctx: Module_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_name.

    Exit a parse tree produced by SystemVerilogParser#module_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1182. def exitModule_path_concatenation(ctx: Module_path_concatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_path_concatenation.

    Exit a parse tree produced by SystemVerilogParser#module_path_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1183. def exitModule_path_expression(ctx: Module_path_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_path_expression.

    Exit a parse tree produced by SystemVerilogParser#module_path_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1184. def exitModule_path_mintypmax_expression(ctx: Module_path_mintypmax_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_path_mintypmax_expression.

    Exit a parse tree produced by SystemVerilogParser#module_path_mintypmax_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1185. def exitModule_path_multiple_concatenation(ctx: Module_path_multiple_concatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_path_multiple_concatenation.

    Exit a parse tree produced by SystemVerilogParser#module_path_multiple_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1186. def exitModule_path_primary(ctx: Module_path_primaryContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_path_primary.

    Exit a parse tree produced by SystemVerilogParser#module_path_primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1187. def exitModule_program_interface_instantiation(ctx: Module_program_interface_instantiationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_program_interface_instantiation.

    Exit a parse tree produced by SystemVerilogParser#module_program_interface_instantiation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1188. def exitMos_switch_instance(ctx: Mos_switch_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#mos_switch_instance.

    Exit a parse tree produced by SystemVerilogParser#mos_switch_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1189. def exitMos_switchtype(ctx: Mos_switchtypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#mos_switchtype.

    Exit a parse tree produced by SystemVerilogParser#mos_switchtype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1190. def exitMultiple_concatenation(ctx: Multiple_concatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#multiple_concatenation.

    Exit a parse tree produced by SystemVerilogParser#multiple_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1191. def exitN_input_gate_instance(ctx: N_input_gate_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#n_input_gate_instance.

    Exit a parse tree produced by SystemVerilogParser#n_input_gate_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1192. def exitN_input_gatetype(ctx: N_input_gatetypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#n_input_gatetype.

    Exit a parse tree produced by SystemVerilogParser#n_input_gatetype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1193. def exitN_output_gate_instance(ctx: N_output_gate_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#n_output_gate_instance.

    Exit a parse tree produced by SystemVerilogParser#n_output_gate_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1194. def exitN_output_gatetype(ctx: N_output_gatetypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#n_output_gatetype.

    Exit a parse tree produced by SystemVerilogParser#n_output_gatetype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1195. def exitName_of_instance(ctx: Name_of_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#name_of_instance.

    Exit a parse tree produced by SystemVerilogParser#name_of_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1196. def exitNamed_arg(ctx: Named_argContext): Unit

    Exit a parse tree produced by SystemVerilogParser#named_arg.

    Exit a parse tree produced by SystemVerilogParser#named_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1197. def exitNamed_checker_port_connection(ctx: Named_checker_port_connectionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#named_checker_port_connection.

    Exit a parse tree produced by SystemVerilogParser#named_checker_port_connection.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1198. def exitNamed_parameter_assignment(ctx: Named_parameter_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#named_parameter_assignment.

    Exit a parse tree produced by SystemVerilogParser#named_parameter_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1199. def exitNamed_port_connection(ctx: Named_port_connectionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#named_port_connection.

    Exit a parse tree produced by SystemVerilogParser#named_port_connection.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1200. def exitNcontrol_terminal(ctx: Ncontrol_terminalContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ncontrol_terminal.

    Exit a parse tree produced by SystemVerilogParser#ncontrol_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1201. def exitNet_alias(ctx: Net_aliasContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_alias.

    Exit a parse tree produced by SystemVerilogParser#net_alias.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1202. def exitNet_assignment(ctx: Net_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_assignment.

    Exit a parse tree produced by SystemVerilogParser#net_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1203. def exitNet_decl_assignment(ctx: Net_decl_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_decl_assignment.

    Exit a parse tree produced by SystemVerilogParser#net_decl_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1204. def exitNet_declaration(ctx: Net_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_declaration.

    Exit a parse tree produced by SystemVerilogParser#net_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1205. def exitNet_id(ctx: Net_idContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_id.

    Exit a parse tree produced by SystemVerilogParser#net_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1206. def exitNet_identifier(ctx: Net_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_identifier.

    Exit a parse tree produced by SystemVerilogParser#net_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1207. def exitNet_lvalue(ctx: Net_lvalueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_lvalue.

    Exit a parse tree produced by SystemVerilogParser#net_lvalue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1208. def exitNet_port_type(ctx: Net_port_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_port_type.

    Exit a parse tree produced by SystemVerilogParser#net_port_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1209. def exitNet_type(ctx: Net_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_type.

    Exit a parse tree produced by SystemVerilogParser#net_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1210. def exitNet_type_decl_with(ctx: Net_type_decl_withContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_type_decl_with.

    Exit a parse tree produced by SystemVerilogParser#net_type_decl_with.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1211. def exitNet_type_declaration(ctx: Net_type_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_type_declaration.

    Exit a parse tree produced by SystemVerilogParser#net_type_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1212. def exitNet_type_identifier(ctx: Net_type_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#net_type_identifier.

    Exit a parse tree produced by SystemVerilogParser#net_type_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1213. def exitNext_state(ctx: Next_stateContext): Unit

    Exit a parse tree produced by SystemVerilogParser#next_state.

    Exit a parse tree produced by SystemVerilogParser#next_state.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1214. def exitNochange_timing_check(ctx: Nochange_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#nochange_timing_check.

    Exit a parse tree produced by SystemVerilogParser#nochange_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1215. def exitNon_consecutive_repetition(ctx: Non_consecutive_repetitionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#non_consecutive_repetition.

    Exit a parse tree produced by SystemVerilogParser#non_consecutive_repetition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1216. def exitNon_integer_type(ctx: Non_integer_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#non_integer_type.

    Exit a parse tree produced by SystemVerilogParser#non_integer_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1217. def exitNonblocking_assignment(ctx: Nonblocking_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#nonblocking_assignment.

    Exit a parse tree produced by SystemVerilogParser#nonblocking_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1218. def exitNonrange_select(ctx: Nonrange_selectContext): Unit

    Exit a parse tree produced by SystemVerilogParser#nonrange_select.

    Exit a parse tree produced by SystemVerilogParser#nonrange_select.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1219. def exitNonrange_variable_lvalue(ctx: Nonrange_variable_lvalueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#nonrange_variable_lvalue.

    Exit a parse tree produced by SystemVerilogParser#nonrange_variable_lvalue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1220. def exitNotifier(ctx: NotifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#notifier.

    Exit a parse tree produced by SystemVerilogParser#notifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1221. def exitNotifier_opt(ctx: Notifier_optContext): Unit

    Exit a parse tree produced by SystemVerilogParser#notifier_opt.

    Exit a parse tree produced by SystemVerilogParser#notifier_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1222. def exitNumber(ctx: NumberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#number.

    Exit a parse tree produced by SystemVerilogParser#number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1223. def exitOctal_base(ctx: Octal_baseContext): Unit

    Exit a parse tree produced by SystemVerilogParser#octal_base.

    Exit a parse tree produced by SystemVerilogParser#octal_base.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1224. def exitOctal_number(ctx: Octal_numberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#octal_number.

    Exit a parse tree produced by SystemVerilogParser#octal_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1225. def exitOctal_value(ctx: Octal_valueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#octal_value.

    Exit a parse tree produced by SystemVerilogParser#octal_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1226. def exitOpen_range_list(ctx: Open_range_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#open_range_list.

    Exit a parse tree produced by SystemVerilogParser#open_range_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1227. def exitOpen_value_range(ctx: Open_value_rangeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#open_value_range.

    Exit a parse tree produced by SystemVerilogParser#open_value_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1228. def exitOperator_assignment(ctx: Operator_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#operator_assignment.

    Exit a parse tree produced by SystemVerilogParser#operator_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1229. def exitOrdered_arg(ctx: Ordered_argContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ordered_arg.

    Exit a parse tree produced by SystemVerilogParser#ordered_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1230. def exitOrdered_checker_port_connection(ctx: Ordered_checker_port_connectionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ordered_checker_port_connection.

    Exit a parse tree produced by SystemVerilogParser#ordered_checker_port_connection.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1231. def exitOrdered_parameter_assignment(ctx: Ordered_parameter_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ordered_parameter_assignment.

    Exit a parse tree produced by SystemVerilogParser#ordered_parameter_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1232. def exitOrdered_port_connection(ctx: Ordered_port_connectionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ordered_port_connection.

    Exit a parse tree produced by SystemVerilogParser#ordered_port_connection.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1233. def exitOutput_declaration(ctx: Output_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#output_declaration.

    Exit a parse tree produced by SystemVerilogParser#output_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1234. def exitOutput_identifier(ctx: Output_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#output_identifier.

    Exit a parse tree produced by SystemVerilogParser#output_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1235. def exitOutput_port_identifier(ctx: Output_port_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#output_port_identifier.

    Exit a parse tree produced by SystemVerilogParser#output_port_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1236. def exitOutput_symbol(ctx: Output_symbolContext): Unit

    Exit a parse tree produced by SystemVerilogParser#output_symbol.

    Exit a parse tree produced by SystemVerilogParser#output_symbol.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1237. def exitOutput_terminal(ctx: Output_terminalContext): Unit

    Exit a parse tree produced by SystemVerilogParser#output_terminal.

    Exit a parse tree produced by SystemVerilogParser#output_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1238. def exitPackage_declaration(ctx: Package_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#package_declaration.

    Exit a parse tree produced by SystemVerilogParser#package_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1239. def exitPackage_export_declaration(ctx: Package_export_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#package_export_declaration.

    Exit a parse tree produced by SystemVerilogParser#package_export_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1240. def exitPackage_identifier(ctx: Package_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#package_identifier.

    Exit a parse tree produced by SystemVerilogParser#package_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1241. def exitPackage_import_declaration(ctx: Package_import_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#package_import_declaration.

    Exit a parse tree produced by SystemVerilogParser#package_import_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1242. def exitPackage_import_item(ctx: Package_import_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#package_import_item.

    Exit a parse tree produced by SystemVerilogParser#package_import_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1243. def exitPackage_item(ctx: Package_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#package_item.

    Exit a parse tree produced by SystemVerilogParser#package_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1244. def exitPackage_item_declaration(ctx: Package_item_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#package_item_declaration.

    Exit a parse tree produced by SystemVerilogParser#package_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1245. def exitPackage_name(ctx: Package_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#package_name.

    Exit a parse tree produced by SystemVerilogParser#package_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1246. def exitPackage_or_class_scope(ctx: Package_or_class_scopeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#package_or_class_scope.

    Exit a parse tree produced by SystemVerilogParser#package_or_class_scope.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1247. def exitPackage_scope(ctx: Package_scopeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#package_scope.

    Exit a parse tree produced by SystemVerilogParser#package_scope.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1248. def exitPacked_dimension(ctx: Packed_dimensionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#packed_dimension.

    Exit a parse tree produced by SystemVerilogParser#packed_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1249. def exitPar_block(ctx: Par_blockContext): Unit

    Exit a parse tree produced by SystemVerilogParser#par_block.

    Exit a parse tree produced by SystemVerilogParser#par_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1250. def exitParallel_edge_sensitive_path_description(ctx: Parallel_edge_sensitive_path_descriptionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#parallel_edge_sensitive_path_description.

    Exit a parse tree produced by SystemVerilogParser#parallel_edge_sensitive_path_description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1251. def exitParallel_path_description(ctx: Parallel_path_descriptionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#parallel_path_description.

    Exit a parse tree produced by SystemVerilogParser#parallel_path_description.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1252. def exitParam_assignment(ctx: Param_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#param_assignment.

    Exit a parse tree produced by SystemVerilogParser#param_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1253. def exitParam_expression(ctx: Param_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#param_expression.

    Exit a parse tree produced by SystemVerilogParser#param_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1254. def exitParameter_declaration(ctx: Parameter_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#parameter_declaration.

    Exit a parse tree produced by SystemVerilogParser#parameter_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1255. def exitParameter_identifier(ctx: Parameter_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#parameter_identifier.

    Exit a parse tree produced by SystemVerilogParser#parameter_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1256. def exitParameter_override(ctx: Parameter_overrideContext): Unit

    Exit a parse tree produced by SystemVerilogParser#parameter_override.

    Exit a parse tree produced by SystemVerilogParser#parameter_override.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1257. def exitParameter_port_declaration(ctx: Parameter_port_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#parameter_port_declaration.

    Exit a parse tree produced by SystemVerilogParser#parameter_port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1258. def exitParameter_port_list(ctx: Parameter_port_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#parameter_port_list.

    Exit a parse tree produced by SystemVerilogParser#parameter_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1259. def exitParameter_value_assignment(ctx: Parameter_value_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#parameter_value_assignment.

    Exit a parse tree produced by SystemVerilogParser#parameter_value_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1260. def exitPart_select_range(ctx: Part_select_rangeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#part_select_range.

    Exit a parse tree produced by SystemVerilogParser#part_select_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1261. def exitPass_en_switchtype(ctx: Pass_en_switchtypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pass_en_switchtype.

    Exit a parse tree produced by SystemVerilogParser#pass_en_switchtype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1262. def exitPass_enable_switch_instance(ctx: Pass_enable_switch_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pass_enable_switch_instance.

    Exit a parse tree produced by SystemVerilogParser#pass_enable_switch_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1263. def exitPass_switch_instance(ctx: Pass_switch_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pass_switch_instance.

    Exit a parse tree produced by SystemVerilogParser#pass_switch_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1264. def exitPass_switchtype(ctx: Pass_switchtypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pass_switchtype.

    Exit a parse tree produced by SystemVerilogParser#pass_switchtype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1265. def exitPath_declaration(ctx: Path_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#path_declaration.

    Exit a parse tree produced by SystemVerilogParser#path_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1266. def exitPath_delay_expression(ctx: Path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1267. def exitPath_delay_value(ctx: Path_delay_valueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#path_delay_value.

    Exit a parse tree produced by SystemVerilogParser#path_delay_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1268. def exitPattern(ctx: PatternContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pattern.

    Exit a parse tree produced by SystemVerilogParser#pattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1269. def exitPcontrol_terminal(ctx: Pcontrol_terminalContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pcontrol_terminal.

    Exit a parse tree produced by SystemVerilogParser#pcontrol_terminal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1270. def exitPeriod_timing_check(ctx: Period_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#period_timing_check.

    Exit a parse tree produced by SystemVerilogParser#period_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1271. def exitPkg_decl_item(ctx: Pkg_decl_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pkg_decl_item.

    Exit a parse tree produced by SystemVerilogParser#pkg_decl_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1272. def exitPolarity_operator(ctx: Polarity_operatorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#polarity_operator.

    Exit a parse tree produced by SystemVerilogParser#polarity_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1273. def exitPort(ctx: PortContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port.

    Exit a parse tree produced by SystemVerilogParser#port.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1274. def exitPort_assign(ctx: Port_assignContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port_assign.

    Exit a parse tree produced by SystemVerilogParser#port_assign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1275. def exitPort_decl(ctx: Port_declContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port_decl.

    Exit a parse tree produced by SystemVerilogParser#port_decl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1276. def exitPort_declaration(ctx: Port_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port_declaration.

    Exit a parse tree produced by SystemVerilogParser#port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1277. def exitPort_direction(ctx: Port_directionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port_direction.

    Exit a parse tree produced by SystemVerilogParser#port_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1278. def exitPort_expression(ctx: Port_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port_expression.

    Exit a parse tree produced by SystemVerilogParser#port_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1279. def exitPort_id(ctx: Port_idContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port_id.

    Exit a parse tree produced by SystemVerilogParser#port_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1280. def exitPort_identifier(ctx: Port_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port_identifier.

    Exit a parse tree produced by SystemVerilogParser#port_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1281. def exitPort_implicit(ctx: Port_implicitContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port_implicit.

    Exit a parse tree produced by SystemVerilogParser#port_implicit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1282. def exitPort_list(ctx: Port_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port_list.

    Exit a parse tree produced by SystemVerilogParser#port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1283. def exitPort_reference(ctx: Port_referenceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port_reference.

    Exit a parse tree produced by SystemVerilogParser#port_reference.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1284. def exitPrimary(ctx: PrimaryContext): Unit

    Exit a parse tree produced by SystemVerilogParser#primary.

    Exit a parse tree produced by SystemVerilogParser#primary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1285. def exitPrimary_literal(ctx: Primary_literalContext): Unit

    Exit a parse tree produced by SystemVerilogParser#primary_literal.

    Exit a parse tree produced by SystemVerilogParser#primary_literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1286. def exitProcedural_assertion_statement(ctx: Procedural_assertion_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#procedural_assertion_statement.

    Exit a parse tree produced by SystemVerilogParser#procedural_assertion_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1287. def exitProcedural_continuous_assignment(ctx: Procedural_continuous_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#procedural_continuous_assignment.

    Exit a parse tree produced by SystemVerilogParser#procedural_continuous_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1288. def exitProcedural_timing_control(ctx: Procedural_timing_controlContext): Unit

    Exit a parse tree produced by SystemVerilogParser#procedural_timing_control.

    Exit a parse tree produced by SystemVerilogParser#procedural_timing_control.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1289. def exitProcedural_timing_control_statement(ctx: Procedural_timing_control_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#procedural_timing_control_statement.

    Exit a parse tree produced by SystemVerilogParser#procedural_timing_control_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1290. def exitProduction(ctx: ProductionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#production.

    Exit a parse tree produced by SystemVerilogParser#production.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1291. def exitProduction_identifier(ctx: Production_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#production_identifier.

    Exit a parse tree produced by SystemVerilogParser#production_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1292. def exitProduction_item(ctx: Production_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#production_item.

    Exit a parse tree produced by SystemVerilogParser#production_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1293. def exitProgram_declaration(ctx: Program_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#program_declaration.

    Exit a parse tree produced by SystemVerilogParser#program_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1294. def exitProgram_header(ctx: Program_headerContext): Unit

    Exit a parse tree produced by SystemVerilogParser#program_header.

    Exit a parse tree produced by SystemVerilogParser#program_header.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1295. def exitProgram_identifier(ctx: Program_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#program_identifier.

    Exit a parse tree produced by SystemVerilogParser#program_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1296. def exitProgram_item(ctx: Program_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#program_item.

    Exit a parse tree produced by SystemVerilogParser#program_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1297. def exitProgram_name(ctx: Program_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#program_name.

    Exit a parse tree produced by SystemVerilogParser#program_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1298. def exitProp_arg_list(ctx: Prop_arg_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#prop_arg_list.

    Exit a parse tree produced by SystemVerilogParser#prop_arg_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1299. def exitProp_named_arg(ctx: Prop_named_argContext): Unit

    Exit a parse tree produced by SystemVerilogParser#prop_named_arg.

    Exit a parse tree produced by SystemVerilogParser#prop_named_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1300. def exitProp_ordered_arg(ctx: Prop_ordered_argContext): Unit

    Exit a parse tree produced by SystemVerilogParser#prop_ordered_arg.

    Exit a parse tree produced by SystemVerilogParser#prop_ordered_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1301. def exitProp_port_item_local(ctx: Prop_port_item_localContext): Unit

    Exit a parse tree produced by SystemVerilogParser#prop_port_item_local.

    Exit a parse tree produced by SystemVerilogParser#prop_port_item_local.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1302. def exitProp_port_list(ctx: Prop_port_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#prop_port_list.

    Exit a parse tree produced by SystemVerilogParser#prop_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1303. def exitProperty_actual_arg(ctx: Property_actual_argContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_actual_arg.

    Exit a parse tree produced by SystemVerilogParser#property_actual_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1304. def exitProperty_case_item(ctx: Property_case_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_case_item.

    Exit a parse tree produced by SystemVerilogParser#property_case_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1305. def exitProperty_declaration(ctx: Property_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_declaration.

    Exit a parse tree produced by SystemVerilogParser#property_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1306. def exitProperty_expr(ctx: Property_exprContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_expr.

    Exit a parse tree produced by SystemVerilogParser#property_expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1307. def exitProperty_formal_type(ctx: Property_formal_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_formal_type.

    Exit a parse tree produced by SystemVerilogParser#property_formal_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1308. def exitProperty_identifier(ctx: Property_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_identifier.

    Exit a parse tree produced by SystemVerilogParser#property_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1309. def exitProperty_instance(ctx: Property_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_instance.

    Exit a parse tree produced by SystemVerilogParser#property_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1310. def exitProperty_list_of_arguments(ctx: Property_list_of_argumentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_list_of_arguments.

    Exit a parse tree produced by SystemVerilogParser#property_list_of_arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1311. def exitProperty_lvar_port_direction(ctx: Property_lvar_port_directionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_lvar_port_direction.

    Exit a parse tree produced by SystemVerilogParser#property_lvar_port_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1312. def exitProperty_name(ctx: Property_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_name.

    Exit a parse tree produced by SystemVerilogParser#property_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1313. def exitProperty_port_item(ctx: Property_port_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_port_item.

    Exit a parse tree produced by SystemVerilogParser#property_port_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1314. def exitProperty_port_list(ctx: Property_port_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_port_list.

    Exit a parse tree produced by SystemVerilogParser#property_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1315. def exitProperty_qualifier(ctx: Property_qualifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_qualifier.

    Exit a parse tree produced by SystemVerilogParser#property_qualifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1316. def exitProperty_spec(ctx: Property_specContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_spec.

    Exit a parse tree produced by SystemVerilogParser#property_spec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1317. def exitPs_identifier(ctx: Ps_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ps_identifier.

    Exit a parse tree produced by SystemVerilogParser#ps_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1318. def exitPs_or_hierarchical_array_identifier(ctx: Ps_or_hierarchical_array_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ps_or_hierarchical_array_identifier.

    Exit a parse tree produced by SystemVerilogParser#ps_or_hierarchical_array_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1319. def exitPs_or_hierarchical_identifier(ctx: Ps_or_hierarchical_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ps_or_hierarchical_identifier.

    Exit a parse tree produced by SystemVerilogParser#ps_or_hierarchical_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1320. def exitPs_type_or_parameter_identifier(ctx: Ps_type_or_parameter_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ps_type_or_parameter_identifier.

    Exit a parse tree produced by SystemVerilogParser#ps_type_or_parameter_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1321. def exitPull_gate_instance(ctx: Pull_gate_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pull_gate_instance.

    Exit a parse tree produced by SystemVerilogParser#pull_gate_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1322. def exitPulldown_strength(ctx: Pulldown_strengthContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pulldown_strength.

    Exit a parse tree produced by SystemVerilogParser#pulldown_strength.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1323. def exitPullup_strength(ctx: Pullup_strengthContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pullup_strength.

    Exit a parse tree produced by SystemVerilogParser#pullup_strength.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1324. def exitPulse_control_specparam(ctx: Pulse_control_specparamContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pulse_control_specparam.

    Exit a parse tree produced by SystemVerilogParser#pulse_control_specparam.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1325. def exitPulsestyle_declaration(ctx: Pulsestyle_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pulsestyle_declaration.

    Exit a parse tree produced by SystemVerilogParser#pulsestyle_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1326. def exitQueue_dimension(ctx: Queue_dimensionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#queue_dimension.

    Exit a parse tree produced by SystemVerilogParser#queue_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1327. def exitRand_list(ctx: Rand_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#rand_list.

    Exit a parse tree produced by SystemVerilogParser#rand_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1328. def exitRand_with(ctx: Rand_withContext): Unit

    Exit a parse tree produced by SystemVerilogParser#rand_with.

    Exit a parse tree produced by SystemVerilogParser#rand_with.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1329. def exitRandcase_item(ctx: Randcase_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#randcase_item.

    Exit a parse tree produced by SystemVerilogParser#randcase_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1330. def exitRandcase_statement(ctx: Randcase_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#randcase_statement.

    Exit a parse tree produced by SystemVerilogParser#randcase_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1331. def exitRandom_qualifier(ctx: Random_qualifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#random_qualifier.

    Exit a parse tree produced by SystemVerilogParser#random_qualifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1332. def exitRandomize_call(ctx: Randomize_callContext): Unit

    Exit a parse tree produced by SystemVerilogParser#randomize_call.

    Exit a parse tree produced by SystemVerilogParser#randomize_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1333. def exitRandsequence_statement(ctx: Randsequence_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#randsequence_statement.

    Exit a parse tree produced by SystemVerilogParser#randsequence_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1334. def exitRange_expression(ctx: Range_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#range_expression.

    Exit a parse tree produced by SystemVerilogParser#range_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1335. def exitReal_number(ctx: Real_numberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#real_number.

    Exit a parse tree produced by SystemVerilogParser#real_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1336. def exitRecovery_timing_check(ctx: Recovery_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#recovery_timing_check.

    Exit a parse tree produced by SystemVerilogParser#recovery_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1337. def exitRecrem_timing_check(ctx: Recrem_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#recrem_timing_check.

    Exit a parse tree produced by SystemVerilogParser#recrem_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1338. def exitRef_declaration(ctx: Ref_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ref_declaration.

    Exit a parse tree produced by SystemVerilogParser#ref_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1339. def exitReference_event(ctx: Reference_eventContext): Unit

    Exit a parse tree produced by SystemVerilogParser#reference_event.

    Exit a parse tree produced by SystemVerilogParser#reference_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1340. def exitReject_limit_value(ctx: Reject_limit_valueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#reject_limit_value.

    Exit a parse tree produced by SystemVerilogParser#reject_limit_value.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1341. def exitRemain_active_flag(ctx: Remain_active_flagContext): Unit

    Exit a parse tree produced by SystemVerilogParser#remain_active_flag.

    Exit a parse tree produced by SystemVerilogParser#remain_active_flag.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1342. def exitRemain_active_flag_opt(ctx: Remain_active_flag_optContext): Unit

    Exit a parse tree produced by SystemVerilogParser#remain_active_flag_opt.

    Exit a parse tree produced by SystemVerilogParser#remain_active_flag_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1343. def exitRemoval_timing_check(ctx: Removal_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#removal_timing_check.

    Exit a parse tree produced by SystemVerilogParser#removal_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1344. def exitRepeat_range(ctx: Repeat_rangeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#repeat_range.

    Exit a parse tree produced by SystemVerilogParser#repeat_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1345. def exitRestrict_property_statement(ctx: Restrict_property_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#restrict_property_statement.

    Exit a parse tree produced by SystemVerilogParser#restrict_property_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1346. def exitRs_case(ctx: Rs_caseContext): Unit

    Exit a parse tree produced by SystemVerilogParser#rs_case.

    Exit a parse tree produced by SystemVerilogParser#rs_case.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1347. def exitRs_case_item(ctx: Rs_case_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#rs_case_item.

    Exit a parse tree produced by SystemVerilogParser#rs_case_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1348. def exitRs_code_block(ctx: Rs_code_blockContext): Unit

    Exit a parse tree produced by SystemVerilogParser#rs_code_block.

    Exit a parse tree produced by SystemVerilogParser#rs_code_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1349. def exitRs_if_else(ctx: Rs_if_elseContext): Unit

    Exit a parse tree produced by SystemVerilogParser#rs_if_else.

    Exit a parse tree produced by SystemVerilogParser#rs_if_else.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1350. def exitRs_prod(ctx: Rs_prodContext): Unit

    Exit a parse tree produced by SystemVerilogParser#rs_prod.

    Exit a parse tree produced by SystemVerilogParser#rs_prod.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1351. def exitRs_production_list(ctx: Rs_production_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#rs_production_list.

    Exit a parse tree produced by SystemVerilogParser#rs_production_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1352. def exitRs_repeat(ctx: Rs_repeatContext): Unit

    Exit a parse tree produced by SystemVerilogParser#rs_repeat.

    Exit a parse tree produced by SystemVerilogParser#rs_repeat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1353. def exitRs_rule(ctx: Rs_ruleContext): Unit

    Exit a parse tree produced by SystemVerilogParser#rs_rule.

    Exit a parse tree produced by SystemVerilogParser#rs_rule.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1354. def exitScalar_constant(ctx: Scalar_constantContext): Unit

    Exit a parse tree produced by SystemVerilogParser#scalar_constant.

    Exit a parse tree produced by SystemVerilogParser#scalar_constant.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1355. def exitScalar_timing_check_condition(ctx: Scalar_timing_check_conditionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#scalar_timing_check_condition.

    Exit a parse tree produced by SystemVerilogParser#scalar_timing_check_condition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1356. def exitSelect_(ctx: Select_Context): Unit

    Exit a parse tree produced by SystemVerilogParser#select_.

    Exit a parse tree produced by SystemVerilogParser#select_.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1357. def exitSelect_condition(ctx: Select_conditionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#select_condition.

    Exit a parse tree produced by SystemVerilogParser#select_condition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1358. def exitSelect_expression(ctx: Select_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#select_expression.

    Exit a parse tree produced by SystemVerilogParser#select_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1359. def exitSeq_arg_list(ctx: Seq_arg_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#seq_arg_list.

    Exit a parse tree produced by SystemVerilogParser#seq_arg_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1360. def exitSeq_block(ctx: Seq_blockContext): Unit

    Exit a parse tree produced by SystemVerilogParser#seq_block.

    Exit a parse tree produced by SystemVerilogParser#seq_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1361. def exitSeq_input_list(ctx: Seq_input_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#seq_input_list.

    Exit a parse tree produced by SystemVerilogParser#seq_input_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1362. def exitSeq_named_arg(ctx: Seq_named_argContext): Unit

    Exit a parse tree produced by SystemVerilogParser#seq_named_arg.

    Exit a parse tree produced by SystemVerilogParser#seq_named_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1363. def exitSeq_ordered_arg(ctx: Seq_ordered_argContext): Unit

    Exit a parse tree produced by SystemVerilogParser#seq_ordered_arg.

    Exit a parse tree produced by SystemVerilogParser#seq_ordered_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1364. def exitSeq_port_item_local(ctx: Seq_port_item_localContext): Unit

    Exit a parse tree produced by SystemVerilogParser#seq_port_item_local.

    Exit a parse tree produced by SystemVerilogParser#seq_port_item_local.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1365. def exitSeq_port_list(ctx: Seq_port_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#seq_port_list.

    Exit a parse tree produced by SystemVerilogParser#seq_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1366. def exitSequence_abbrev(ctx: Sequence_abbrevContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_abbrev.

    Exit a parse tree produced by SystemVerilogParser#sequence_abbrev.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1367. def exitSequence_actual_arg(ctx: Sequence_actual_argContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_actual_arg.

    Exit a parse tree produced by SystemVerilogParser#sequence_actual_arg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1368. def exitSequence_declaration(ctx: Sequence_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_declaration.

    Exit a parse tree produced by SystemVerilogParser#sequence_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1369. def exitSequence_expr(ctx: Sequence_exprContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_expr.

    Exit a parse tree produced by SystemVerilogParser#sequence_expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1370. def exitSequence_formal_type(ctx: Sequence_formal_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_formal_type.

    Exit a parse tree produced by SystemVerilogParser#sequence_formal_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1371. def exitSequence_identifier(ctx: Sequence_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_identifier.

    Exit a parse tree produced by SystemVerilogParser#sequence_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1372. def exitSequence_instance(ctx: Sequence_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_instance.

    Exit a parse tree produced by SystemVerilogParser#sequence_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1373. def exitSequence_list_of_arguments(ctx: Sequence_list_of_argumentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_list_of_arguments.

    Exit a parse tree produced by SystemVerilogParser#sequence_list_of_arguments.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1374. def exitSequence_lvar_port_direction(ctx: Sequence_lvar_port_directionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_lvar_port_direction.

    Exit a parse tree produced by SystemVerilogParser#sequence_lvar_port_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1375. def exitSequence_match_item(ctx: Sequence_match_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_match_item.

    Exit a parse tree produced by SystemVerilogParser#sequence_match_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1376. def exitSequence_method_call(ctx: Sequence_method_callContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_method_call.

    Exit a parse tree produced by SystemVerilogParser#sequence_method_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1377. def exitSequence_name(ctx: Sequence_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_name.

    Exit a parse tree produced by SystemVerilogParser#sequence_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1378. def exitSequence_port_item(ctx: Sequence_port_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_port_item.

    Exit a parse tree produced by SystemVerilogParser#sequence_port_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1379. def exitSequence_port_list(ctx: Sequence_port_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_port_list.

    Exit a parse tree produced by SystemVerilogParser#sequence_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1380. def exitSequential_body(ctx: Sequential_bodyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequential_body.

    Exit a parse tree produced by SystemVerilogParser#sequential_body.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1381. def exitSequential_entry(ctx: Sequential_entryContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequential_entry.

    Exit a parse tree produced by SystemVerilogParser#sequential_entry.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1382. def exitSet_covergroup_expression(ctx: Set_covergroup_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#set_covergroup_expression.

    Exit a parse tree produced by SystemVerilogParser#set_covergroup_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1383. def exitSetup_timing_check(ctx: Setup_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#setup_timing_check.

    Exit a parse tree produced by SystemVerilogParser#setup_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1384. def exitSetuphold_timing_check(ctx: Setuphold_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#setuphold_timing_check.

    Exit a parse tree produced by SystemVerilogParser#setuphold_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1385. def exitShowcancelled_declaration(ctx: Showcancelled_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#showcancelled_declaration.

    Exit a parse tree produced by SystemVerilogParser#showcancelled_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1386. def exitSignal_identifier(ctx: Signal_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#signal_identifier.

    Exit a parse tree produced by SystemVerilogParser#signal_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1387. def exitSigning(ctx: SigningContext): Unit

    Exit a parse tree produced by SystemVerilogParser#signing.

    Exit a parse tree produced by SystemVerilogParser#signing.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1388. def exitSimple_identifier(ctx: Simple_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#simple_identifier.

    Exit a parse tree produced by SystemVerilogParser#simple_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1389. def exitSimple_immediate_assert_statement(ctx: Simple_immediate_assert_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_assert_statement.

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_assert_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1390. def exitSimple_immediate_assertion_statement(ctx: Simple_immediate_assertion_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_assertion_statement.

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_assertion_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1391. def exitSimple_immediate_assume_statement(ctx: Simple_immediate_assume_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_assume_statement.

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_assume_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1392. def exitSimple_immediate_cover_statement(ctx: Simple_immediate_cover_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_cover_statement.

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_cover_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1393. def exitSimple_path_declaration(ctx: Simple_path_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#simple_path_declaration.

    Exit a parse tree produced by SystemVerilogParser#simple_path_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1394. def exitSimple_type(ctx: Simple_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#simple_type.

    Exit a parse tree produced by SystemVerilogParser#simple_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1395. def exitSize(ctx: SizeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#size.

    Exit a parse tree produced by SystemVerilogParser#size.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1396. def exitSkew_timing_check(ctx: Skew_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#skew_timing_check.

    Exit a parse tree produced by SystemVerilogParser#skew_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1397. def exitSkew_timing_check_opt(ctx: Skew_timing_check_optContext): Unit

    Exit a parse tree produced by SystemVerilogParser#skew_timing_check_opt.

    Exit a parse tree produced by SystemVerilogParser#skew_timing_check_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1398. def exitSlice_size(ctx: Slice_sizeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#slice_size.

    Exit a parse tree produced by SystemVerilogParser#slice_size.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1399. def exitSolve_before_list(ctx: Solve_before_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#solve_before_list.

    Exit a parse tree produced by SystemVerilogParser#solve_before_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1400. def exitSource_text(ctx: Source_textContext): Unit

    Exit a parse tree produced by SystemVerilogParser#source_text.

    Exit a parse tree produced by SystemVerilogParser#source_text.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1401. def exitSpecify_block(ctx: Specify_blockContext): Unit

    Exit a parse tree produced by SystemVerilogParser#specify_block.

    Exit a parse tree produced by SystemVerilogParser#specify_block.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1402. def exitSpecify_input_terminal_descriptor(ctx: Specify_input_terminal_descriptorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#specify_input_terminal_descriptor.

    Exit a parse tree produced by SystemVerilogParser#specify_input_terminal_descriptor.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1403. def exitSpecify_item(ctx: Specify_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#specify_item.

    Exit a parse tree produced by SystemVerilogParser#specify_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1404. def exitSpecify_output_terminal_descriptor(ctx: Specify_output_terminal_descriptorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#specify_output_terminal_descriptor.

    Exit a parse tree produced by SystemVerilogParser#specify_output_terminal_descriptor.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1405. def exitSpecify_terminal_descriptor(ctx: Specify_terminal_descriptorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#specify_terminal_descriptor.

    Exit a parse tree produced by SystemVerilogParser#specify_terminal_descriptor.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1406. def exitSpecparam_assignment(ctx: Specparam_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#specparam_assignment.

    Exit a parse tree produced by SystemVerilogParser#specparam_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1407. def exitSpecparam_declaration(ctx: Specparam_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#specparam_declaration.

    Exit a parse tree produced by SystemVerilogParser#specparam_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1408. def exitSpecparam_identifier(ctx: Specparam_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#specparam_identifier.

    Exit a parse tree produced by SystemVerilogParser#specparam_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1409. def exitStart_edge_offset(ctx: Start_edge_offsetContext): Unit

    Exit a parse tree produced by SystemVerilogParser#start_edge_offset.

    Exit a parse tree produced by SystemVerilogParser#start_edge_offset.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1410. def exitState_dependent_path_declaration(ctx: State_dependent_path_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#state_dependent_path_declaration.

    Exit a parse tree produced by SystemVerilogParser#state_dependent_path_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1411. def exitStatement(ctx: StatementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#statement.

    Exit a parse tree produced by SystemVerilogParser#statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1412. def exitStatement_item(ctx: Statement_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#statement_item.

    Exit a parse tree produced by SystemVerilogParser#statement_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1413. def exitStatement_or_null(ctx: Statement_or_nullContext): Unit

    Exit a parse tree produced by SystemVerilogParser#statement_or_null.

    Exit a parse tree produced by SystemVerilogParser#statement_or_null.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1414. def exitStream_concatenation(ctx: Stream_concatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#stream_concatenation.

    Exit a parse tree produced by SystemVerilogParser#stream_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1415. def exitStream_expression(ctx: Stream_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#stream_expression.

    Exit a parse tree produced by SystemVerilogParser#stream_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1416. def exitStream_operator(ctx: Stream_operatorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#stream_operator.

    Exit a parse tree produced by SystemVerilogParser#stream_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1417. def exitStreaming_concatenation(ctx: Streaming_concatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#streaming_concatenation.

    Exit a parse tree produced by SystemVerilogParser#streaming_concatenation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1418. def exitStrength0(ctx: Strength0Context): Unit

    Exit a parse tree produced by SystemVerilogParser#strength0.

    Exit a parse tree produced by SystemVerilogParser#strength0.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1419. def exitStrength1(ctx: Strength1Context): Unit

    Exit a parse tree produced by SystemVerilogParser#strength1.

    Exit a parse tree produced by SystemVerilogParser#strength1.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1420. def exitString_literal(ctx: String_literalContext): Unit

    Exit a parse tree produced by SystemVerilogParser#string_literal.

    Exit a parse tree produced by SystemVerilogParser#string_literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1421. def exitStruct_union(ctx: Struct_unionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#struct_union.

    Exit a parse tree produced by SystemVerilogParser#struct_union.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1422. def exitStruct_union_member(ctx: Struct_union_memberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#struct_union_member.

    Exit a parse tree produced by SystemVerilogParser#struct_union_member.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1423. def exitSubroutine_call(ctx: Subroutine_callContext): Unit

    Exit a parse tree produced by SystemVerilogParser#subroutine_call.

    Exit a parse tree produced by SystemVerilogParser#subroutine_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1424. def exitSubroutine_call_statement(ctx: Subroutine_call_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#subroutine_call_statement.

    Exit a parse tree produced by SystemVerilogParser#subroutine_call_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1425. def exitSuper_class_constructor_call(ctx: Super_class_constructor_callContext): Unit

    Exit a parse tree produced by SystemVerilogParser#super_class_constructor_call.

    Exit a parse tree produced by SystemVerilogParser#super_class_constructor_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1426. def exitSystem_tf_call(ctx: System_tf_callContext): Unit

    Exit a parse tree produced by SystemVerilogParser#system_tf_call.

    Exit a parse tree produced by SystemVerilogParser#system_tf_call.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1427. def exitSystem_tf_identifier(ctx: System_tf_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#system_tf_identifier.

    Exit a parse tree produced by SystemVerilogParser#system_tf_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1428. def exitSystem_timing_check(ctx: System_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#system_timing_check.

    Exit a parse tree produced by SystemVerilogParser#system_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1429. def exitT01_path_delay_expression(ctx: T01_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#t01_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#t01_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1430. def exitT0x_path_delay_expression(ctx: T0x_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#t0x_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#t0x_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1431. def exitT0z_path_delay_expression(ctx: T0z_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#t0z_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#t0z_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1432. def exitT10_path_delay_expression(ctx: T10_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#t10_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#t10_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1433. def exitT1x_path_delay_expression(ctx: T1x_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#t1x_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#t1x_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1434. def exitT1z_path_delay_expression(ctx: T1z_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#t1z_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#t1z_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1435. def exitT_path_delay_expression(ctx: T_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#t_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#t_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1436. def exitTagged_union_expression(ctx: Tagged_union_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tagged_union_expression.

    Exit a parse tree produced by SystemVerilogParser#tagged_union_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1437. def exitTask_body_declaration(ctx: Task_body_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#task_body_declaration.

    Exit a parse tree produced by SystemVerilogParser#task_body_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1438. def exitTask_declaration(ctx: Task_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#task_declaration.

    Exit a parse tree produced by SystemVerilogParser#task_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1439. def exitTask_identifier(ctx: Task_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#task_identifier.

    Exit a parse tree produced by SystemVerilogParser#task_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1440. def exitTask_name(ctx: Task_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#task_name.

    Exit a parse tree produced by SystemVerilogParser#task_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1441. def exitTask_prototype(ctx: Task_prototypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#task_prototype.

    Exit a parse tree produced by SystemVerilogParser#task_prototype.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1442. def exitTerminal_identifier(ctx: Terminal_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#terminal_identifier.

    Exit a parse tree produced by SystemVerilogParser#terminal_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1443. def exitTf_identifier(ctx: Tf_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tf_identifier.

    Exit a parse tree produced by SystemVerilogParser#tf_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1444. def exitTf_item_declaration(ctx: Tf_item_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tf_item_declaration.

    Exit a parse tree produced by SystemVerilogParser#tf_item_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1445. def exitTf_port_declaration(ctx: Tf_port_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tf_port_declaration.

    Exit a parse tree produced by SystemVerilogParser#tf_port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1446. def exitTf_port_direction(ctx: Tf_port_directionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tf_port_direction.

    Exit a parse tree produced by SystemVerilogParser#tf_port_direction.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1447. def exitTf_port_id(ctx: Tf_port_idContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tf_port_id.

    Exit a parse tree produced by SystemVerilogParser#tf_port_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1448. def exitTf_port_item(ctx: Tf_port_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tf_port_item.

    Exit a parse tree produced by SystemVerilogParser#tf_port_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1449. def exitTf_port_list(ctx: Tf_port_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tf_port_list.

    Exit a parse tree produced by SystemVerilogParser#tf_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1450. def exitTf_var_id(ctx: Tf_var_idContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tf_var_id.

    Exit a parse tree produced by SystemVerilogParser#tf_var_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1451. def exitTfall_path_delay_expression(ctx: Tfall_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tfall_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#tfall_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1452. def exitThreshold(ctx: ThresholdContext): Unit

    Exit a parse tree produced by SystemVerilogParser#threshold.

    Exit a parse tree produced by SystemVerilogParser#threshold.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1453. def exitTime_literal(ctx: Time_literalContext): Unit

    Exit a parse tree produced by SystemVerilogParser#time_literal.

    Exit a parse tree produced by SystemVerilogParser#time_literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1454. def exitTimecheck_cond_opt(ctx: Timecheck_cond_optContext): Unit

    Exit a parse tree produced by SystemVerilogParser#timecheck_cond_opt.

    Exit a parse tree produced by SystemVerilogParser#timecheck_cond_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1455. def exitTimecheck_condition(ctx: Timecheck_conditionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#timecheck_condition.

    Exit a parse tree produced by SystemVerilogParser#timecheck_condition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1456. def exitTimeskew_timing_check(ctx: Timeskew_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#timeskew_timing_check.

    Exit a parse tree produced by SystemVerilogParser#timeskew_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1457. def exitTimestamp_cond_opt(ctx: Timestamp_cond_optContext): Unit

    Exit a parse tree produced by SystemVerilogParser#timestamp_cond_opt.

    Exit a parse tree produced by SystemVerilogParser#timestamp_cond_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1458. def exitTimestamp_condition(ctx: Timestamp_conditionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#timestamp_condition.

    Exit a parse tree produced by SystemVerilogParser#timestamp_condition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1459. def exitTimeunits_declaration(ctx: Timeunits_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#timeunits_declaration.

    Exit a parse tree produced by SystemVerilogParser#timeunits_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1460. def exitTiming_check_condition(ctx: Timing_check_conditionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#timing_check_condition.

    Exit a parse tree produced by SystemVerilogParser#timing_check_condition.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1461. def exitTiming_check_event(ctx: Timing_check_eventContext): Unit

    Exit a parse tree produced by SystemVerilogParser#timing_check_event.

    Exit a parse tree produced by SystemVerilogParser#timing_check_event.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1462. def exitTiming_check_event_control(ctx: Timing_check_event_controlContext): Unit

    Exit a parse tree produced by SystemVerilogParser#timing_check_event_control.

    Exit a parse tree produced by SystemVerilogParser#timing_check_event_control.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1463. def exitTiming_check_limit(ctx: Timing_check_limitContext): Unit

    Exit a parse tree produced by SystemVerilogParser#timing_check_limit.

    Exit a parse tree produced by SystemVerilogParser#timing_check_limit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1464. def exitTiming_check_opt(ctx: Timing_check_optContext): Unit

    Exit a parse tree produced by SystemVerilogParser#timing_check_opt.

    Exit a parse tree produced by SystemVerilogParser#timing_check_opt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1465. def exitTopmodule_identifier(ctx: Topmodule_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#topmodule_identifier.

    Exit a parse tree produced by SystemVerilogParser#topmodule_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1466. def exitTrans_item(ctx: Trans_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#trans_item.

    Exit a parse tree produced by SystemVerilogParser#trans_item.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1467. def exitTrans_list(ctx: Trans_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#trans_list.

    Exit a parse tree produced by SystemVerilogParser#trans_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1468. def exitTrans_range_list(ctx: Trans_range_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#trans_range_list.

    Exit a parse tree produced by SystemVerilogParser#trans_range_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1469. def exitTrans_set(ctx: Trans_setContext): Unit

    Exit a parse tree produced by SystemVerilogParser#trans_set.

    Exit a parse tree produced by SystemVerilogParser#trans_set.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1470. def exitTrise_path_delay_expression(ctx: Trise_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#trise_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#trise_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1471. def exitTx0_path_delay_expression(ctx: Tx0_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tx0_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#tx0_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1472. def exitTx1_path_delay_expression(ctx: Tx1_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tx1_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#tx1_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1473. def exitTxz_path_delay_expression(ctx: Txz_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#txz_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#txz_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1474. def exitType_assignment(ctx: Type_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#type_assignment.

    Exit a parse tree produced by SystemVerilogParser#type_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1475. def exitType_declaration(ctx: Type_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#type_declaration.

    Exit a parse tree produced by SystemVerilogParser#type_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1476. def exitType_identifier(ctx: Type_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#type_identifier.

    Exit a parse tree produced by SystemVerilogParser#type_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1477. def exitType_reference(ctx: Type_referenceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#type_reference.

    Exit a parse tree produced by SystemVerilogParser#type_reference.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1478. def exitTz0_path_delay_expression(ctx: Tz0_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tz0_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#tz0_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1479. def exitTz1_path_delay_expression(ctx: Tz1_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tz1_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#tz1_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1480. def exitTz_path_delay_expression(ctx: Tz_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tz_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#tz_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1481. def exitTzx_path_delay_expression(ctx: Tzx_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tzx_path_delay_expression.

    Exit a parse tree produced by SystemVerilogParser#tzx_path_delay_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1482. def exitUdp_ansi_declaration(ctx: Udp_ansi_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_ansi_declaration.

    Exit a parse tree produced by SystemVerilogParser#udp_ansi_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1483. def exitUdp_body(ctx: Udp_bodyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_body.

    Exit a parse tree produced by SystemVerilogParser#udp_body.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1484. def exitUdp_declaration(ctx: Udp_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_declaration.

    Exit a parse tree produced by SystemVerilogParser#udp_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1485. def exitUdp_declaration_port_list(ctx: Udp_declaration_port_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_declaration_port_list.

    Exit a parse tree produced by SystemVerilogParser#udp_declaration_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1486. def exitUdp_identifier(ctx: Udp_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_identifier.

    Exit a parse tree produced by SystemVerilogParser#udp_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1487. def exitUdp_initial_statement(ctx: Udp_initial_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_initial_statement.

    Exit a parse tree produced by SystemVerilogParser#udp_initial_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1488. def exitUdp_input_declaration(ctx: Udp_input_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_input_declaration.

    Exit a parse tree produced by SystemVerilogParser#udp_input_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1489. def exitUdp_instance(ctx: Udp_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_instance.

    Exit a parse tree produced by SystemVerilogParser#udp_instance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1490. def exitUdp_instantiation(ctx: Udp_instantiationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_instantiation.

    Exit a parse tree produced by SystemVerilogParser#udp_instantiation.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1491. def exitUdp_name(ctx: Udp_nameContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_name.

    Exit a parse tree produced by SystemVerilogParser#udp_name.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1492. def exitUdp_nonansi_declaration(ctx: Udp_nonansi_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_nonansi_declaration.

    Exit a parse tree produced by SystemVerilogParser#udp_nonansi_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1493. def exitUdp_output_declaration(ctx: Udp_output_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_output_declaration.

    Exit a parse tree produced by SystemVerilogParser#udp_output_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1494. def exitUdp_port_declaration(ctx: Udp_port_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_port_declaration.

    Exit a parse tree produced by SystemVerilogParser#udp_port_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1495. def exitUdp_port_list(ctx: Udp_port_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_port_list.

    Exit a parse tree produced by SystemVerilogParser#udp_port_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1496. def exitUdp_reg_declaration(ctx: Udp_reg_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#udp_reg_declaration.

    Exit a parse tree produced by SystemVerilogParser#udp_reg_declaration.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1497. def exitUnary_module_path_operator(ctx: Unary_module_path_operatorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#unary_module_path_operator.

    Exit a parse tree produced by SystemVerilogParser#unary_module_path_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1498. def exitUnary_operator(ctx: Unary_operatorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#unary_operator.

    Exit a parse tree produced by SystemVerilogParser#unary_operator.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1499. def exitUnbased_unsized_literal(ctx: Unbased_unsized_literalContext): Unit

    Exit a parse tree produced by SystemVerilogParser#unbased_unsized_literal.

    Exit a parse tree produced by SystemVerilogParser#unbased_unsized_literal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1500. def exitUnique_priority(ctx: Unique_priorityContext): Unit

    Exit a parse tree produced by SystemVerilogParser#unique_priority.

    Exit a parse tree produced by SystemVerilogParser#unique_priority.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1501. def exitUniqueness_constraint(ctx: Uniqueness_constraintContext): Unit

    Exit a parse tree produced by SystemVerilogParser#uniqueness_constraint.

    Exit a parse tree produced by SystemVerilogParser#uniqueness_constraint.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1502. def exitUnpacked_dimension(ctx: Unpacked_dimensionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#unpacked_dimension.

    Exit a parse tree produced by SystemVerilogParser#unpacked_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1503. def exitUnsigned_number(ctx: Unsigned_numberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#unsigned_number.

    Exit a parse tree produced by SystemVerilogParser#unsigned_number.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1504. def exitUnsized_dimension(ctx: Unsized_dimensionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#unsized_dimension.

    Exit a parse tree produced by SystemVerilogParser#unsized_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1505. def exitUse_clause(ctx: Use_clauseContext): Unit

    Exit a parse tree produced by SystemVerilogParser#use_clause.

    Exit a parse tree produced by SystemVerilogParser#use_clause.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1506. def exitValue_range(ctx: Value_rangeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#value_range.

    Exit a parse tree produced by SystemVerilogParser#value_range.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1507. def exitVar_data_type(ctx: Var_data_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#var_data_type.

    Exit a parse tree produced by SystemVerilogParser#var_data_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1508. def exitVar_id(ctx: Var_idContext): Unit

    Exit a parse tree produced by SystemVerilogParser#var_id.

    Exit a parse tree produced by SystemVerilogParser#var_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1509. def exitVar_port_id(ctx: Var_port_idContext): Unit

    Exit a parse tree produced by SystemVerilogParser#var_port_id.

    Exit a parse tree produced by SystemVerilogParser#var_port_id.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1510. def exitVariable_assignment(ctx: Variable_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#variable_assignment.

    Exit a parse tree produced by SystemVerilogParser#variable_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1511. def exitVariable_decl_assignment(ctx: Variable_decl_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#variable_decl_assignment.

    Exit a parse tree produced by SystemVerilogParser#variable_decl_assignment.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1512. def exitVariable_dimension(ctx: Variable_dimensionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#variable_dimension.

    Exit a parse tree produced by SystemVerilogParser#variable_dimension.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1513. def exitVariable_identifier(ctx: Variable_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#variable_identifier.

    Exit a parse tree produced by SystemVerilogParser#variable_identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1514. def exitVariable_identifier_list(ctx: Variable_identifier_listContext): Unit

    Exit a parse tree produced by SystemVerilogParser#variable_identifier_list.

    Exit a parse tree produced by SystemVerilogParser#variable_identifier_list.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1515. def exitVariable_lvalue(ctx: Variable_lvalueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#variable_lvalue.

    Exit a parse tree produced by SystemVerilogParser#variable_lvalue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1516. def exitVariable_port_type(ctx: Variable_port_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#variable_port_type.

    Exit a parse tree produced by SystemVerilogParser#variable_port_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1517. def exitWait_statement(ctx: Wait_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#wait_statement.

    Exit a parse tree produced by SystemVerilogParser#wait_statement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1518. def exitWeight_spec(ctx: Weight_specContext): Unit

    Exit a parse tree produced by SystemVerilogParser#weight_spec.

    Exit a parse tree produced by SystemVerilogParser#weight_spec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1519. def exitWeight_specification(ctx: Weight_specificationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#weight_specification.

    Exit a parse tree produced by SystemVerilogParser#weight_specification.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1520. def exitWidth_timing_check(ctx: Width_timing_checkContext): Unit

    Exit a parse tree produced by SystemVerilogParser#width_timing_check.

    Exit a parse tree produced by SystemVerilogParser#width_timing_check.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1521. def exitWith_covergroup_expression(ctx: With_covergroup_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#with_covergroup_expression.

    Exit a parse tree produced by SystemVerilogParser#with_covergroup_expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    SystemVerilogParserBaseListenerSystemVerilogParserListener
    Annotations
    @Override()
  1522. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  1523. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  1524. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  1525. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  1526. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  1527. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  1528. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  1529. def toString(): String
    Definition Classes
    AnyRef → Any
  1530. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SystemVerilogParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  1531. def visitTerminal(node: TerminalNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    SystemVerilogParserBaseListener → ParseTreeListener
    Annotations
    @Override()
  1532. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  1533. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  1534. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped