Packages

t

top.scaleda.systemverilog.parser

SystemVerilogParserListener

trait SystemVerilogParserListener extends ParseTreeListener

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

Linear Supertypes
ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SystemVerilogParserListener
  2. ParseTreeListener
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract 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.

    ctx

    the parse tree

  2. abstract 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.

    ctx

    the parse tree

  3. abstract 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.

    ctx

    the parse tree

  4. abstract 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.

    ctx

    the parse tree

  5. abstract 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.

    ctx

    the parse tree

  6. abstract 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.

    ctx

    the parse tree

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

    ctx

    the parse tree

  8. abstract 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.

    ctx

    the parse tree

  9. abstract 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.

    ctx

    the parse tree

  10. abstract 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.

    ctx

    the parse tree

  11. abstract 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.

    ctx

    the parse tree

  12. abstract 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.

    ctx

    the parse tree

  13. abstract 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.

    ctx

    the parse tree

  14. abstract 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.

    ctx

    the parse tree

  15. abstract 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.

    ctx

    the parse tree

  16. abstract def enterAssertion_variable_declaration(ctx: Assertion_variable_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assertion_variable_declaration.

    ctx

    the parse tree

  17. abstract 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.

    ctx

    the parse tree

  18. abstract 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.

    ctx

    the parse tree

  19. abstract def enterAssignment_pattern_expression(ctx: Assignment_pattern_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_expression.

    ctx

    the parse tree

  20. abstract def enterAssignment_pattern_expression_type(ctx: Assignment_pattern_expression_typeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_expression_type.

    ctx

    the parse tree

  21. abstract 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.

    ctx

    the parse tree

  22. abstract def enterAssignment_pattern_net_lvalue(ctx: Assignment_pattern_net_lvalueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_net_lvalue.

    ctx

    the parse tree

  23. abstract def enterAssignment_pattern_variable_lvalue(ctx: Assignment_pattern_variable_lvalueContext): Unit

    Enter a parse tree produced by SystemVerilogParser#assignment_pattern_variable_lvalue.

    ctx

    the parse tree

  24. abstract 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.

    ctx

    the parse tree

  25. abstract 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.

    ctx

    the parse tree

  26. abstract 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.

    ctx

    the parse tree

  27. abstract 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.

    ctx

    the parse tree

  28. abstract 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.

    ctx

    the parse tree

  29. abstract 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.

    ctx

    the parse tree

  30. abstract 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.

    ctx

    the parse tree

  31. abstract 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.

    ctx

    the parse tree

  32. abstract 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.

    ctx

    the parse tree

  33. abstract 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.

    ctx

    the parse tree

  34. abstract 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.

    ctx

    the parse tree

  35. abstract 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.

    ctx

    the parse tree

  36. abstract 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.

    ctx

    the parse tree

  37. abstract 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.

    ctx

    the parse tree

  38. abstract 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.

    ctx

    the parse tree

  39. abstract 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.

    ctx

    the parse tree

  40. abstract 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.

    ctx

    the parse tree

  41. abstract 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.

    ctx

    the parse tree

  42. abstract 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.

    ctx

    the parse tree

  43. abstract 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.

    ctx

    the parse tree

  44. abstract 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.

    ctx

    the parse tree

  45. abstract 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.

    ctx

    the parse tree

  46. abstract 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.

    ctx

    the parse tree

  47. abstract 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.

    ctx

    the parse tree

  48. abstract 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.

    ctx

    the parse tree

  49. abstract 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.

    ctx

    the parse tree

  50. abstract 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.

    ctx

    the parse tree

  51. abstract 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.

    ctx

    the parse tree

  52. abstract 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.

    ctx

    the parse tree

  53. abstract 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.

    ctx

    the parse tree

  54. abstract 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.

    ctx

    the parse tree

  55. abstract 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.

    ctx

    the parse tree

  56. abstract 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.

    ctx

    the parse tree

  57. abstract 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.

    ctx

    the parse tree

  58. abstract 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.

    ctx

    the parse tree

  59. abstract 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.

    ctx

    the parse tree

  60. abstract 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.

    ctx

    the parse tree

  61. abstract 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.

    ctx

    the parse tree

  62. abstract 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.

    ctx

    the parse tree

  63. abstract 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.

    ctx

    the parse tree

  64. abstract 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.

    ctx

    the parse tree

  65. abstract 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.

    ctx

    the parse tree

  66. abstract 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.

    ctx

    the parse tree

  67. abstract 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.

    ctx

    the parse tree

  68. abstract 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.

    ctx

    the parse tree

  69. abstract 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.

    ctx

    the parse tree

  70. abstract 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.

    ctx

    the parse tree

  71. abstract 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.

    ctx

    the parse tree

  72. abstract 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.

    ctx

    the parse tree

  73. abstract 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.

    ctx

    the parse tree

  74. abstract 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.

    ctx

    the parse tree

  75. abstract 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.

    ctx

    the parse tree

  76. abstract 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.

    ctx

    the parse tree

  77. abstract 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.

    ctx

    the parse tree

  78. abstract 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.

    ctx

    the parse tree

  79. abstract 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.

    ctx

    the parse tree

  80. abstract 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.

    ctx

    the parse tree

  81. abstract 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.

    ctx

    the parse tree

  82. abstract def enterClass_constructor_declaration(ctx: Class_constructor_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#class_constructor_declaration.

    ctx

    the parse tree

  83. abstract 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.

    ctx

    the parse tree

  84. abstract 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.

    ctx

    the parse tree

  85. abstract 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.

    ctx

    the parse tree

  86. abstract 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.

    ctx

    the parse tree

  87. abstract 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.

    ctx

    the parse tree

  88. abstract 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.

    ctx

    the parse tree

  89. abstract 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.

    ctx

    the parse tree

  90. abstract 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.

    ctx

    the parse tree

  91. abstract 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.

    ctx

    the parse tree

  92. abstract 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.

    ctx

    the parse tree

  93. abstract 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.

    ctx

    the parse tree

  94. abstract 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.

    ctx

    the parse tree

  95. abstract 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.

    ctx

    the parse tree

  96. abstract 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.

    ctx

    the parse tree

  97. abstract 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.

    ctx

    the parse tree

  98. abstract 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.

    ctx

    the parse tree

  99. abstract 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.

    ctx

    the parse tree

  100. abstract 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.

    ctx

    the parse tree

  101. abstract 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.

    ctx

    the parse tree

  102. abstract 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.

    ctx

    the parse tree

  103. abstract 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.

    ctx

    the parse tree

  104. abstract 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.

    ctx

    the parse tree

  105. abstract 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.

    ctx

    the parse tree

  106. abstract 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.

    ctx

    the parse tree

  107. abstract def enterClockvar(ctx: ClockvarContext): Unit

    Enter a parse tree produced by SystemVerilogParser#clockvar.

    Enter a parse tree produced by SystemVerilogParser#clockvar.

    ctx

    the parse tree

  108. abstract 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.

    ctx

    the parse tree

  109. abstract 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.

    ctx

    the parse tree

  110. abstract 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.

    ctx

    the parse tree

  111. abstract 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.

    ctx

    the parse tree

  112. abstract 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.

    ctx

    the parse tree

  113. abstract def enterConcatenation(ctx: ConcatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#concatenation.

    Enter a parse tree produced by SystemVerilogParser#concatenation.

    ctx

    the parse tree

  114. abstract 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.

    ctx

    the parse tree

  115. abstract def enterConcurrent_assertion_statement(ctx: Concurrent_assertion_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#concurrent_assertion_statement.

    ctx

    the parse tree

  116. abstract 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.

    ctx

    the parse tree

  117. abstract def enterConditional_generate_construct(ctx: Conditional_generate_constructContext): Unit

    Enter a parse tree produced by SystemVerilogParser#conditional_generate_construct.

    ctx

    the parse tree

  118. abstract 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.

    ctx

    the parse tree

  119. abstract 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.

    ctx

    the parse tree

  120. abstract 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.

    ctx

    the parse tree

  121. abstract def enterConditional_statement_else_chain(ctx: Conditional_statement_else_chainContext): Unit

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_else_chain.

    ctx

    the parse tree

  122. abstract def enterConditional_statement_else_tail(ctx: Conditional_statement_else_tailContext): Unit

    Enter a parse tree produced by SystemVerilogParser#conditional_statement_else_tail.

    ctx

    the parse tree

  123. abstract 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.

    ctx

    the parse tree

  124. abstract 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.

    ctx

    the parse tree

  125. abstract 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.

    ctx

    the parse tree

  126. abstract 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.

    ctx

    the parse tree

  127. abstract 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.

    ctx

    the parse tree

  128. abstract 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.

    ctx

    the parse tree

  129. abstract 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.

    ctx

    the parse tree

  130. abstract 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.

    ctx

    the parse tree

  131. abstract 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.

    ctx

    the parse tree

  132. abstract def enterConstant_assignment_pattern_expression(ctx: Constant_assignment_pattern_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_assignment_pattern_expression.

    ctx

    the parse tree

  133. abstract 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.

    ctx

    the parse tree

  134. abstract 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.

    ctx

    the parse tree

  135. abstract 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.

    ctx

    the parse tree

  136. abstract 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.

    ctx

    the parse tree

  137. abstract def enterConstant_mintypmax_expression(ctx: Constant_mintypmax_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_mintypmax_expression.

    ctx

    the parse tree

  138. abstract def enterConstant_multiple_concatenation(ctx: Constant_multiple_concatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constant_multiple_concatenation.

    ctx

    the parse tree

  139. abstract 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.

    ctx

    the parse tree

  140. abstract 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.

    ctx

    the parse tree

  141. abstract 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.

    ctx

    the parse tree

  142. abstract 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.

    ctx

    the parse tree

  143. abstract 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.

    ctx

    the parse tree

  144. abstract 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.

    ctx

    the parse tree

  145. abstract 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.

    ctx

    the parse tree

  146. abstract 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.

    ctx

    the parse tree

  147. abstract 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.

    ctx

    the parse tree

  148. abstract 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.

    ctx

    the parse tree

  149. abstract 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.

    ctx

    the parse tree

  150. abstract 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.

    ctx

    the parse tree

  151. abstract 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.

    ctx

    the parse tree

  152. abstract def enterConstraint_prototype_qualifier(ctx: Constraint_prototype_qualifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#constraint_prototype_qualifier.

    ctx

    the parse tree

  153. abstract 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.

    ctx

    the parse tree

  154. abstract 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.

    ctx

    the parse tree

  155. abstract 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.

    ctx

    the parse tree

  156. abstract def enterControlled_timing_check_event(ctx: Controlled_timing_check_eventContext): Unit

    Enter a parse tree produced by SystemVerilogParser#controlled_timing_check_event.

    ctx

    the parse tree

  157. abstract 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.

    ctx

    the parse tree

  158. abstract 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.

    ctx

    the parse tree

  159. abstract 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.

    ctx

    the parse tree

  160. abstract 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.

    ctx

    the parse tree

  161. abstract 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.

    ctx

    the parse tree

  162. abstract 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.

    ctx

    the parse tree

  163. abstract 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.

    ctx

    the parse tree

  164. abstract 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.

    ctx

    the parse tree

  165. abstract 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.

    ctx

    the parse tree

  166. abstract 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.

    ctx

    the parse tree

  167. abstract 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.

    ctx

    the parse tree

  168. abstract 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.

    ctx

    the parse tree

  169. abstract 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.

    ctx

    the parse tree

  170. abstract 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.

    ctx

    the parse tree

  171. abstract 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.

    ctx

    the parse tree

  172. abstract 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.

    ctx

    the parse tree

  173. abstract 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.

    ctx

    the parse tree

  174. abstract 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.

    ctx

    the parse tree

  175. abstract 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.

    ctx

    the parse tree

  176. abstract 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.

    ctx

    the parse tree

  177. abstract 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.

    ctx

    the parse tree

  178. abstract 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.

    ctx

    the parse tree

  179. abstract 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.

    ctx

    the parse tree

  180. abstract 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.

    ctx

    the parse tree

  181. abstract 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.

    ctx

    the parse tree

  182. abstract 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.

    ctx

    the parse tree

  183. abstract 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.

    ctx

    the parse tree

  184. abstract 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.

    ctx

    the parse tree

  185. abstract 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.

    ctx

    the parse tree

  186. abstract 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.

    ctx

    the parse tree

  187. abstract 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.

    ctx

    the parse tree

  188. abstract 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.

    ctx

    the parse tree

  189. abstract 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.

    ctx

    the parse tree

  190. abstract 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.

    ctx

    the parse tree

  191. abstract 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.

    ctx

    the parse tree

  192. abstract 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.

    ctx

    the parse tree

  193. abstract 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.

    ctx

    the parse tree

  194. abstract def enterDeferred_immediate_assert_statement(ctx: Deferred_immediate_assert_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assert_statement.

    ctx

    the parse tree

  195. abstract def enterDeferred_immediate_assertion_item(ctx: Deferred_immediate_assertion_itemContext): Unit

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_item.

    ctx

    the parse tree

  196. abstract def enterDeferred_immediate_assertion_statement(ctx: Deferred_immediate_assertion_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_statement.

    ctx

    the parse tree

  197. abstract def enterDeferred_immediate_assume_statement(ctx: Deferred_immediate_assume_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_assume_statement.

    ctx

    the parse tree

  198. abstract def enterDeferred_immediate_cover_statement(ctx: Deferred_immediate_cover_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#deferred_immediate_cover_statement.

    ctx

    the parse tree

  199. abstract 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.

    ctx

    the parse tree

  200. abstract def enterDelay2(ctx: Delay2Context): Unit

    Enter a parse tree produced by SystemVerilogParser#delay2.

    Enter a parse tree produced by SystemVerilogParser#delay2.

    ctx

    the parse tree

  201. abstract def enterDelay3(ctx: Delay3Context): Unit

    Enter a parse tree produced by SystemVerilogParser#delay3.

    Enter a parse tree produced by SystemVerilogParser#delay3.

    ctx

    the parse tree

  202. abstract 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.

    ctx

    the parse tree

  203. abstract 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.

    ctx

    the parse tree

  204. abstract 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.

    ctx

    the parse tree

  205. abstract 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.

    ctx

    the parse tree

  206. abstract 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.

    ctx

    the parse tree

  207. abstract 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.

    ctx

    the parse tree

  208. abstract 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.

    ctx

    the parse tree

  209. abstract def enterDescription(ctx: DescriptionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#description.

    Enter a parse tree produced by SystemVerilogParser#description.

    ctx

    the parse tree

  210. abstract 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.

    ctx

    the parse tree

  211. abstract 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.

    ctx

    the parse tree

  212. abstract 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.

    ctx

    the parse tree

  213. abstract 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.

    ctx

    the parse tree

  214. abstract 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.

    ctx

    the parse tree

  215. abstract 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.

    ctx

    the parse tree

  216. abstract 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.

    ctx

    the parse tree

  217. abstract 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.

    ctx

    the parse tree

  218. abstract 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.

    ctx

    the parse tree

  219. abstract 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.

    ctx

    the parse tree

  220. abstract 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.

    ctx

    the parse tree

  221. abstract 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.

    ctx

    the parse tree

  222. abstract 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.

    ctx

    the parse tree

  223. abstract 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.

    ctx

    the parse tree

  224. abstract def enterDynamic_array_variable_identifier(ctx: Dynamic_array_variable_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#dynamic_array_variable_identifier.

    ctx

    the parse tree

  225. abstract 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.

    ctx

    the parse tree

  226. abstract 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.

    ctx

    the parse tree

  227. abstract 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.

    ctx

    the parse tree

  228. abstract 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.

    ctx

    the parse tree

  229. abstract 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.

    ctx

    the parse tree

  230. abstract def enterEdge_sensitive_path_declaration(ctx: Edge_sensitive_path_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#edge_sensitive_path_declaration.

    ctx

    the parse tree

  231. abstract 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.

    ctx

    the parse tree

  232. abstract 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.

    ctx

    the parse tree

  233. abstract def enterEmpty_unpacked_array_concatenation(ctx: Empty_unpacked_array_concatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#empty_unpacked_array_concatenation.

    ctx

    the parse tree

  234. abstract 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.

    ctx

    the parse tree

  235. abstract 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.

    ctx

    the parse tree

  236. abstract 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.

    ctx

    the parse tree

  237. abstract 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.

    ctx

    the parse tree

  238. abstract 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.

    ctx

    the parse tree

  239. abstract 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.

    ctx

    the parse tree

  240. abstract 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.

    ctx

    the parse tree

  241. abstract 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.

    ctx

    the parse tree

  242. abstract 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.

    ctx

    the parse tree

  243. abstract 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.

    ctx

    the parse tree

  244. abstract 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.

    ctx

    the parse tree

  245. abstract 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.

    ctx

    the parse tree

  246. abstract 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.

    ctx

    the parse tree

  247. abstract 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.

    ctx

    the parse tree

  248. abstract 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.

    ctx

    the parse tree

  249. abstract def enterEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  250. abstract 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.

    ctx

    the parse tree

  251. abstract 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.

    ctx

    the parse tree

  252. abstract def enterExpression(ctx: ExpressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#expression.

    Enter a parse tree produced by SystemVerilogParser#expression.

    ctx

    the parse tree

  253. abstract 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.

    ctx

    the parse tree

  254. abstract 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.

    ctx

    the parse tree

  255. abstract def enterExtern_constraint_declaration(ctx: Extern_constraint_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#extern_constraint_declaration.

    ctx

    the parse tree

  256. abstract 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.

    ctx

    the parse tree

  257. abstract 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.

    ctx

    the parse tree

  258. abstract 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.

    ctx

    the parse tree

  259. abstract 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.

    ctx

    the parse tree

  260. abstract 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.

    ctx

    the parse tree

  261. abstract 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.

    ctx

    the parse tree

  262. abstract 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.

    ctx

    the parse tree

  263. abstract 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.

    ctx

    the parse tree

  264. abstract 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.

    ctx

    the parse tree

  265. abstract 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.

    ctx

    the parse tree

  266. abstract 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.

    ctx

    the parse tree

  267. abstract 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.

    ctx

    the parse tree

  268. abstract 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.

    ctx

    the parse tree

  269. abstract 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.

    ctx

    the parse tree

  270. abstract 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.

    ctx

    the parse tree

  271. abstract 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.

    ctx

    the parse tree

  272. abstract 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.

    ctx

    the parse tree

  273. abstract 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.

    ctx

    the parse tree

  274. abstract 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.

    ctx

    the parse tree

  275. abstract 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.

    ctx

    the parse tree

  276. abstract 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.

    ctx

    the parse tree

  277. abstract 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.

    ctx

    the parse tree

  278. abstract 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.

    ctx

    the parse tree

  279. abstract 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.

    ctx

    the parse tree

  280. abstract 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.

    ctx

    the parse tree

  281. abstract 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.

    ctx

    the parse tree

  282. abstract 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.

    ctx

    the parse tree

  283. abstract 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.

    ctx

    the parse tree

  284. abstract 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.

    ctx

    the parse tree

  285. abstract 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.

    ctx

    the parse tree

  286. abstract 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.

    ctx

    the parse tree

  287. abstract 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.

    ctx

    the parse tree

  288. abstract 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.

    ctx

    the parse tree

  289. abstract 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.

    ctx

    the parse tree

  290. abstract 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.

    ctx

    the parse tree

  291. abstract 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.

    ctx

    the parse tree

  292. abstract 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.

    ctx

    the parse tree

  293. abstract 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.

    ctx

    the parse tree

  294. abstract 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.

    ctx

    the parse tree

  295. abstract 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.

    ctx

    the parse tree

  296. abstract 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.

    ctx

    the parse tree

  297. abstract 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.

    ctx

    the parse tree

  298. abstract 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.

    ctx

    the parse tree

  299. abstract 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.

    ctx

    the parse tree

  300. abstract 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.

    ctx

    the parse tree

  301. abstract 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.

    ctx

    the parse tree

  302. abstract def enterIdentifier(ctx: IdentifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#identifier.

    Enter a parse tree produced by SystemVerilogParser#identifier.

    ctx

    the parse tree

  303. abstract 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.

    ctx

    the parse tree

  304. abstract 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.

    ctx

    the parse tree

  305. abstract def enterImmediate_assertion_statement(ctx: Immediate_assertion_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#immediate_assertion_statement.

    ctx

    the parse tree

  306. abstract 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.

    ctx

    the parse tree

  307. abstract 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.

    ctx

    the parse tree

  308. abstract 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.

    ctx

    the parse tree

  309. abstract 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.

    ctx

    the parse tree

  310. abstract 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.

    ctx

    the parse tree

  311. abstract 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.

    ctx

    the parse tree

  312. abstract def enterIncomplete_condition_statement(ctx: Incomplete_condition_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#incomplete_condition_statement.

    ctx

    the parse tree

  313. abstract 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.

    ctx

    the parse tree

  314. abstract 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.

    ctx

    the parse tree

  315. abstract 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.

    ctx

    the parse tree

  316. abstract 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.

    ctx

    the parse tree

  317. abstract 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.

    ctx

    the parse tree

  318. abstract 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.

    ctx

    the parse tree

  319. abstract 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.

    ctx

    the parse tree

  320. abstract 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.

    ctx

    the parse tree

  321. abstract 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.

    ctx

    the parse tree

  322. abstract 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.

    ctx

    the parse tree

  323. abstract 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.

    ctx

    the parse tree

  324. abstract 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.

    ctx

    the parse tree

  325. abstract 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.

    ctx

    the parse tree

  326. abstract 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.

    ctx

    the parse tree

  327. abstract 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.

    ctx

    the parse tree

  328. abstract def enterInteger_covergroup_expression(ctx: Integer_covergroup_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#integer_covergroup_expression.

    ctx

    the parse tree

  329. abstract 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.

    ctx

    the parse tree

  330. abstract 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.

    ctx

    the parse tree

  331. abstract 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.

    ctx

    the parse tree

  332. abstract 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.

    ctx

    the parse tree

  333. abstract 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.

    ctx

    the parse tree

  334. abstract 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.

    ctx

    the parse tree

  335. abstract 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.

    ctx

    the parse tree

  336. abstract 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.

    ctx

    the parse tree

  337. abstract 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.

    ctx

    the parse tree

  338. abstract 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.

    ctx

    the parse tree

  339. abstract 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.

    ctx

    the parse tree

  340. abstract 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.

    ctx

    the parse tree

  341. abstract def enterInterface_instance_identifier(ctx: Interface_instance_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#interface_instance_identifier.

    ctx

    the parse tree

  342. abstract 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.

    ctx

    the parse tree

  343. abstract 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.

    ctx

    the parse tree

  344. abstract 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.

    ctx

    the parse tree

  345. abstract 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.

    ctx

    the parse tree

  346. abstract 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.

    ctx

    the parse tree

  347. abstract 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.

    ctx

    the parse tree

  348. abstract 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.

    ctx

    the parse tree

  349. abstract 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.

    ctx

    the parse tree

  350. abstract 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.

    ctx

    the parse tree

  351. abstract 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.

    ctx

    the parse tree

  352. abstract 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.

    ctx

    the parse tree

  353. abstract 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.

    ctx

    the parse tree

  354. abstract 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.

    ctx

    the parse tree

  355. abstract 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.

    ctx

    the parse tree

  356. abstract 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.

    ctx

    the parse tree

  357. abstract 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.

    ctx

    the parse tree

  358. abstract 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.

    ctx

    the parse tree

  359. abstract 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.

    ctx

    the parse tree

  360. abstract 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.

    ctx

    the parse tree

  361. abstract def enterLifetime(ctx: LifetimeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#lifetime.

    Enter a parse tree produced by SystemVerilogParser#lifetime.

    ctx

    the parse tree

  362. abstract 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.

    ctx

    the parse tree

  363. abstract 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.

    ctx

    the parse tree

  364. abstract 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.

    ctx

    the parse tree

  365. abstract 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.

    ctx

    the parse tree

  366. abstract 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.

    ctx

    the parse tree

  367. abstract 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.

    ctx

    the parse tree

  368. abstract 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.

    ctx

    the parse tree

  369. abstract def enterList_of_interface_identifiers(ctx: List_of_interface_identifiersContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_interface_identifiers.

    ctx

    the parse tree

  370. abstract 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.

    ctx

    the parse tree

  371. abstract 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.

    ctx

    the parse tree

  372. abstract 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.

    ctx

    the parse tree

  373. abstract def enterList_of_parameter_assignments(ctx: List_of_parameter_assignmentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_parameter_assignments.

    ctx

    the parse tree

  374. abstract 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.

    ctx

    the parse tree

  375. abstract 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.

    ctx

    the parse tree

  376. abstract 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.

    ctx

    the parse tree

  377. abstract 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.

    ctx

    the parse tree

  378. abstract 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.

    ctx

    the parse tree

  379. abstract 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.

    ctx

    the parse tree

  380. abstract def enterList_of_specparam_assignments(ctx: List_of_specparam_assignmentsContext): Unit

    Enter a parse tree produced by SystemVerilogParser#list_of_specparam_assignments.

    ctx

    the parse tree

  381. abstract 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.

    ctx

    the parse tree

  382. abstract 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.

    ctx

    the parse tree

  383. abstract 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.

    ctx

    the parse tree

  384. abstract 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.

    ctx

    the parse tree

  385. abstract 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.

    ctx

    the parse tree

  386. abstract 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.

    ctx

    the parse tree

  387. abstract 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.

    ctx

    the parse tree

  388. abstract 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.

    ctx

    the parse tree

  389. abstract 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.

    ctx

    the parse tree

  390. abstract 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.

    ctx

    the parse tree

  391. abstract 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.

    ctx

    the parse tree

  392. abstract 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.

    ctx

    the parse tree

  393. abstract 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.

    ctx

    the parse tree

  394. abstract 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.

    ctx

    the parse tree

  395. abstract 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.

    ctx

    the parse tree

  396. abstract 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.

    ctx

    the parse tree

  397. abstract 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.

    ctx

    the parse tree

  398. abstract 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.

    ctx

    the parse tree

  399. abstract 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.

    ctx

    the parse tree

  400. abstract 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.

    ctx

    the parse tree

  401. abstract 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.

    ctx

    the parse tree

  402. abstract 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.

    ctx

    the parse tree

  403. abstract 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.

    ctx

    the parse tree

  404. abstract 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.

    ctx

    the parse tree

  405. abstract 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.

    ctx

    the parse tree

  406. abstract 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.

    ctx

    the parse tree

  407. abstract def enterModport_simple_ports_declaration(ctx: Modport_simple_ports_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#modport_simple_ports_declaration.

    ctx

    the parse tree

  408. abstract 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.

    ctx

    the parse tree

  409. abstract 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.

    ctx

    the parse tree

  410. abstract 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.

    ctx

    the parse tree

  411. abstract 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.

    ctx

    the parse tree

  412. abstract 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.

    ctx

    the parse tree

  413. abstract 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.

    ctx

    the parse tree

  414. abstract 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.

    ctx

    the parse tree

  415. abstract 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.

    ctx

    the parse tree

  416. abstract 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.

    ctx

    the parse tree

  417. abstract 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.

    ctx

    the parse tree

  418. abstract 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.

    ctx

    the parse tree

  419. abstract 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.

    ctx

    the parse tree

  420. abstract def enterModule_path_mintypmax_expression(ctx: Module_path_mintypmax_expressionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_path_mintypmax_expression.

    ctx

    the parse tree

  421. abstract def enterModule_path_multiple_concatenation(ctx: Module_path_multiple_concatenationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_path_multiple_concatenation.

    ctx

    the parse tree

  422. abstract 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.

    ctx

    the parse tree

  423. abstract def enterModule_program_interface_instantiation(ctx: Module_program_interface_instantiationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#module_program_interface_instantiation.

    ctx

    the parse tree

  424. abstract 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.

    ctx

    the parse tree

  425. abstract 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.

    ctx

    the parse tree

  426. abstract 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.

    ctx

    the parse tree

  427. abstract 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.

    ctx

    the parse tree

  428. abstract 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.

    ctx

    the parse tree

  429. abstract 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.

    ctx

    the parse tree

  430. abstract 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.

    ctx

    the parse tree

  431. abstract 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.

    ctx

    the parse tree

  432. abstract 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.

    ctx

    the parse tree

  433. abstract def enterNamed_checker_port_connection(ctx: Named_checker_port_connectionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#named_checker_port_connection.

    ctx

    the parse tree

  434. abstract 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.

    ctx

    the parse tree

  435. abstract 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.

    ctx

    the parse tree

  436. abstract 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.

    ctx

    the parse tree

  437. abstract 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.

    ctx

    the parse tree

  438. abstract 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.

    ctx

    the parse tree

  439. abstract 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.

    ctx

    the parse tree

  440. abstract 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.

    ctx

    the parse tree

  441. abstract 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.

    ctx

    the parse tree

  442. abstract 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.

    ctx

    the parse tree

  443. abstract 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.

    ctx

    the parse tree

  444. abstract 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.

    ctx

    the parse tree

  445. abstract 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.

    ctx

    the parse tree

  446. abstract 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.

    ctx

    the parse tree

  447. abstract 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.

    ctx

    the parse tree

  448. abstract 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.

    ctx

    the parse tree

  449. abstract 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.

    ctx

    the parse tree

  450. abstract 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.

    ctx

    the parse tree

  451. abstract 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.

    ctx

    the parse tree

  452. abstract 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.

    ctx

    the parse tree

  453. abstract 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.

    ctx

    the parse tree

  454. abstract 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.

    ctx

    the parse tree

  455. abstract 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.

    ctx

    the parse tree

  456. abstract def enterNotifier(ctx: NotifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#notifier.

    Enter a parse tree produced by SystemVerilogParser#notifier.

    ctx

    the parse tree

  457. abstract 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.

    ctx

    the parse tree

  458. abstract def enterNumber(ctx: NumberContext): Unit

    Enter a parse tree produced by SystemVerilogParser#number.

    Enter a parse tree produced by SystemVerilogParser#number.

    ctx

    the parse tree

  459. abstract 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.

    ctx

    the parse tree

  460. abstract 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.

    ctx

    the parse tree

  461. abstract 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.

    ctx

    the parse tree

  462. abstract 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.

    ctx

    the parse tree

  463. abstract 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.

    ctx

    the parse tree

  464. abstract 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.

    ctx

    the parse tree

  465. abstract 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.

    ctx

    the parse tree

  466. abstract def enterOrdered_checker_port_connection(ctx: Ordered_checker_port_connectionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ordered_checker_port_connection.

    ctx

    the parse tree

  467. abstract 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.

    ctx

    the parse tree

  468. abstract 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.

    ctx

    the parse tree

  469. abstract 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.

    ctx

    the parse tree

  470. abstract 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.

    ctx

    the parse tree

  471. abstract 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.

    ctx

    the parse tree

  472. abstract 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.

    ctx

    the parse tree

  473. abstract 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.

    ctx

    the parse tree

  474. abstract 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.

    ctx

    the parse tree

  475. abstract 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.

    ctx

    the parse tree

  476. abstract 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.

    ctx

    the parse tree

  477. abstract 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.

    ctx

    the parse tree

  478. abstract 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.

    ctx

    the parse tree

  479. abstract 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.

    ctx

    the parse tree

  480. abstract 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.

    ctx

    the parse tree

  481. abstract 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.

    ctx

    the parse tree

  482. abstract 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.

    ctx

    the parse tree

  483. abstract 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.

    ctx

    the parse tree

  484. abstract 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.

    ctx

    the parse tree

  485. abstract 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.

    ctx

    the parse tree

  486. abstract 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.

    ctx

    the parse tree

  487. abstract 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.

    ctx

    the parse tree

  488. abstract 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.

    ctx

    the parse tree

  489. abstract 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.

    ctx

    the parse tree

  490. abstract 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.

    ctx

    the parse tree

  491. abstract 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.

    ctx

    the parse tree

  492. abstract 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.

    ctx

    the parse tree

  493. abstract 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.

    ctx

    the parse tree

  494. abstract 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.

    ctx

    the parse tree

  495. abstract 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.

    ctx

    the parse tree

  496. abstract 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.

    ctx

    the parse tree

  497. abstract 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.

    ctx

    the parse tree

  498. abstract 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.

    ctx

    the parse tree

  499. abstract 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.

    ctx

    the parse tree

  500. abstract 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.

    ctx

    the parse tree

  501. abstract 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.

    ctx

    the parse tree

  502. abstract 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.

    ctx

    the parse tree

  503. abstract 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.

    ctx

    the parse tree

  504. abstract def enterPattern(ctx: PatternContext): Unit

    Enter a parse tree produced by SystemVerilogParser#pattern.

    Enter a parse tree produced by SystemVerilogParser#pattern.

    ctx

    the parse tree

  505. abstract 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.

    ctx

    the parse tree

  506. abstract 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.

    ctx

    the parse tree

  507. abstract 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.

    ctx

    the parse tree

  508. abstract 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.

    ctx

    the parse tree

  509. abstract def enterPort(ctx: PortContext): Unit

    Enter a parse tree produced by SystemVerilogParser#port.

    Enter a parse tree produced by SystemVerilogParser#port.

    ctx

    the parse tree

  510. abstract 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.

    ctx

    the parse tree

  511. abstract 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.

    ctx

    the parse tree

  512. abstract 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.

    ctx

    the parse tree

  513. abstract 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.

    ctx

    the parse tree

  514. abstract 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.

    ctx

    the parse tree

  515. abstract 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.

    ctx

    the parse tree

  516. abstract 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.

    ctx

    the parse tree

  517. abstract 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.

    ctx

    the parse tree

  518. abstract 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.

    ctx

    the parse tree

  519. abstract 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.

    ctx

    the parse tree

  520. abstract def enterPrimary(ctx: PrimaryContext): Unit

    Enter a parse tree produced by SystemVerilogParser#primary.

    Enter a parse tree produced by SystemVerilogParser#primary.

    ctx

    the parse tree

  521. abstract 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.

    ctx

    the parse tree

  522. abstract def enterProcedural_assertion_statement(ctx: Procedural_assertion_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#procedural_assertion_statement.

    ctx

    the parse tree

  523. abstract def enterProcedural_continuous_assignment(ctx: Procedural_continuous_assignmentContext): Unit

    Enter a parse tree produced by SystemVerilogParser#procedural_continuous_assignment.

    ctx

    the parse tree

  524. abstract 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.

    ctx

    the parse tree

  525. abstract def enterProcedural_timing_control_statement(ctx: Procedural_timing_control_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#procedural_timing_control_statement.

    ctx

    the parse tree

  526. abstract def enterProduction(ctx: ProductionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#production.

    Enter a parse tree produced by SystemVerilogParser#production.

    ctx

    the parse tree

  527. abstract 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.

    ctx

    the parse tree

  528. abstract 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.

    ctx

    the parse tree

  529. abstract 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.

    ctx

    the parse tree

  530. abstract 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.

    ctx

    the parse tree

  531. abstract 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.

    ctx

    the parse tree

  532. abstract 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.

    ctx

    the parse tree

  533. abstract 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.

    ctx

    the parse tree

  534. abstract 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.

    ctx

    the parse tree

  535. abstract 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.

    ctx

    the parse tree

  536. abstract 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.

    ctx

    the parse tree

  537. abstract 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.

    ctx

    the parse tree

  538. abstract 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.

    ctx

    the parse tree

  539. abstract 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.

    ctx

    the parse tree

  540. abstract 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.

    ctx

    the parse tree

  541. abstract 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.

    ctx

    the parse tree

  542. abstract 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.

    ctx

    the parse tree

  543. abstract 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.

    ctx

    the parse tree

  544. abstract 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.

    ctx

    the parse tree

  545. abstract 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.

    ctx

    the parse tree

  546. abstract 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.

    ctx

    the parse tree

  547. abstract 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.

    ctx

    the parse tree

  548. abstract 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.

    ctx

    the parse tree

  549. abstract 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.

    ctx

    the parse tree

  550. abstract 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.

    ctx

    the parse tree

  551. abstract 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.

    ctx

    the parse tree

  552. abstract 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.

    ctx

    the parse tree

  553. abstract 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.

    ctx

    the parse tree

  554. abstract 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.

    ctx

    the parse tree

  555. abstract def enterPs_or_hierarchical_identifier(ctx: Ps_or_hierarchical_identifierContext): Unit

    Enter a parse tree produced by SystemVerilogParser#ps_or_hierarchical_identifier.

    ctx

    the parse tree

  556. abstract 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.

    ctx

    the parse tree

  557. abstract 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.

    ctx

    the parse tree

  558. abstract 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.

    ctx

    the parse tree

  559. abstract 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.

    ctx

    the parse tree

  560. abstract 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.

    ctx

    the parse tree

  561. abstract 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.

    ctx

    the parse tree

  562. abstract 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.

    ctx

    the parse tree

  563. abstract 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.

    ctx

    the parse tree

  564. abstract 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.

    ctx

    the parse tree

  565. abstract 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.

    ctx

    the parse tree

  566. abstract 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.

    ctx

    the parse tree

  567. abstract 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.

    ctx

    the parse tree

  568. abstract 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.

    ctx

    the parse tree

  569. abstract 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.

    ctx

    the parse tree

  570. abstract 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.

    ctx

    the parse tree

  571. abstract 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.

    ctx

    the parse tree

  572. abstract 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.

    ctx

    the parse tree

  573. abstract 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.

    ctx

    the parse tree

  574. abstract 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.

    ctx

    the parse tree

  575. abstract 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.

    ctx

    the parse tree

  576. abstract 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.

    ctx

    the parse tree

  577. abstract 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.

    ctx

    the parse tree

  578. abstract 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.

    ctx

    the parse tree

  579. abstract 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.

    ctx

    the parse tree

  580. abstract 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.

    ctx

    the parse tree

  581. abstract 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.

    ctx

    the parse tree

  582. abstract 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.

    ctx

    the parse tree

  583. abstract 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.

    ctx

    the parse tree

  584. abstract 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.

    ctx

    the parse tree

  585. abstract 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.

    ctx

    the parse tree

  586. abstract 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.

    ctx

    the parse tree

  587. abstract 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.

    ctx

    the parse tree

  588. abstract 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.

    ctx

    the parse tree

  589. abstract 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.

    ctx

    the parse tree

  590. abstract 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.

    ctx

    the parse tree

  591. abstract def enterScalar_timing_check_condition(ctx: Scalar_timing_check_conditionContext): Unit

    Enter a parse tree produced by SystemVerilogParser#scalar_timing_check_condition.

    ctx

    the parse tree

  592. abstract def enterSelect_(ctx: Select_Context): Unit

    Enter a parse tree produced by SystemVerilogParser#select_.

    Enter a parse tree produced by SystemVerilogParser#select_.

    ctx

    the parse tree

  593. abstract 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.

    ctx

    the parse tree

  594. abstract 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.

    ctx

    the parse tree

  595. abstract 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.

    ctx

    the parse tree

  596. abstract 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.

    ctx

    the parse tree

  597. abstract 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.

    ctx

    the parse tree

  598. abstract 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.

    ctx

    the parse tree

  599. abstract 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.

    ctx

    the parse tree

  600. abstract 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.

    ctx

    the parse tree

  601. abstract 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.

    ctx

    the parse tree

  602. abstract 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.

    ctx

    the parse tree

  603. abstract 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.

    ctx

    the parse tree

  604. abstract 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.

    ctx

    the parse tree

  605. abstract 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.

    ctx

    the parse tree

  606. abstract 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.

    ctx

    the parse tree

  607. abstract 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.

    ctx

    the parse tree

  608. abstract 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.

    ctx

    the parse tree

  609. abstract 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.

    ctx

    the parse tree

  610. abstract 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.

    ctx

    the parse tree

  611. abstract 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.

    ctx

    the parse tree

  612. abstract 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.

    ctx

    the parse tree

  613. abstract 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.

    ctx

    the parse tree

  614. abstract 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.

    ctx

    the parse tree

  615. abstract 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.

    ctx

    the parse tree

  616. abstract 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.

    ctx

    the parse tree

  617. abstract 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.

    ctx

    the parse tree

  618. abstract 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.

    ctx

    the parse tree

  619. abstract 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.

    ctx

    the parse tree

  620. abstract 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.

    ctx

    the parse tree

  621. abstract 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.

    ctx

    the parse tree

  622. abstract 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.

    ctx

    the parse tree

  623. abstract def enterSigning(ctx: SigningContext): Unit

    Enter a parse tree produced by SystemVerilogParser#signing.

    Enter a parse tree produced by SystemVerilogParser#signing.

    ctx

    the parse tree

  624. abstract 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.

    ctx

    the parse tree

  625. abstract def enterSimple_immediate_assert_statement(ctx: Simple_immediate_assert_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_assert_statement.

    ctx

    the parse tree

  626. abstract def enterSimple_immediate_assertion_statement(ctx: Simple_immediate_assertion_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_assertion_statement.

    ctx

    the parse tree

  627. abstract def enterSimple_immediate_assume_statement(ctx: Simple_immediate_assume_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_assume_statement.

    ctx

    the parse tree

  628. abstract def enterSimple_immediate_cover_statement(ctx: Simple_immediate_cover_statementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#simple_immediate_cover_statement.

    ctx

    the parse tree

  629. abstract 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.

    ctx

    the parse tree

  630. abstract 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.

    ctx

    the parse tree

  631. abstract def enterSize(ctx: SizeContext): Unit

    Enter a parse tree produced by SystemVerilogParser#size.

    Enter a parse tree produced by SystemVerilogParser#size.

    ctx

    the parse tree

  632. abstract 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.

    ctx

    the parse tree

  633. abstract 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.

    ctx

    the parse tree

  634. abstract 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.

    ctx

    the parse tree

  635. abstract 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.

    ctx

    the parse tree

  636. abstract 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.

    ctx

    the parse tree

  637. abstract 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.

    ctx

    the parse tree

  638. abstract def enterSpecify_input_terminal_descriptor(ctx: Specify_input_terminal_descriptorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#specify_input_terminal_descriptor.

    ctx

    the parse tree

  639. abstract 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.

    ctx

    the parse tree

  640. abstract def enterSpecify_output_terminal_descriptor(ctx: Specify_output_terminal_descriptorContext): Unit

    Enter a parse tree produced by SystemVerilogParser#specify_output_terminal_descriptor.

    ctx

    the parse tree

  641. abstract 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.

    ctx

    the parse tree

  642. abstract 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.

    ctx

    the parse tree

  643. abstract 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.

    ctx

    the parse tree

  644. abstract 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.

    ctx

    the parse tree

  645. abstract 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.

    ctx

    the parse tree

  646. abstract def enterState_dependent_path_declaration(ctx: State_dependent_path_declarationContext): Unit

    Enter a parse tree produced by SystemVerilogParser#state_dependent_path_declaration.

    ctx

    the parse tree

  647. abstract def enterStatement(ctx: StatementContext): Unit

    Enter a parse tree produced by SystemVerilogParser#statement.

    Enter a parse tree produced by SystemVerilogParser#statement.

    ctx

    the parse tree

  648. abstract 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.

    ctx

    the parse tree

  649. abstract 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.

    ctx

    the parse tree

  650. abstract 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.

    ctx

    the parse tree

  651. abstract 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.

    ctx

    the parse tree

  652. abstract 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.

    ctx

    the parse tree

  653. abstract 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.

    ctx

    the parse tree

  654. abstract def enterStrength0(ctx: Strength0Context): Unit

    Enter a parse tree produced by SystemVerilogParser#strength0.

    Enter a parse tree produced by SystemVerilogParser#strength0.

    ctx

    the parse tree

  655. abstract def enterStrength1(ctx: Strength1Context): Unit

    Enter a parse tree produced by SystemVerilogParser#strength1.

    Enter a parse tree produced by SystemVerilogParser#strength1.

    ctx

    the parse tree

  656. abstract 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.

    ctx

    the parse tree

  657. abstract 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.

    ctx

    the parse tree

  658. abstract 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.

    ctx

    the parse tree

  659. abstract 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.

    ctx

    the parse tree

  660. abstract 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.

    ctx

    the parse tree

  661. abstract 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.

    ctx

    the parse tree

  662. abstract 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.

    ctx

    the parse tree

  663. abstract 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.

    ctx

    the parse tree

  664. abstract 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.

    ctx

    the parse tree

  665. abstract 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.

    ctx

    the parse tree

  666. abstract 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.

    ctx

    the parse tree

  667. abstract 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.

    ctx

    the parse tree

  668. abstract 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.

    ctx

    the parse tree

  669. abstract 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.

    ctx

    the parse tree

  670. abstract 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.

    ctx

    the parse tree

  671. abstract 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.

    ctx

    the parse tree

  672. abstract 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.

    ctx

    the parse tree

  673. abstract 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.

    ctx

    the parse tree

  674. abstract 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.

    ctx

    the parse tree

  675. abstract 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.

    ctx

    the parse tree

  676. abstract 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.

    ctx

    the parse tree

  677. abstract 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.

    ctx

    the parse tree

  678. abstract 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.

    ctx

    the parse tree

  679. abstract 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.

    ctx

    the parse tree

  680. abstract 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.

    ctx

    the parse tree

  681. abstract 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.

    ctx

    the parse tree

  682. abstract 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.

    ctx

    the parse tree

  683. abstract 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.

    ctx

    the parse tree

  684. abstract 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.

    ctx

    the parse tree

  685. abstract 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.

    ctx

    the parse tree

  686. abstract 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.

    ctx

    the parse tree

  687. abstract 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.

    ctx

    the parse tree

  688. abstract def enterThreshold(ctx: ThresholdContext): Unit

    Enter a parse tree produced by SystemVerilogParser#threshold.

    Enter a parse tree produced by SystemVerilogParser#threshold.

    ctx

    the parse tree

  689. abstract 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.

    ctx

    the parse tree

  690. abstract 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.

    ctx

    the parse tree

  691. abstract 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.

    ctx

    the parse tree

  692. abstract 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.

    ctx

    the parse tree

  693. abstract 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.

    ctx

    the parse tree

  694. abstract 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.

    ctx

    the parse tree

  695. abstract 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.

    ctx

    the parse tree

  696. abstract 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.

    ctx

    the parse tree

  697. abstract 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.

    ctx

    the parse tree

  698. abstract 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.

    ctx

    the parse tree

  699. abstract 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.

    ctx

    the parse tree

  700. abstract 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.

    ctx

    the parse tree

  701. abstract 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.

    ctx

    the parse tree

  702. abstract 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.

    ctx

    the parse tree

  703. abstract 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.

    ctx

    the parse tree

  704. abstract 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.

    ctx

    the parse tree

  705. abstract 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.

    ctx

    the parse tree

  706. abstract 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.

    ctx

    the parse tree

  707. abstract 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.

    ctx

    the parse tree

  708. abstract 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.

    ctx

    the parse tree

  709. abstract 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.

    ctx

    the parse tree

  710. abstract 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.

    ctx

    the parse tree

  711. abstract 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.

    ctx

    the parse tree

  712. abstract 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.

    ctx

    the parse tree

  713. abstract 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.

    ctx

    the parse tree

  714. abstract 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.

    ctx

    the parse tree

  715. abstract 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.

    ctx

    the parse tree

  716. abstract 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.

    ctx

    the parse tree

  717. abstract 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.

    ctx

    the parse tree

  718. abstract 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.

    ctx

    the parse tree

  719. abstract 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.

    ctx

    the parse tree

  720. abstract 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.

    ctx

    the parse tree

  721. abstract 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.

    ctx

    the parse tree

  722. abstract 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.

    ctx

    the parse tree

  723. abstract 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.

    ctx

    the parse tree

  724. abstract 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.

    ctx

    the parse tree

  725. abstract 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.

    ctx

    the parse tree

  726. abstract 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.

    ctx

    the parse tree

  727. abstract 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.

    ctx

    the parse tree

  728. abstract 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.

    ctx

    the parse tree

  729. abstract 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.

    ctx

    the parse tree

  730. abstract 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.

    ctx

    the parse tree

  731. abstract 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.

    ctx

    the parse tree

  732. abstract 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.

    ctx

    the parse tree

  733. abstract 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.

    ctx

    the parse tree

  734. abstract 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.

    ctx

    the parse tree

  735. abstract 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.

    ctx

    the parse tree

  736. abstract 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.

    ctx

    the parse tree

  737. abstract 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.

    ctx

    the parse tree

  738. abstract 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.

    ctx

    the parse tree

  739. abstract 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.

    ctx

    the parse tree

  740. abstract 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.

    ctx

    the parse tree

  741. abstract 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.

    ctx

    the parse tree

  742. abstract 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.

    ctx

    the parse tree

  743. abstract 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.

    ctx

    the parse tree

  744. abstract 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.

    ctx

    the parse tree

  745. abstract 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.

    ctx

    the parse tree

  746. abstract 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.

    ctx

    the parse tree

  747. abstract 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.

    ctx

    the parse tree

  748. abstract 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.

    ctx

    the parse tree

  749. abstract 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.

    ctx

    the parse tree

  750. abstract 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.

    ctx

    the parse tree

  751. abstract 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.

    ctx

    the parse tree

  752. abstract 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.

    ctx

    the parse tree

  753. abstract 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.

    ctx

    the parse tree

  754. abstract 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.

    ctx

    the parse tree

  755. abstract 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.

    ctx

    the parse tree

  756. abstract 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.

    ctx

    the parse tree

  757. abstract 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.

    ctx

    the parse tree

  758. abstract 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.

    ctx

    the parse tree

  759. abstract 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.

    ctx

    the parse tree

  760. abstract 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.

    ctx

    the parse tree

  761. abstract 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.

    ctx

    the parse tree

  762. abstract 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.

    ctx

    the parse tree

  763. abstract 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.

    ctx

    the parse tree

  764. abstract 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.

    ctx

    the parse tree

  765. abstract 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.

    ctx

    the parse tree

  766. abstract 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.

    ctx

    the parse tree

  767. abstract 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.

    ctx

    the parse tree

  768. abstract 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.

    ctx

    the parse tree

  769. abstract 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.

    ctx

    the parse tree

  770. abstract 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.

    ctx

    the parse tree

  771. abstract 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.

    ctx

    the parse tree

  772. abstract 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.

    ctx

    the parse tree

  773. abstract def exitAssertion_variable_declaration(ctx: Assertion_variable_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assertion_variable_declaration.

    ctx

    the parse tree

  774. abstract 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.

    ctx

    the parse tree

  775. abstract 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.

    ctx

    the parse tree

  776. abstract def exitAssignment_pattern_expression(ctx: Assignment_pattern_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_expression.

    ctx

    the parse tree

  777. abstract def exitAssignment_pattern_expression_type(ctx: Assignment_pattern_expression_typeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_expression_type.

    ctx

    the parse tree

  778. abstract 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.

    ctx

    the parse tree

  779. abstract def exitAssignment_pattern_net_lvalue(ctx: Assignment_pattern_net_lvalueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_net_lvalue.

    ctx

    the parse tree

  780. abstract def exitAssignment_pattern_variable_lvalue(ctx: Assignment_pattern_variable_lvalueContext): Unit

    Exit a parse tree produced by SystemVerilogParser#assignment_pattern_variable_lvalue.

    ctx

    the parse tree

  781. abstract 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.

    ctx

    the parse tree

  782. abstract 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.

    ctx

    the parse tree

  783. abstract 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.

    ctx

    the parse tree

  784. abstract 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.

    ctx

    the parse tree

  785. abstract 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.

    ctx

    the parse tree

  786. abstract 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.

    ctx

    the parse tree

  787. abstract 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.

    ctx

    the parse tree

  788. abstract 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.

    ctx

    the parse tree

  789. abstract 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.

    ctx

    the parse tree

  790. abstract 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.

    ctx

    the parse tree

  791. abstract 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.

    ctx

    the parse tree

  792. abstract 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.

    ctx

    the parse tree

  793. abstract 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.

    ctx

    the parse tree

  794. abstract 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.

    ctx

    the parse tree

  795. abstract 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.

    ctx

    the parse tree

  796. abstract 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.

    ctx

    the parse tree

  797. abstract 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.

    ctx

    the parse tree

  798. abstract 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.

    ctx

    the parse tree

  799. abstract 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.

    ctx

    the parse tree

  800. abstract 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.

    ctx

    the parse tree

  801. abstract 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.

    ctx

    the parse tree

  802. abstract 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.

    ctx

    the parse tree

  803. abstract 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.

    ctx

    the parse tree

  804. abstract 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.

    ctx

    the parse tree

  805. abstract 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.

    ctx

    the parse tree

  806. abstract 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.

    ctx

    the parse tree

  807. abstract 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.

    ctx

    the parse tree

  808. abstract 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.

    ctx

    the parse tree

  809. abstract 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.

    ctx

    the parse tree

  810. abstract 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.

    ctx

    the parse tree

  811. abstract 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.

    ctx

    the parse tree

  812. abstract 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.

    ctx

    the parse tree

  813. abstract 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.

    ctx

    the parse tree

  814. abstract 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.

    ctx

    the parse tree

  815. abstract 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.

    ctx

    the parse tree

  816. abstract 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.

    ctx

    the parse tree

  817. abstract 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.

    ctx

    the parse tree

  818. abstract 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.

    ctx

    the parse tree

  819. abstract 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.

    ctx

    the parse tree

  820. abstract 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.

    ctx

    the parse tree

  821. abstract 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.

    ctx

    the parse tree

  822. abstract 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.

    ctx

    the parse tree

  823. abstract 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.

    ctx

    the parse tree

  824. abstract 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.

    ctx

    the parse tree

  825. abstract 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.

    ctx

    the parse tree

  826. abstract 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.

    ctx

    the parse tree

  827. abstract 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.

    ctx

    the parse tree

  828. abstract 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.

    ctx

    the parse tree

  829. abstract 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.

    ctx

    the parse tree

  830. abstract 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.

    ctx

    the parse tree

  831. abstract 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.

    ctx

    the parse tree

  832. abstract 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.

    ctx

    the parse tree

  833. abstract 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.

    ctx

    the parse tree

  834. abstract 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.

    ctx

    the parse tree

  835. abstract 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.

    ctx

    the parse tree

  836. abstract 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.

    ctx

    the parse tree

  837. abstract 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.

    ctx

    the parse tree

  838. abstract 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.

    ctx

    the parse tree

  839. abstract def exitClass_constructor_declaration(ctx: Class_constructor_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_constructor_declaration.

    ctx

    the parse tree

  840. abstract def exitClass_constructor_prototype(ctx: Class_constructor_prototypeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#class_constructor_prototype.

    ctx

    the parse tree

  841. abstract 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.

    ctx

    the parse tree

  842. abstract 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.

    ctx

    the parse tree

  843. abstract 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.

    ctx

    the parse tree

  844. abstract 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.

    ctx

    the parse tree

  845. abstract 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.

    ctx

    the parse tree

  846. abstract 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.

    ctx

    the parse tree

  847. abstract 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.

    ctx

    the parse tree

  848. abstract 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.

    ctx

    the parse tree

  849. abstract 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.

    ctx

    the parse tree

  850. abstract 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.

    ctx

    the parse tree

  851. abstract 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.

    ctx

    the parse tree

  852. abstract 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.

    ctx

    the parse tree

  853. abstract 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.

    ctx

    the parse tree

  854. abstract 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.

    ctx

    the parse tree

  855. abstract 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.

    ctx

    the parse tree

  856. abstract 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.

    ctx

    the parse tree

  857. abstract 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.

    ctx

    the parse tree

  858. abstract 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.

    ctx

    the parse tree

  859. abstract 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.

    ctx

    the parse tree

  860. abstract 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.

    ctx

    the parse tree

  861. abstract 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.

    ctx

    the parse tree

  862. abstract 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.

    ctx

    the parse tree

  863. abstract 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.

    ctx

    the parse tree

  864. abstract def exitClockvar(ctx: ClockvarContext): Unit

    Exit a parse tree produced by SystemVerilogParser#clockvar.

    Exit a parse tree produced by SystemVerilogParser#clockvar.

    ctx

    the parse tree

  865. abstract 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.

    ctx

    the parse tree

  866. abstract 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.

    ctx

    the parse tree

  867. abstract 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.

    ctx

    the parse tree

  868. abstract 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.

    ctx

    the parse tree

  869. abstract 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.

    ctx

    the parse tree

  870. abstract def exitConcatenation(ctx: ConcatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#concatenation.

    Exit a parse tree produced by SystemVerilogParser#concatenation.

    ctx

    the parse tree

  871. abstract 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.

    ctx

    the parse tree

  872. abstract def exitConcurrent_assertion_statement(ctx: Concurrent_assertion_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#concurrent_assertion_statement.

    ctx

    the parse tree

  873. abstract 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.

    ctx

    the parse tree

  874. abstract def exitConditional_generate_construct(ctx: Conditional_generate_constructContext): Unit

    Exit a parse tree produced by SystemVerilogParser#conditional_generate_construct.

    ctx

    the parse tree

  875. abstract 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.

    ctx

    the parse tree

  876. abstract 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.

    ctx

    the parse tree

  877. abstract def exitConditional_statement_chain(ctx: Conditional_statement_chainContext): Unit

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_chain.

    ctx

    the parse tree

  878. abstract def exitConditional_statement_else_chain(ctx: Conditional_statement_else_chainContext): Unit

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_else_chain.

    ctx

    the parse tree

  879. abstract def exitConditional_statement_else_tail(ctx: Conditional_statement_else_tailContext): Unit

    Exit a parse tree produced by SystemVerilogParser#conditional_statement_else_tail.

    ctx

    the parse tree

  880. abstract 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.

    ctx

    the parse tree

  881. abstract 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.

    ctx

    the parse tree

  882. abstract 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.

    ctx

    the parse tree

  883. abstract 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.

    ctx

    the parse tree

  884. abstract 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.

    ctx

    the parse tree

  885. abstract 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.

    ctx

    the parse tree

  886. abstract 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.

    ctx

    the parse tree

  887. abstract 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.

    ctx

    the parse tree

  888. abstract 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.

    ctx

    the parse tree

  889. abstract def exitConstant_assignment_pattern_expression(ctx: Constant_assignment_pattern_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_assignment_pattern_expression.

    ctx

    the parse tree

  890. abstract 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.

    ctx

    the parse tree

  891. abstract 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.

    ctx

    the parse tree

  892. abstract 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.

    ctx

    the parse tree

  893. abstract 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.

    ctx

    the parse tree

  894. abstract def exitConstant_mintypmax_expression(ctx: Constant_mintypmax_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_mintypmax_expression.

    ctx

    the parse tree

  895. abstract def exitConstant_multiple_concatenation(ctx: Constant_multiple_concatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constant_multiple_concatenation.

    ctx

    the parse tree

  896. abstract 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.

    ctx

    the parse tree

  897. abstract 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.

    ctx

    the parse tree

  898. abstract 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.

    ctx

    the parse tree

  899. abstract 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.

    ctx

    the parse tree

  900. abstract 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.

    ctx

    the parse tree

  901. abstract 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.

    ctx

    the parse tree

  902. abstract 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.

    ctx

    the parse tree

  903. abstract 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.

    ctx

    the parse tree

  904. abstract 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.

    ctx

    the parse tree

  905. abstract 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.

    ctx

    the parse tree

  906. abstract 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.

    ctx

    the parse tree

  907. abstract 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.

    ctx

    the parse tree

  908. abstract 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.

    ctx

    the parse tree

  909. abstract def exitConstraint_prototype_qualifier(ctx: Constraint_prototype_qualifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#constraint_prototype_qualifier.

    ctx

    the parse tree

  910. abstract 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.

    ctx

    the parse tree

  911. abstract 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.

    ctx

    the parse tree

  912. abstract 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.

    ctx

    the parse tree

  913. abstract def exitControlled_timing_check_event(ctx: Controlled_timing_check_eventContext): Unit

    Exit a parse tree produced by SystemVerilogParser#controlled_timing_check_event.

    ctx

    the parse tree

  914. abstract 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.

    ctx

    the parse tree

  915. abstract 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.

    ctx

    the parse tree

  916. abstract 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.

    ctx

    the parse tree

  917. abstract 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.

    ctx

    the parse tree

  918. abstract 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.

    ctx

    the parse tree

  919. abstract 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.

    ctx

    the parse tree

  920. abstract 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.

    ctx

    the parse tree

  921. abstract 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.

    ctx

    the parse tree

  922. abstract 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.

    ctx

    the parse tree

  923. abstract 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.

    ctx

    the parse tree

  924. abstract 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.

    ctx

    the parse tree

  925. abstract 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.

    ctx

    the parse tree

  926. abstract 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.

    ctx

    the parse tree

  927. abstract 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.

    ctx

    the parse tree

  928. abstract 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.

    ctx

    the parse tree

  929. abstract 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.

    ctx

    the parse tree

  930. abstract 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.

    ctx

    the parse tree

  931. abstract 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.

    ctx

    the parse tree

  932. abstract 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.

    ctx

    the parse tree

  933. abstract 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.

    ctx

    the parse tree

  934. abstract 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.

    ctx

    the parse tree

  935. abstract 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.

    ctx

    the parse tree

  936. abstract 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.

    ctx

    the parse tree

  937. abstract 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.

    ctx

    the parse tree

  938. abstract 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.

    ctx

    the parse tree

  939. abstract 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.

    ctx

    the parse tree

  940. abstract 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.

    ctx

    the parse tree

  941. abstract 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.

    ctx

    the parse tree

  942. abstract 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.

    ctx

    the parse tree

  943. abstract 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.

    ctx

    the parse tree

  944. abstract 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.

    ctx

    the parse tree

  945. abstract 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.

    ctx

    the parse tree

  946. abstract 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.

    ctx

    the parse tree

  947. abstract 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.

    ctx

    the parse tree

  948. abstract 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.

    ctx

    the parse tree

  949. abstract 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.

    ctx

    the parse tree

  950. abstract 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.

    ctx

    the parse tree

  951. abstract def exitDeferred_immediate_assert_statement(ctx: Deferred_immediate_assert_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assert_statement.

    ctx

    the parse tree

  952. abstract def exitDeferred_immediate_assertion_item(ctx: Deferred_immediate_assertion_itemContext): Unit

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_item.

    ctx

    the parse tree

  953. abstract def exitDeferred_immediate_assertion_statement(ctx: Deferred_immediate_assertion_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_statement.

    ctx

    the parse tree

  954. abstract def exitDeferred_immediate_assume_statement(ctx: Deferred_immediate_assume_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_assume_statement.

    ctx

    the parse tree

  955. abstract def exitDeferred_immediate_cover_statement(ctx: Deferred_immediate_cover_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#deferred_immediate_cover_statement.

    ctx

    the parse tree

  956. abstract 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.

    ctx

    the parse tree

  957. abstract def exitDelay2(ctx: Delay2Context): Unit

    Exit a parse tree produced by SystemVerilogParser#delay2.

    Exit a parse tree produced by SystemVerilogParser#delay2.

    ctx

    the parse tree

  958. abstract def exitDelay3(ctx: Delay3Context): Unit

    Exit a parse tree produced by SystemVerilogParser#delay3.

    Exit a parse tree produced by SystemVerilogParser#delay3.

    ctx

    the parse tree

  959. abstract 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.

    ctx

    the parse tree

  960. abstract 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.

    ctx

    the parse tree

  961. abstract 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.

    ctx

    the parse tree

  962. abstract 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.

    ctx

    the parse tree

  963. abstract 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.

    ctx

    the parse tree

  964. abstract 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.

    ctx

    the parse tree

  965. abstract 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.

    ctx

    the parse tree

  966. abstract def exitDescription(ctx: DescriptionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#description.

    Exit a parse tree produced by SystemVerilogParser#description.

    ctx

    the parse tree

  967. abstract 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.

    ctx

    the parse tree

  968. abstract 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.

    ctx

    the parse tree

  969. abstract 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.

    ctx

    the parse tree

  970. abstract 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.

    ctx

    the parse tree

  971. abstract 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.

    ctx

    the parse tree

  972. abstract 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.

    ctx

    the parse tree

  973. abstract def exitDpi_function_import_property(ctx: Dpi_function_import_propertyContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dpi_function_import_property.

    ctx

    the parse tree

  974. abstract 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.

    ctx

    the parse tree

  975. abstract 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.

    ctx

    the parse tree

  976. abstract 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.

    ctx

    the parse tree

  977. abstract 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.

    ctx

    the parse tree

  978. abstract 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.

    ctx

    the parse tree

  979. abstract 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.

    ctx

    the parse tree

  980. abstract 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.

    ctx

    the parse tree

  981. abstract def exitDynamic_array_variable_identifier(ctx: Dynamic_array_variable_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#dynamic_array_variable_identifier.

    ctx

    the parse tree

  982. abstract 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.

    ctx

    the parse tree

  983. abstract 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.

    ctx

    the parse tree

  984. abstract 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.

    ctx

    the parse tree

  985. abstract 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.

    ctx

    the parse tree

  986. abstract 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.

    ctx

    the parse tree

  987. abstract def exitEdge_sensitive_path_declaration(ctx: Edge_sensitive_path_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#edge_sensitive_path_declaration.

    ctx

    the parse tree

  988. abstract 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.

    ctx

    the parse tree

  989. abstract 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.

    ctx

    the parse tree

  990. abstract def exitEmpty_unpacked_array_concatenation(ctx: Empty_unpacked_array_concatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#empty_unpacked_array_concatenation.

    ctx

    the parse tree

  991. abstract 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.

    ctx

    the parse tree

  992. abstract 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.

    ctx

    the parse tree

  993. abstract 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.

    ctx

    the parse tree

  994. abstract 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.

    ctx

    the parse tree

  995. abstract 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.

    ctx

    the parse tree

  996. abstract 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.

    ctx

    the parse tree

  997. abstract 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.

    ctx

    the parse tree

  998. abstract 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.

    ctx

    the parse tree

  999. abstract 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.

    ctx

    the parse tree

  1000. abstract 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.

    ctx

    the parse tree

  1001. abstract 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.

    ctx

    the parse tree

  1002. abstract 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.

    ctx

    the parse tree

  1003. abstract 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.

    ctx

    the parse tree

  1004. abstract 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.

    ctx

    the parse tree

  1005. abstract 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.

    ctx

    the parse tree

  1006. abstract def exitEveryRule(arg0: ParserRuleContext): Unit
    Definition Classes
    ParseTreeListener
  1007. abstract 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.

    ctx

    the parse tree

  1008. abstract 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.

    ctx

    the parse tree

  1009. abstract def exitExpression(ctx: ExpressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#expression.

    Exit a parse tree produced by SystemVerilogParser#expression.

    ctx

    the parse tree

  1010. abstract 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.

    ctx

    the parse tree

  1011. abstract 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.

    ctx

    the parse tree

  1012. abstract def exitExtern_constraint_declaration(ctx: Extern_constraint_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#extern_constraint_declaration.

    ctx

    the parse tree

  1013. abstract 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.

    ctx

    the parse tree

  1014. abstract 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.

    ctx

    the parse tree

  1015. abstract 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.

    ctx

    the parse tree

  1016. abstract 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.

    ctx

    the parse tree

  1017. abstract 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.

    ctx

    the parse tree

  1018. abstract 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.

    ctx

    the parse tree

  1019. abstract 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.

    ctx

    the parse tree

  1020. abstract 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.

    ctx

    the parse tree

  1021. abstract 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.

    ctx

    the parse tree

  1022. abstract 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.

    ctx

    the parse tree

  1023. abstract 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.

    ctx

    the parse tree

  1024. abstract 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.

    ctx

    the parse tree

  1025. abstract 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.

    ctx

    the parse tree

  1026. abstract 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.

    ctx

    the parse tree

  1027. abstract 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.

    ctx

    the parse tree

  1028. abstract 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.

    ctx

    the parse tree

  1029. abstract 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.

    ctx

    the parse tree

  1030. abstract 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.

    ctx

    the parse tree

  1031. abstract 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.

    ctx

    the parse tree

  1032. abstract 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.

    ctx

    the parse tree

  1033. abstract 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.

    ctx

    the parse tree

  1034. abstract 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.

    ctx

    the parse tree

  1035. abstract 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.

    ctx

    the parse tree

  1036. abstract 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.

    ctx

    the parse tree

  1037. abstract 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.

    ctx

    the parse tree

  1038. abstract 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.

    ctx

    the parse tree

  1039. abstract 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.

    ctx

    the parse tree

  1040. abstract 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.

    ctx

    the parse tree

  1041. abstract 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.

    ctx

    the parse tree

  1042. abstract 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.

    ctx

    the parse tree

  1043. abstract 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.

    ctx

    the parse tree

  1044. abstract 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.

    ctx

    the parse tree

  1045. abstract 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.

    ctx

    the parse tree

  1046. abstract 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.

    ctx

    the parse tree

  1047. abstract 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.

    ctx

    the parse tree

  1048. abstract 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.

    ctx

    the parse tree

  1049. abstract 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.

    ctx

    the parse tree

  1050. abstract 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.

    ctx

    the parse tree

  1051. abstract 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.

    ctx

    the parse tree

  1052. abstract 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.

    ctx

    the parse tree

  1053. abstract 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.

    ctx

    the parse tree

  1054. abstract def exitHierarchical_btf_identifier(ctx: Hierarchical_btf_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#hierarchical_btf_identifier.

    ctx

    the parse tree

  1055. abstract 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.

    ctx

    the parse tree

  1056. abstract 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.

    ctx

    the parse tree

  1057. abstract 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.

    ctx

    the parse tree

  1058. abstract 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.

    ctx

    the parse tree

  1059. abstract def exitIdentifier(ctx: IdentifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#identifier.

    Exit a parse tree produced by SystemVerilogParser#identifier.

    ctx

    the parse tree

  1060. abstract 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.

    ctx

    the parse tree

  1061. abstract 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.

    ctx

    the parse tree

  1062. abstract def exitImmediate_assertion_statement(ctx: Immediate_assertion_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#immediate_assertion_statement.

    ctx

    the parse tree

  1063. abstract 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.

    ctx

    the parse tree

  1064. abstract 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.

    ctx

    the parse tree

  1065. abstract 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.

    ctx

    the parse tree

  1066. abstract 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.

    ctx

    the parse tree

  1067. abstract 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.

    ctx

    the parse tree

  1068. abstract 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.

    ctx

    the parse tree

  1069. abstract def exitIncomplete_condition_statement(ctx: Incomplete_condition_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#incomplete_condition_statement.

    ctx

    the parse tree

  1070. abstract 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.

    ctx

    the parse tree

  1071. abstract 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.

    ctx

    the parse tree

  1072. abstract 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.

    ctx

    the parse tree

  1073. abstract 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.

    ctx

    the parse tree

  1074. abstract 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.

    ctx

    the parse tree

  1075. abstract 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.

    ctx

    the parse tree

  1076. abstract 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.

    ctx

    the parse tree

  1077. abstract 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.

    ctx

    the parse tree

  1078. abstract 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.

    ctx

    the parse tree

  1079. abstract 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.

    ctx

    the parse tree

  1080. abstract 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.

    ctx

    the parse tree

  1081. abstract 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.

    ctx

    the parse tree

  1082. abstract 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.

    ctx

    the parse tree

  1083. abstract 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.

    ctx

    the parse tree

  1084. abstract 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.

    ctx

    the parse tree

  1085. abstract def exitInteger_covergroup_expression(ctx: Integer_covergroup_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#integer_covergroup_expression.

    ctx

    the parse tree

  1086. abstract 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.

    ctx

    the parse tree

  1087. abstract 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.

    ctx

    the parse tree

  1088. abstract 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.

    ctx

    the parse tree

  1089. abstract def exitInterface_class_declaration(ctx: Interface_class_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_class_declaration.

    ctx

    the parse tree

  1090. abstract 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.

    ctx

    the parse tree

  1091. abstract 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.

    ctx

    the parse tree

  1092. abstract 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.

    ctx

    the parse tree

  1093. abstract 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.

    ctx

    the parse tree

  1094. abstract 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.

    ctx

    the parse tree

  1095. abstract 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.

    ctx

    the parse tree

  1096. abstract 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.

    ctx

    the parse tree

  1097. abstract 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.

    ctx

    the parse tree

  1098. abstract def exitInterface_instance_identifier(ctx: Interface_instance_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#interface_instance_identifier.

    ctx

    the parse tree

  1099. abstract 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.

    ctx

    the parse tree

  1100. abstract 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.

    ctx

    the parse tree

  1101. abstract 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.

    ctx

    the parse tree

  1102. abstract 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.

    ctx

    the parse tree

  1103. abstract 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.

    ctx

    the parse tree

  1104. abstract 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.

    ctx

    the parse tree

  1105. abstract 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.

    ctx

    the parse tree

  1106. abstract 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.

    ctx

    the parse tree

  1107. abstract 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.

    ctx

    the parse tree

  1108. abstract 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.

    ctx

    the parse tree

  1109. abstract 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.

    ctx

    the parse tree

  1110. abstract 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.

    ctx

    the parse tree

  1111. abstract 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.

    ctx

    the parse tree

  1112. abstract 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.

    ctx

    the parse tree

  1113. abstract 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.

    ctx

    the parse tree

  1114. abstract 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.

    ctx

    the parse tree

  1115. abstract 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.

    ctx

    the parse tree

  1116. abstract 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.

    ctx

    the parse tree

  1117. abstract 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.

    ctx

    the parse tree

  1118. abstract def exitLifetime(ctx: LifetimeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#lifetime.

    Exit a parse tree produced by SystemVerilogParser#lifetime.

    ctx

    the parse tree

  1119. abstract 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.

    ctx

    the parse tree

  1120. abstract 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.

    ctx

    the parse tree

  1121. abstract 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.

    ctx

    the parse tree

  1122. abstract 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.

    ctx

    the parse tree

  1123. abstract 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.

    ctx

    the parse tree

  1124. abstract def exitList_of_defparam_assignments(ctx: List_of_defparam_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_defparam_assignments.

    ctx

    the parse tree

  1125. abstract 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.

    ctx

    the parse tree

  1126. abstract def exitList_of_interface_identifiers(ctx: List_of_interface_identifiersContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_interface_identifiers.

    ctx

    the parse tree

  1127. abstract 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.

    ctx

    the parse tree

  1128. abstract 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.

    ctx

    the parse tree

  1129. abstract 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.

    ctx

    the parse tree

  1130. abstract def exitList_of_parameter_assignments(ctx: List_of_parameter_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_parameter_assignments.

    ctx

    the parse tree

  1131. abstract 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.

    ctx

    the parse tree

  1132. abstract 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.

    ctx

    the parse tree

  1133. abstract 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.

    ctx

    the parse tree

  1134. abstract 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.

    ctx

    the parse tree

  1135. abstract 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.

    ctx

    the parse tree

  1136. abstract 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.

    ctx

    the parse tree

  1137. abstract def exitList_of_specparam_assignments(ctx: List_of_specparam_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_specparam_assignments.

    ctx

    the parse tree

  1138. abstract 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.

    ctx

    the parse tree

  1139. abstract 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.

    ctx

    the parse tree

  1140. abstract 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.

    ctx

    the parse tree

  1141. abstract def exitList_of_variable_assignments(ctx: List_of_variable_assignmentsContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_variable_assignments.

    ctx

    the parse tree

  1142. abstract 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.

    ctx

    the parse tree

  1143. abstract def exitList_of_variable_identifiers(ctx: List_of_variable_identifiersContext): Unit

    Exit a parse tree produced by SystemVerilogParser#list_of_variable_identifiers.

    ctx

    the parse tree

  1144. abstract 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.

    ctx

    the parse tree

  1145. abstract def exitLocal_parameter_declaration(ctx: Local_parameter_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#local_parameter_declaration.

    ctx

    the parse tree

  1146. abstract 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.

    ctx

    the parse tree

  1147. abstract 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.

    ctx

    the parse tree

  1148. abstract 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.

    ctx

    the parse tree

  1149. abstract 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.

    ctx

    the parse tree

  1150. abstract 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.

    ctx

    the parse tree

  1151. abstract 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.

    ctx

    the parse tree

  1152. abstract 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.

    ctx

    the parse tree

  1153. abstract 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.

    ctx

    the parse tree

  1154. abstract 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.

    ctx

    the parse tree

  1155. abstract 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.

    ctx

    the parse tree

  1156. abstract 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.

    ctx

    the parse tree

  1157. abstract 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.

    ctx

    the parse tree

  1158. abstract def exitModport_clocking_declaration(ctx: Modport_clocking_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_clocking_declaration.

    ctx

    the parse tree

  1159. abstract 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.

    ctx

    the parse tree

  1160. abstract 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.

    ctx

    the parse tree

  1161. abstract 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.

    ctx

    the parse tree

  1162. abstract 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.

    ctx

    the parse tree

  1163. abstract 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.

    ctx

    the parse tree

  1164. abstract def exitModport_simple_ports_declaration(ctx: Modport_simple_ports_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_simple_ports_declaration.

    ctx

    the parse tree

  1165. abstract 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.

    ctx

    the parse tree

  1166. abstract def exitModport_tf_ports_declaration(ctx: Modport_tf_ports_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#modport_tf_ports_declaration.

    ctx

    the parse tree

  1167. abstract 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.

    ctx

    the parse tree

  1168. abstract 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.

    ctx

    the parse tree

  1169. abstract 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.

    ctx

    the parse tree

  1170. abstract 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.

    ctx

    the parse tree

  1171. abstract 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.

    ctx

    the parse tree

  1172. abstract 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.

    ctx

    the parse tree

  1173. abstract 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.

    ctx

    the parse tree

  1174. abstract 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.

    ctx

    the parse tree

  1175. abstract 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.

    ctx

    the parse tree

  1176. abstract 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.

    ctx

    the parse tree

  1177. abstract def exitModule_path_mintypmax_expression(ctx: Module_path_mintypmax_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_path_mintypmax_expression.

    ctx

    the parse tree

  1178. abstract def exitModule_path_multiple_concatenation(ctx: Module_path_multiple_concatenationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_path_multiple_concatenation.

    ctx

    the parse tree

  1179. abstract 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.

    ctx

    the parse tree

  1180. abstract def exitModule_program_interface_instantiation(ctx: Module_program_interface_instantiationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#module_program_interface_instantiation.

    ctx

    the parse tree

  1181. abstract 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.

    ctx

    the parse tree

  1182. abstract 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.

    ctx

    the parse tree

  1183. abstract 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.

    ctx

    the parse tree

  1184. abstract 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.

    ctx

    the parse tree

  1185. abstract 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.

    ctx

    the parse tree

  1186. abstract 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.

    ctx

    the parse tree

  1187. abstract 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.

    ctx

    the parse tree

  1188. abstract 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.

    ctx

    the parse tree

  1189. abstract 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.

    ctx

    the parse tree

  1190. abstract def exitNamed_checker_port_connection(ctx: Named_checker_port_connectionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#named_checker_port_connection.

    ctx

    the parse tree

  1191. abstract 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.

    ctx

    the parse tree

  1192. abstract 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.

    ctx

    the parse tree

  1193. abstract 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.

    ctx

    the parse tree

  1194. abstract 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.

    ctx

    the parse tree

  1195. abstract 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.

    ctx

    the parse tree

  1196. abstract 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.

    ctx

    the parse tree

  1197. abstract 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.

    ctx

    the parse tree

  1198. abstract 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.

    ctx

    the parse tree

  1199. abstract 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.

    ctx

    the parse tree

  1200. abstract 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.

    ctx

    the parse tree

  1201. abstract 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.

    ctx

    the parse tree

  1202. abstract 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.

    ctx

    the parse tree

  1203. abstract 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.

    ctx

    the parse tree

  1204. abstract 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.

    ctx

    the parse tree

  1205. abstract 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.

    ctx

    the parse tree

  1206. abstract 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.

    ctx

    the parse tree

  1207. abstract 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.

    ctx

    the parse tree

  1208. abstract 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.

    ctx

    the parse tree

  1209. abstract 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.

    ctx

    the parse tree

  1210. abstract 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.

    ctx

    the parse tree

  1211. abstract 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.

    ctx

    the parse tree

  1212. abstract 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.

    ctx

    the parse tree

  1213. abstract def exitNotifier(ctx: NotifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#notifier.

    Exit a parse tree produced by SystemVerilogParser#notifier.

    ctx

    the parse tree

  1214. abstract 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.

    ctx

    the parse tree

  1215. abstract def exitNumber(ctx: NumberContext): Unit

    Exit a parse tree produced by SystemVerilogParser#number.

    Exit a parse tree produced by SystemVerilogParser#number.

    ctx

    the parse tree

  1216. abstract 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.

    ctx

    the parse tree

  1217. abstract 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.

    ctx

    the parse tree

  1218. abstract 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.

    ctx

    the parse tree

  1219. abstract 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.

    ctx

    the parse tree

  1220. abstract 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.

    ctx

    the parse tree

  1221. abstract 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.

    ctx

    the parse tree

  1222. abstract 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.

    ctx

    the parse tree

  1223. abstract def exitOrdered_checker_port_connection(ctx: Ordered_checker_port_connectionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ordered_checker_port_connection.

    ctx

    the parse tree

  1224. abstract def exitOrdered_parameter_assignment(ctx: Ordered_parameter_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ordered_parameter_assignment.

    ctx

    the parse tree

  1225. abstract 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.

    ctx

    the parse tree

  1226. abstract 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.

    ctx

    the parse tree

  1227. abstract 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.

    ctx

    the parse tree

  1228. abstract 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.

    ctx

    the parse tree

  1229. abstract 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.

    ctx

    the parse tree

  1230. abstract 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.

    ctx

    the parse tree

  1231. abstract 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.

    ctx

    the parse tree

  1232. abstract 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.

    ctx

    the parse tree

  1233. abstract 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.

    ctx

    the parse tree

  1234. abstract 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.

    ctx

    the parse tree

  1235. abstract 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.

    ctx

    the parse tree

  1236. abstract 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.

    ctx

    the parse tree

  1237. abstract 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.

    ctx

    the parse tree

  1238. abstract 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.

    ctx

    the parse tree

  1239. abstract 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.

    ctx

    the parse tree

  1240. abstract 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.

    ctx

    the parse tree

  1241. abstract 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.

    ctx

    the parse tree

  1242. abstract 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.

    ctx

    the parse tree

  1243. abstract 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.

    ctx

    the parse tree

  1244. abstract 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.

    ctx

    the parse tree

  1245. abstract 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.

    ctx

    the parse tree

  1246. abstract 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.

    ctx

    the parse tree

  1247. abstract 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.

    ctx

    the parse tree

  1248. abstract 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.

    ctx

    the parse tree

  1249. abstract 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.

    ctx

    the parse tree

  1250. abstract 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.

    ctx

    the parse tree

  1251. abstract 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.

    ctx

    the parse tree

  1252. abstract 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.

    ctx

    the parse tree

  1253. abstract 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.

    ctx

    the parse tree

  1254. abstract 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.

    ctx

    the parse tree

  1255. abstract def exitPass_enable_switch_instance(ctx: Pass_enable_switch_instanceContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pass_enable_switch_instance.

    ctx

    the parse tree

  1256. abstract 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.

    ctx

    the parse tree

  1257. abstract 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.

    ctx

    the parse tree

  1258. abstract 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.

    ctx

    the parse tree

  1259. abstract 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.

    ctx

    the parse tree

  1260. abstract 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.

    ctx

    the parse tree

  1261. abstract def exitPattern(ctx: PatternContext): Unit

    Exit a parse tree produced by SystemVerilogParser#pattern.

    Exit a parse tree produced by SystemVerilogParser#pattern.

    ctx

    the parse tree

  1262. abstract 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.

    ctx

    the parse tree

  1263. abstract 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.

    ctx

    the parse tree

  1264. abstract 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.

    ctx

    the parse tree

  1265. abstract 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.

    ctx

    the parse tree

  1266. abstract def exitPort(ctx: PortContext): Unit

    Exit a parse tree produced by SystemVerilogParser#port.

    Exit a parse tree produced by SystemVerilogParser#port.

    ctx

    the parse tree

  1267. abstract 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.

    ctx

    the parse tree

  1268. abstract 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.

    ctx

    the parse tree

  1269. abstract 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.

    ctx

    the parse tree

  1270. abstract 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.

    ctx

    the parse tree

  1271. abstract 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.

    ctx

    the parse tree

  1272. abstract 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.

    ctx

    the parse tree

  1273. abstract 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.

    ctx

    the parse tree

  1274. abstract 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.

    ctx

    the parse tree

  1275. abstract 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.

    ctx

    the parse tree

  1276. abstract 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.

    ctx

    the parse tree

  1277. abstract def exitPrimary(ctx: PrimaryContext): Unit

    Exit a parse tree produced by SystemVerilogParser#primary.

    Exit a parse tree produced by SystemVerilogParser#primary.

    ctx

    the parse tree

  1278. abstract 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.

    ctx

    the parse tree

  1279. abstract def exitProcedural_assertion_statement(ctx: Procedural_assertion_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#procedural_assertion_statement.

    ctx

    the parse tree

  1280. abstract def exitProcedural_continuous_assignment(ctx: Procedural_continuous_assignmentContext): Unit

    Exit a parse tree produced by SystemVerilogParser#procedural_continuous_assignment.

    ctx

    the parse tree

  1281. abstract 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.

    ctx

    the parse tree

  1282. abstract def exitProcedural_timing_control_statement(ctx: Procedural_timing_control_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#procedural_timing_control_statement.

    ctx

    the parse tree

  1283. abstract def exitProduction(ctx: ProductionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#production.

    Exit a parse tree produced by SystemVerilogParser#production.

    ctx

    the parse tree

  1284. abstract 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.

    ctx

    the parse tree

  1285. abstract 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.

    ctx

    the parse tree

  1286. abstract 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.

    ctx

    the parse tree

  1287. abstract 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.

    ctx

    the parse tree

  1288. abstract 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.

    ctx

    the parse tree

  1289. abstract 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.

    ctx

    the parse tree

  1290. abstract 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.

    ctx

    the parse tree

  1291. abstract 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.

    ctx

    the parse tree

  1292. abstract 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.

    ctx

    the parse tree

  1293. abstract 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.

    ctx

    the parse tree

  1294. abstract 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.

    ctx

    the parse tree

  1295. abstract 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.

    ctx

    the parse tree

  1296. abstract 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.

    ctx

    the parse tree

  1297. abstract 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.

    ctx

    the parse tree

  1298. abstract 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.

    ctx

    the parse tree

  1299. abstract 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.

    ctx

    the parse tree

  1300. abstract 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.

    ctx

    the parse tree

  1301. abstract 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.

    ctx

    the parse tree

  1302. abstract 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.

    ctx

    the parse tree

  1303. abstract 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.

    ctx

    the parse tree

  1304. abstract def exitProperty_lvar_port_direction(ctx: Property_lvar_port_directionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#property_lvar_port_direction.

    ctx

    the parse tree

  1305. abstract 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.

    ctx

    the parse tree

  1306. abstract 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.

    ctx

    the parse tree

  1307. abstract 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.

    ctx

    the parse tree

  1308. abstract 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.

    ctx

    the parse tree

  1309. abstract 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.

    ctx

    the parse tree

  1310. abstract 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.

    ctx

    the parse tree

  1311. abstract 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.

    ctx

    the parse tree

  1312. abstract def exitPs_or_hierarchical_identifier(ctx: Ps_or_hierarchical_identifierContext): Unit

    Exit a parse tree produced by SystemVerilogParser#ps_or_hierarchical_identifier.

    ctx

    the parse tree

  1313. abstract 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.

    ctx

    the parse tree

  1314. abstract 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.

    ctx

    the parse tree

  1315. abstract 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.

    ctx

    the parse tree

  1316. abstract 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.

    ctx

    the parse tree

  1317. abstract 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.

    ctx

    the parse tree

  1318. abstract 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.

    ctx

    the parse tree

  1319. abstract 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.

    ctx

    the parse tree

  1320. abstract 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.

    ctx

    the parse tree

  1321. abstract 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.

    ctx

    the parse tree

  1322. abstract 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.

    ctx

    the parse tree

  1323. abstract 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.

    ctx

    the parse tree

  1324. abstract 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.

    ctx

    the parse tree

  1325. abstract 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.

    ctx

    the parse tree

  1326. abstract 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.

    ctx

    the parse tree

  1327. abstract 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.

    ctx

    the parse tree

  1328. abstract 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.

    ctx

    the parse tree

  1329. abstract 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.

    ctx

    the parse tree

  1330. abstract 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.

    ctx

    the parse tree

  1331. abstract 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.

    ctx

    the parse tree

  1332. abstract 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.

    ctx

    the parse tree

  1333. abstract 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.

    ctx

    the parse tree

  1334. abstract 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.

    ctx

    the parse tree

  1335. abstract 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.

    ctx

    the parse tree

  1336. abstract 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.

    ctx

    the parse tree

  1337. abstract 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.

    ctx

    the parse tree

  1338. abstract def exitRestrict_property_statement(ctx: Restrict_property_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#restrict_property_statement.

    ctx

    the parse tree

  1339. abstract 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.

    ctx

    the parse tree

  1340. abstract 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.

    ctx

    the parse tree

  1341. abstract 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.

    ctx

    the parse tree

  1342. abstract 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.

    ctx

    the parse tree

  1343. abstract 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.

    ctx

    the parse tree

  1344. abstract 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.

    ctx

    the parse tree

  1345. abstract 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.

    ctx

    the parse tree

  1346. abstract 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.

    ctx

    the parse tree

  1347. abstract 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.

    ctx

    the parse tree

  1348. abstract def exitScalar_timing_check_condition(ctx: Scalar_timing_check_conditionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#scalar_timing_check_condition.

    ctx

    the parse tree

  1349. abstract def exitSelect_(ctx: Select_Context): Unit

    Exit a parse tree produced by SystemVerilogParser#select_.

    Exit a parse tree produced by SystemVerilogParser#select_.

    ctx

    the parse tree

  1350. abstract 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.

    ctx

    the parse tree

  1351. abstract 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.

    ctx

    the parse tree

  1352. abstract 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.

    ctx

    the parse tree

  1353. abstract 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.

    ctx

    the parse tree

  1354. abstract 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.

    ctx

    the parse tree

  1355. abstract 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.

    ctx

    the parse tree

  1356. abstract 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.

    ctx

    the parse tree

  1357. abstract 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.

    ctx

    the parse tree

  1358. abstract 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.

    ctx

    the parse tree

  1359. abstract 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.

    ctx

    the parse tree

  1360. abstract 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.

    ctx

    the parse tree

  1361. abstract 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.

    ctx

    the parse tree

  1362. abstract 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.

    ctx

    the parse tree

  1363. abstract 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.

    ctx

    the parse tree

  1364. abstract 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.

    ctx

    the parse tree

  1365. abstract 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.

    ctx

    the parse tree

  1366. abstract 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.

    ctx

    the parse tree

  1367. abstract def exitSequence_lvar_port_direction(ctx: Sequence_lvar_port_directionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#sequence_lvar_port_direction.

    ctx

    the parse tree

  1368. abstract 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.

    ctx

    the parse tree

  1369. abstract 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.

    ctx

    the parse tree

  1370. abstract 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.

    ctx

    the parse tree

  1371. abstract 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.

    ctx

    the parse tree

  1372. abstract 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.

    ctx

    the parse tree

  1373. abstract 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.

    ctx

    the parse tree

  1374. abstract 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.

    ctx

    the parse tree

  1375. abstract 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.

    ctx

    the parse tree

  1376. abstract 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.

    ctx

    the parse tree

  1377. abstract 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.

    ctx

    the parse tree

  1378. abstract 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.

    ctx

    the parse tree

  1379. abstract 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.

    ctx

    the parse tree

  1380. abstract def exitSigning(ctx: SigningContext): Unit

    Exit a parse tree produced by SystemVerilogParser#signing.

    Exit a parse tree produced by SystemVerilogParser#signing.

    ctx

    the parse tree

  1381. abstract 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.

    ctx

    the parse tree

  1382. abstract def exitSimple_immediate_assert_statement(ctx: Simple_immediate_assert_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_assert_statement.

    ctx

    the parse tree

  1383. abstract def exitSimple_immediate_assertion_statement(ctx: Simple_immediate_assertion_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_assertion_statement.

    ctx

    the parse tree

  1384. abstract def exitSimple_immediate_assume_statement(ctx: Simple_immediate_assume_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_assume_statement.

    ctx

    the parse tree

  1385. abstract def exitSimple_immediate_cover_statement(ctx: Simple_immediate_cover_statementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#simple_immediate_cover_statement.

    ctx

    the parse tree

  1386. abstract 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.

    ctx

    the parse tree

  1387. abstract 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.

    ctx

    the parse tree

  1388. abstract def exitSize(ctx: SizeContext): Unit

    Exit a parse tree produced by SystemVerilogParser#size.

    Exit a parse tree produced by SystemVerilogParser#size.

    ctx

    the parse tree

  1389. abstract 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.

    ctx

    the parse tree

  1390. abstract 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.

    ctx

    the parse tree

  1391. abstract 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.

    ctx

    the parse tree

  1392. abstract 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.

    ctx

    the parse tree

  1393. abstract 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.

    ctx

    the parse tree

  1394. abstract 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.

    ctx

    the parse tree

  1395. abstract def exitSpecify_input_terminal_descriptor(ctx: Specify_input_terminal_descriptorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#specify_input_terminal_descriptor.

    ctx

    the parse tree

  1396. abstract 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.

    ctx

    the parse tree

  1397. abstract def exitSpecify_output_terminal_descriptor(ctx: Specify_output_terminal_descriptorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#specify_output_terminal_descriptor.

    ctx

    the parse tree

  1398. abstract def exitSpecify_terminal_descriptor(ctx: Specify_terminal_descriptorContext): Unit

    Exit a parse tree produced by SystemVerilogParser#specify_terminal_descriptor.

    ctx

    the parse tree

  1399. abstract 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.

    ctx

    the parse tree

  1400. abstract 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.

    ctx

    the parse tree

  1401. abstract 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.

    ctx

    the parse tree

  1402. abstract 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.

    ctx

    the parse tree

  1403. abstract def exitState_dependent_path_declaration(ctx: State_dependent_path_declarationContext): Unit

    Exit a parse tree produced by SystemVerilogParser#state_dependent_path_declaration.

    ctx

    the parse tree

  1404. abstract def exitStatement(ctx: StatementContext): Unit

    Exit a parse tree produced by SystemVerilogParser#statement.

    Exit a parse tree produced by SystemVerilogParser#statement.

    ctx

    the parse tree

  1405. abstract 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.

    ctx

    the parse tree

  1406. abstract 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.

    ctx

    the parse tree

  1407. abstract 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.

    ctx

    the parse tree

  1408. abstract 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.

    ctx

    the parse tree

  1409. abstract 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.

    ctx

    the parse tree

  1410. abstract 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.

    ctx

    the parse tree

  1411. abstract def exitStrength0(ctx: Strength0Context): Unit

    Exit a parse tree produced by SystemVerilogParser#strength0.

    Exit a parse tree produced by SystemVerilogParser#strength0.

    ctx

    the parse tree

  1412. abstract def exitStrength1(ctx: Strength1Context): Unit

    Exit a parse tree produced by SystemVerilogParser#strength1.

    Exit a parse tree produced by SystemVerilogParser#strength1.

    ctx

    the parse tree

  1413. abstract 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.

    ctx

    the parse tree

  1414. abstract 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.

    ctx

    the parse tree

  1415. abstract 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.

    ctx

    the parse tree

  1416. abstract 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.

    ctx

    the parse tree

  1417. abstract 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.

    ctx

    the parse tree

  1418. abstract def exitSuper_class_constructor_call(ctx: Super_class_constructor_callContext): Unit

    Exit a parse tree produced by SystemVerilogParser#super_class_constructor_call.

    ctx

    the parse tree

  1419. abstract 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.

    ctx

    the parse tree

  1420. abstract 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.

    ctx

    the parse tree

  1421. abstract 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.

    ctx

    the parse tree

  1422. abstract 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.

    ctx

    the parse tree

  1423. abstract 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.

    ctx

    the parse tree

  1424. abstract 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.

    ctx

    the parse tree

  1425. abstract 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.

    ctx

    the parse tree

  1426. abstract 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.

    ctx

    the parse tree

  1427. abstract 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.

    ctx

    the parse tree

  1428. abstract 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.

    ctx

    the parse tree

  1429. abstract 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.

    ctx

    the parse tree

  1430. abstract 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.

    ctx

    the parse tree

  1431. abstract 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.

    ctx

    the parse tree

  1432. abstract 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.

    ctx

    the parse tree

  1433. abstract 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.

    ctx

    the parse tree

  1434. abstract 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.

    ctx

    the parse tree

  1435. abstract 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.

    ctx

    the parse tree

  1436. abstract 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.

    ctx

    the parse tree

  1437. abstract 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.

    ctx

    the parse tree

  1438. abstract 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.

    ctx

    the parse tree

  1439. abstract 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.

    ctx

    the parse tree

  1440. abstract 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.

    ctx

    the parse tree

  1441. abstract 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.

    ctx

    the parse tree

  1442. abstract 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.

    ctx

    the parse tree

  1443. abstract 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.

    ctx

    the parse tree

  1444. abstract def exitTfall_path_delay_expression(ctx: Tfall_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#tfall_path_delay_expression.

    ctx

    the parse tree

  1445. abstract def exitThreshold(ctx: ThresholdContext): Unit

    Exit a parse tree produced by SystemVerilogParser#threshold.

    Exit a parse tree produced by SystemVerilogParser#threshold.

    ctx

    the parse tree

  1446. abstract 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.

    ctx

    the parse tree

  1447. abstract 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.

    ctx

    the parse tree

  1448. abstract 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.

    ctx

    the parse tree

  1449. abstract 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.

    ctx

    the parse tree

  1450. abstract 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.

    ctx

    the parse tree

  1451. abstract 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.

    ctx

    the parse tree

  1452. abstract 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.

    ctx

    the parse tree

  1453. abstract 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.

    ctx

    the parse tree

  1454. abstract 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.

    ctx

    the parse tree

  1455. abstract 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.

    ctx

    the parse tree

  1456. abstract 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.

    ctx

    the parse tree

  1457. abstract 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.

    ctx

    the parse tree

  1458. abstract 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.

    ctx

    the parse tree

  1459. abstract 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.

    ctx

    the parse tree

  1460. abstract 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.

    ctx

    the parse tree

  1461. abstract 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.

    ctx

    the parse tree

  1462. abstract 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.

    ctx

    the parse tree

  1463. abstract def exitTrise_path_delay_expression(ctx: Trise_path_delay_expressionContext): Unit

    Exit a parse tree produced by SystemVerilogParser#trise_path_delay_expression.

    ctx

    the parse tree

  1464. abstract 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.

    ctx

    the parse tree

  1465. abstract 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.

    ctx

    the parse tree

  1466. abstract 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.

    ctx

    the parse tree

  1467. abstract 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.

    ctx

    the parse tree

  1468. abstract 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.

    ctx

    the parse tree

  1469. abstract 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.

    ctx

    the parse tree

  1470. abstract 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.

    ctx

    the parse tree

  1471. abstract 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.

    ctx

    the parse tree

  1472. abstract 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.

    ctx

    the parse tree

  1473. abstract 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.

    ctx

    the parse tree

  1474. abstract 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.

    ctx

    the parse tree

  1475. abstract 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.

    ctx

    the parse tree

  1476. abstract 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.

    ctx

    the parse tree

  1477. abstract 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.

    ctx

    the parse tree

  1478. abstract 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.

    ctx

    the parse tree

  1479. abstract 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.

    ctx

    the parse tree

  1480. abstract 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.

    ctx

    the parse tree

  1481. abstract 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.

    ctx

    the parse tree

  1482. abstract 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.

    ctx

    the parse tree

  1483. abstract 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.

    ctx

    the parse tree

  1484. abstract 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.

    ctx

    the parse tree

  1485. abstract 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.

    ctx

    the parse tree

  1486. abstract 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.

    ctx

    the parse tree

  1487. abstract 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.

    ctx

    the parse tree

  1488. abstract 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.

    ctx

    the parse tree

  1489. abstract 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.

    ctx

    the parse tree

  1490. abstract 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.

    ctx

    the parse tree

  1491. abstract 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.

    ctx

    the parse tree

  1492. abstract 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.

    ctx

    the parse tree

  1493. abstract 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.

    ctx

    the parse tree

  1494. abstract 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.

    ctx

    the parse tree

  1495. abstract 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.

    ctx

    the parse tree

  1496. abstract 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.

    ctx

    the parse tree

  1497. abstract 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.

    ctx

    the parse tree

  1498. abstract 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.

    ctx

    the parse tree

  1499. abstract 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.

    ctx

    the parse tree

  1500. abstract 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.

    ctx

    the parse tree

  1501. abstract 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.

    ctx

    the parse tree

  1502. abstract 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.

    ctx

    the parse tree

  1503. abstract 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.

    ctx

    the parse tree

  1504. abstract 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.

    ctx

    the parse tree

  1505. abstract 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.

    ctx

    the parse tree

  1506. abstract 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.

    ctx

    the parse tree

  1507. abstract 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.

    ctx

    the parse tree

  1508. abstract 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.

    ctx

    the parse tree

  1509. abstract 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.

    ctx

    the parse tree

  1510. abstract 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.

    ctx

    the parse tree

  1511. abstract 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.

    ctx

    the parse tree

  1512. abstract 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.

    ctx

    the parse tree

  1513. abstract 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.

    ctx

    the parse tree

  1514. abstract 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.

    ctx

    the parse tree

  1515. abstract def visitErrorNode(arg0: ErrorNode): Unit
    Definition Classes
    ParseTreeListener
  1516. abstract def visitTerminal(arg0: TerminalNode): Unit
    Definition Classes
    ParseTreeListener

Concrete 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. 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