Packages

t

top.scaleda.systemverilog.parser

SystemVerilogParserVisitor

trait SystemVerilogParserVisitor[T] extends ParseTreeVisitor[T]

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

Linear Supertypes
ParseTreeVisitor[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SystemVerilogParserVisitor
  2. ParseTreeVisitor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def visit(arg0: ParseTree): T
    Definition Classes
    ParseTreeVisitor
  2. abstract def visitAction_block(ctx: Action_blockContext): T

    Visit a parse tree produced by SystemVerilogParser#action_block.

    Visit a parse tree produced by SystemVerilogParser#action_block.

    ctx

    the parse tree

    returns

    the visitor result

  3. abstract def visitAlways_construct(ctx: Always_constructContext): T

    Visit a parse tree produced by SystemVerilogParser#always_construct.

    Visit a parse tree produced by SystemVerilogParser#always_construct.

    ctx

    the parse tree

    returns

    the visitor result

  4. abstract def visitAlways_keyword(ctx: Always_keywordContext): T

    Visit a parse tree produced by SystemVerilogParser#always_keyword.

    Visit a parse tree produced by SystemVerilogParser#always_keyword.

    ctx

    the parse tree

    returns

    the visitor result

  5. abstract def visitAnonymous_program(ctx: Anonymous_programContext): T

    Visit a parse tree produced by SystemVerilogParser#anonymous_program.

    Visit a parse tree produced by SystemVerilogParser#anonymous_program.

    ctx

    the parse tree

    returns

    the visitor result

  6. abstract def visitAnonymous_program_item(ctx: Anonymous_program_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#anonymous_program_item.

    Visit a parse tree produced by SystemVerilogParser#anonymous_program_item.

    ctx

    the parse tree

    returns

    the visitor result

  7. abstract def visitAnsi_port_declaration(ctx: Ansi_port_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#ansi_port_declaration.

    Visit a parse tree produced by SystemVerilogParser#ansi_port_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  8. abstract def visitArg_list(ctx: Arg_listContext): T

    Visit a parse tree produced by SystemVerilogParser#arg_list.

    Visit a parse tree produced by SystemVerilogParser#arg_list.

    ctx

    the parse tree

    returns

    the visitor result

  9. abstract def visitArray_key_val_pair(ctx: Array_key_val_pairContext): T

    Visit a parse tree produced by SystemVerilogParser#array_key_val_pair.

    Visit a parse tree produced by SystemVerilogParser#array_key_val_pair.

    ctx

    the parse tree

    returns

    the visitor result

  10. abstract def visitArray_manipulation_call(ctx: Array_manipulation_callContext): T

    Visit a parse tree produced by SystemVerilogParser#array_manipulation_call.

    Visit a parse tree produced by SystemVerilogParser#array_manipulation_call.

    ctx

    the parse tree

    returns

    the visitor result

  11. abstract def visitArray_method_name(ctx: Array_method_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#array_method_name.

    Visit a parse tree produced by SystemVerilogParser#array_method_name.

    ctx

    the parse tree

    returns

    the visitor result

  12. abstract def visitArray_pattern_key(ctx: Array_pattern_keyContext): T

    Visit a parse tree produced by SystemVerilogParser#array_pattern_key.

    Visit a parse tree produced by SystemVerilogParser#array_pattern_key.

    ctx

    the parse tree

    returns

    the visitor result

  13. abstract def visitArray_range_expression(ctx: Array_range_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#array_range_expression.

    Visit a parse tree produced by SystemVerilogParser#array_range_expression.

    ctx

    the parse tree

    returns

    the visitor result

  14. abstract def visitAssert_property_statement(ctx: Assert_property_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#assert_property_statement.

    Visit a parse tree produced by SystemVerilogParser#assert_property_statement.

    ctx

    the parse tree

    returns

    the visitor result

  15. abstract def visitAssertion_item(ctx: Assertion_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#assertion_item.

    Visit a parse tree produced by SystemVerilogParser#assertion_item.

    ctx

    the parse tree

    returns

    the visitor result

  16. abstract def visitAssertion_item_declaration(ctx: Assertion_item_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#assertion_item_declaration.

    Visit a parse tree produced by SystemVerilogParser#assertion_item_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  17. abstract def visitAssertion_variable_declaration(ctx: Assertion_variable_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#assertion_variable_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  18. abstract def visitAssignment_operator(ctx: Assignment_operatorContext): T

    Visit a parse tree produced by SystemVerilogParser#assignment_operator.

    Visit a parse tree produced by SystemVerilogParser#assignment_operator.

    ctx

    the parse tree

    returns

    the visitor result

  19. abstract def visitAssignment_pattern(ctx: Assignment_patternContext): T

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern.

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern.

    ctx

    the parse tree

    returns

    the visitor result

  20. abstract def visitAssignment_pattern_expression(ctx: Assignment_pattern_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_expression.

    ctx

    the parse tree

    returns

    the visitor result

  21. abstract def visitAssignment_pattern_expression_type(ctx: Assignment_pattern_expression_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_expression_type.

    ctx

    the parse tree

    returns

    the visitor result

  22. abstract def visitAssignment_pattern_key(ctx: Assignment_pattern_keyContext): T

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_key.

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_key.

    ctx

    the parse tree

    returns

    the visitor result

  23. abstract def visitAssignment_pattern_net_lvalue(ctx: Assignment_pattern_net_lvalueContext): T

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_net_lvalue.

    ctx

    the parse tree

    returns

    the visitor result

  24. abstract def visitAssignment_pattern_variable_lvalue(ctx: Assignment_pattern_variable_lvalueContext): T

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_variable_lvalue.

    ctx

    the parse tree

    returns

    the visitor result

  25. abstract def visitAssociative_dimension(ctx: Associative_dimensionContext): T

    Visit a parse tree produced by SystemVerilogParser#associative_dimension.

    Visit a parse tree produced by SystemVerilogParser#associative_dimension.

    ctx

    the parse tree

    returns

    the visitor result

  26. abstract def visitAssume_property_statement(ctx: Assume_property_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#assume_property_statement.

    Visit a parse tree produced by SystemVerilogParser#assume_property_statement.

    ctx

    the parse tree

    returns

    the visitor result

  27. abstract def visitAttr_name(ctx: Attr_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#attr_name.

    Visit a parse tree produced by SystemVerilogParser#attr_name.

    ctx

    the parse tree

    returns

    the visitor result

  28. abstract def visitAttr_spec(ctx: Attr_specContext): T

    Visit a parse tree produced by SystemVerilogParser#attr_spec.

    Visit a parse tree produced by SystemVerilogParser#attr_spec.

    ctx

    the parse tree

    returns

    the visitor result

  29. abstract def visitAttribute_instance(ctx: Attribute_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#attribute_instance.

    Visit a parse tree produced by SystemVerilogParser#attribute_instance.

    ctx

    the parse tree

    returns

    the visitor result

  30. abstract def visitBin_array_size(ctx: Bin_array_sizeContext): T

    Visit a parse tree produced by SystemVerilogParser#bin_array_size.

    Visit a parse tree produced by SystemVerilogParser#bin_array_size.

    ctx

    the parse tree

    returns

    the visitor result

  31. abstract def visitBin_identifier(ctx: Bin_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#bin_identifier.

    Visit a parse tree produced by SystemVerilogParser#bin_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  32. abstract def visitBinary_base(ctx: Binary_baseContext): T

    Visit a parse tree produced by SystemVerilogParser#binary_base.

    Visit a parse tree produced by SystemVerilogParser#binary_base.

    ctx

    the parse tree

    returns

    the visitor result

  33. abstract def visitBinary_number(ctx: Binary_numberContext): T

    Visit a parse tree produced by SystemVerilogParser#binary_number.

    Visit a parse tree produced by SystemVerilogParser#binary_number.

    ctx

    the parse tree

    returns

    the visitor result

  34. abstract def visitBinary_value(ctx: Binary_valueContext): T

    Visit a parse tree produced by SystemVerilogParser#binary_value.

    Visit a parse tree produced by SystemVerilogParser#binary_value.

    ctx

    the parse tree

    returns

    the visitor result

  35. abstract def visitBind_directive(ctx: Bind_directiveContext): T

    Visit a parse tree produced by SystemVerilogParser#bind_directive.

    Visit a parse tree produced by SystemVerilogParser#bind_directive.

    ctx

    the parse tree

    returns

    the visitor result

  36. abstract def visitBind_instantiation(ctx: Bind_instantiationContext): T

    Visit a parse tree produced by SystemVerilogParser#bind_instantiation.

    Visit a parse tree produced by SystemVerilogParser#bind_instantiation.

    ctx

    the parse tree

    returns

    the visitor result

  37. abstract def visitBind_target_instance(ctx: Bind_target_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#bind_target_instance.

    Visit a parse tree produced by SystemVerilogParser#bind_target_instance.

    ctx

    the parse tree

    returns

    the visitor result

  38. abstract def visitBind_target_instance_list(ctx: Bind_target_instance_listContext): T

    Visit a parse tree produced by SystemVerilogParser#bind_target_instance_list.

    Visit a parse tree produced by SystemVerilogParser#bind_target_instance_list.

    ctx

    the parse tree

    returns

    the visitor result

  39. abstract def visitBind_target_scope(ctx: Bind_target_scopeContext): T

    Visit a parse tree produced by SystemVerilogParser#bind_target_scope.

    Visit a parse tree produced by SystemVerilogParser#bind_target_scope.

    ctx

    the parse tree

    returns

    the visitor result

  40. abstract def visitBins_expression(ctx: Bins_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#bins_expression.

    Visit a parse tree produced by SystemVerilogParser#bins_expression.

    ctx

    the parse tree

    returns

    the visitor result

  41. abstract def visitBins_keyword(ctx: Bins_keywordContext): T

    Visit a parse tree produced by SystemVerilogParser#bins_keyword.

    Visit a parse tree produced by SystemVerilogParser#bins_keyword.

    ctx

    the parse tree

    returns

    the visitor result

  42. abstract def visitBins_or_empty(ctx: Bins_or_emptyContext): T

    Visit a parse tree produced by SystemVerilogParser#bins_or_empty.

    Visit a parse tree produced by SystemVerilogParser#bins_or_empty.

    ctx

    the parse tree

    returns

    the visitor result

  43. abstract def visitBins_or_options(ctx: Bins_or_optionsContext): T

    Visit a parse tree produced by SystemVerilogParser#bins_or_options.

    Visit a parse tree produced by SystemVerilogParser#bins_or_options.

    ctx

    the parse tree

    returns

    the visitor result

  44. abstract def visitBins_selection(ctx: Bins_selectionContext): T

    Visit a parse tree produced by SystemVerilogParser#bins_selection.

    Visit a parse tree produced by SystemVerilogParser#bins_selection.

    ctx

    the parse tree

    returns

    the visitor result

  45. abstract def visitBins_selection_or_option(ctx: Bins_selection_or_optionContext): T

    Visit a parse tree produced by SystemVerilogParser#bins_selection_or_option.

    Visit a parse tree produced by SystemVerilogParser#bins_selection_or_option.

    ctx

    the parse tree

    returns

    the visitor result

  46. abstract def visitBit_select(ctx: Bit_selectContext): T

    Visit a parse tree produced by SystemVerilogParser#bit_select.

    Visit a parse tree produced by SystemVerilogParser#bit_select.

    ctx

    the parse tree

    returns

    the visitor result

  47. abstract def visitBlock_event_expression(ctx: Block_event_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#block_event_expression.

    Visit a parse tree produced by SystemVerilogParser#block_event_expression.

    ctx

    the parse tree

    returns

    the visitor result

  48. abstract def visitBlock_identifier(ctx: Block_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#block_identifier.

    Visit a parse tree produced by SystemVerilogParser#block_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  49. abstract def visitBlock_item_declaration(ctx: Block_item_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#block_item_declaration.

    Visit a parse tree produced by SystemVerilogParser#block_item_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  50. abstract def visitBlock_label(ctx: Block_labelContext): T

    Visit a parse tree produced by SystemVerilogParser#block_label.

    Visit a parse tree produced by SystemVerilogParser#block_label.

    ctx

    the parse tree

    returns

    the visitor result

  51. abstract def visitBlock_name(ctx: Block_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#block_name.

    Visit a parse tree produced by SystemVerilogParser#block_name.

    ctx

    the parse tree

    returns

    the visitor result

  52. abstract def visitBlocking_assignment(ctx: Blocking_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#blocking_assignment.

    Visit a parse tree produced by SystemVerilogParser#blocking_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  53. abstract def visitBoolean_abbrev(ctx: Boolean_abbrevContext): T

    Visit a parse tree produced by SystemVerilogParser#boolean_abbrev.

    Visit a parse tree produced by SystemVerilogParser#boolean_abbrev.

    ctx

    the parse tree

    returns

    the visitor result

  54. abstract def visitC_identifier(ctx: C_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#c_identifier.

    Visit a parse tree produced by SystemVerilogParser#c_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  55. abstract def visitCase_body_1(ctx: Case_body_1Context): T

    Visit a parse tree produced by SystemVerilogParser#case_body_1.

    Visit a parse tree produced by SystemVerilogParser#case_body_1.

    ctx

    the parse tree

    returns

    the visitor result

  56. abstract def visitCase_body_2(ctx: Case_body_2Context): T

    Visit a parse tree produced by SystemVerilogParser#case_body_2.

    Visit a parse tree produced by SystemVerilogParser#case_body_2.

    ctx

    the parse tree

    returns

    the visitor result

  57. abstract def visitCase_body_3(ctx: Case_body_3Context): T

    Visit a parse tree produced by SystemVerilogParser#case_body_3.

    Visit a parse tree produced by SystemVerilogParser#case_body_3.

    ctx

    the parse tree

    returns

    the visitor result

  58. abstract def visitCase_expression(ctx: Case_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#case_expression.

    Visit a parse tree produced by SystemVerilogParser#case_expression.

    ctx

    the parse tree

    returns

    the visitor result

  59. abstract def visitCase_generate_construct(ctx: Case_generate_constructContext): T

    Visit a parse tree produced by SystemVerilogParser#case_generate_construct.

    Visit a parse tree produced by SystemVerilogParser#case_generate_construct.

    ctx

    the parse tree

    returns

    the visitor result

  60. abstract def visitCase_generate_item(ctx: Case_generate_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#case_generate_item.

    Visit a parse tree produced by SystemVerilogParser#case_generate_item.

    ctx

    the parse tree

    returns

    the visitor result

  61. abstract def visitCase_inside_item(ctx: Case_inside_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#case_inside_item.

    Visit a parse tree produced by SystemVerilogParser#case_inside_item.

    ctx

    the parse tree

    returns

    the visitor result

  62. abstract def visitCase_item(ctx: Case_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#case_item.

    Visit a parse tree produced by SystemVerilogParser#case_item.

    ctx

    the parse tree

    returns

    the visitor result

  63. abstract def visitCase_item_expression(ctx: Case_item_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#case_item_expression.

    Visit a parse tree produced by SystemVerilogParser#case_item_expression.

    ctx

    the parse tree

    returns

    the visitor result

  64. abstract def visitCase_keyword(ctx: Case_keywordContext): T

    Visit a parse tree produced by SystemVerilogParser#case_keyword.

    Visit a parse tree produced by SystemVerilogParser#case_keyword.

    ctx

    the parse tree

    returns

    the visitor result

  65. abstract def visitCase_pattern_item(ctx: Case_pattern_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#case_pattern_item.

    Visit a parse tree produced by SystemVerilogParser#case_pattern_item.

    ctx

    the parse tree

    returns

    the visitor result

  66. abstract def visitCase_statement(ctx: Case_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#case_statement.

    Visit a parse tree produced by SystemVerilogParser#case_statement.

    ctx

    the parse tree

    returns

    the visitor result

  67. abstract def visitCell_clause(ctx: Cell_clauseContext): T

    Visit a parse tree produced by SystemVerilogParser#cell_clause.

    Visit a parse tree produced by SystemVerilogParser#cell_clause.

    ctx

    the parse tree

    returns

    the visitor result

  68. abstract def visitCell_identifier(ctx: Cell_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#cell_identifier.

    Visit a parse tree produced by SystemVerilogParser#cell_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  69. abstract def visitCharge_strength(ctx: Charge_strengthContext): T

    Visit a parse tree produced by SystemVerilogParser#charge_strength.

    Visit a parse tree produced by SystemVerilogParser#charge_strength.

    ctx

    the parse tree

    returns

    the visitor result

  70. abstract def visitChecker_decl_item(ctx: Checker_decl_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_decl_item.

    Visit a parse tree produced by SystemVerilogParser#checker_decl_item.

    ctx

    the parse tree

    returns

    the visitor result

  71. abstract def visitChecker_declaration(ctx: Checker_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_declaration.

    Visit a parse tree produced by SystemVerilogParser#checker_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  72. abstract def visitChecker_identifier(ctx: Checker_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_identifier.

    Visit a parse tree produced by SystemVerilogParser#checker_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  73. abstract def visitChecker_instantiation(ctx: Checker_instantiationContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_instantiation.

    Visit a parse tree produced by SystemVerilogParser#checker_instantiation.

    ctx

    the parse tree

    returns

    the visitor result

  74. abstract def visitChecker_item(ctx: Checker_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_item.

    Visit a parse tree produced by SystemVerilogParser#checker_item.

    ctx

    the parse tree

    returns

    the visitor result

  75. abstract def visitChecker_item_declaration(ctx: Checker_item_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_item_declaration.

    Visit a parse tree produced by SystemVerilogParser#checker_item_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  76. abstract def visitChecker_name(ctx: Checker_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_name.

    Visit a parse tree produced by SystemVerilogParser#checker_name.

    ctx

    the parse tree

    returns

    the visitor result

  77. abstract def visitChecker_port_assign(ctx: Checker_port_assignContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_port_assign.

    Visit a parse tree produced by SystemVerilogParser#checker_port_assign.

    ctx

    the parse tree

    returns

    the visitor result

  78. abstract def visitChecker_port_direction(ctx: Checker_port_directionContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_port_direction.

    Visit a parse tree produced by SystemVerilogParser#checker_port_direction.

    ctx

    the parse tree

    returns

    the visitor result

  79. abstract def visitChecker_port_item(ctx: Checker_port_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_port_item.

    Visit a parse tree produced by SystemVerilogParser#checker_port_item.

    ctx

    the parse tree

    returns

    the visitor result

  80. abstract def visitChecker_port_list(ctx: Checker_port_listContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_port_list.

    Visit a parse tree produced by SystemVerilogParser#checker_port_list.

    ctx

    the parse tree

    returns

    the visitor result

  81. abstract def visitChecker_ports(ctx: Checker_portsContext): T

    Visit a parse tree produced by SystemVerilogParser#checker_ports.

    Visit a parse tree produced by SystemVerilogParser#checker_ports.

    ctx

    the parse tree

    returns

    the visitor result

  82. abstract def visitChildren(arg0: RuleNode): T
    Definition Classes
    ParseTreeVisitor
  83. abstract def visitClass_constraint(ctx: Class_constraintContext): T

    Visit a parse tree produced by SystemVerilogParser#class_constraint.

    Visit a parse tree produced by SystemVerilogParser#class_constraint.

    ctx

    the parse tree

    returns

    the visitor result

  84. abstract def visitClass_constructor_declaration(ctx: Class_constructor_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#class_constructor_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  85. abstract def visitClass_constructor_prototype(ctx: Class_constructor_prototypeContext): T

    Visit a parse tree produced by SystemVerilogParser#class_constructor_prototype.

    Visit a parse tree produced by SystemVerilogParser#class_constructor_prototype.

    ctx

    the parse tree

    returns

    the visitor result

  86. abstract def visitClass_declaration(ctx: Class_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#class_declaration.

    Visit a parse tree produced by SystemVerilogParser#class_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  87. abstract def visitClass_extension(ctx: Class_extensionContext): T

    Visit a parse tree produced by SystemVerilogParser#class_extension.

    Visit a parse tree produced by SystemVerilogParser#class_extension.

    ctx

    the parse tree

    returns

    the visitor result

  88. abstract def visitClass_identifier(ctx: Class_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#class_identifier.

    Visit a parse tree produced by SystemVerilogParser#class_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  89. abstract def visitClass_implementation(ctx: Class_implementationContext): T

    Visit a parse tree produced by SystemVerilogParser#class_implementation.

    Visit a parse tree produced by SystemVerilogParser#class_implementation.

    ctx

    the parse tree

    returns

    the visitor result

  90. abstract def visitClass_item(ctx: Class_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#class_item.

    Visit a parse tree produced by SystemVerilogParser#class_item.

    ctx

    the parse tree

    returns

    the visitor result

  91. abstract def visitClass_item_qualifier(ctx: Class_item_qualifierContext): T

    Visit a parse tree produced by SystemVerilogParser#class_item_qualifier.

    Visit a parse tree produced by SystemVerilogParser#class_item_qualifier.

    ctx

    the parse tree

    returns

    the visitor result

  92. abstract def visitClass_method(ctx: Class_methodContext): T

    Visit a parse tree produced by SystemVerilogParser#class_method.

    Visit a parse tree produced by SystemVerilogParser#class_method.

    ctx

    the parse tree

    returns

    the visitor result

  93. abstract def visitClass_name(ctx: Class_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#class_name.

    Visit a parse tree produced by SystemVerilogParser#class_name.

    ctx

    the parse tree

    returns

    the visitor result

  94. abstract def visitClass_new(ctx: Class_newContext): T

    Visit a parse tree produced by SystemVerilogParser#class_new.

    Visit a parse tree produced by SystemVerilogParser#class_new.

    ctx

    the parse tree

    returns

    the visitor result

  95. abstract def visitClass_property(ctx: Class_propertyContext): T

    Visit a parse tree produced by SystemVerilogParser#class_property.

    Visit a parse tree produced by SystemVerilogParser#class_property.

    ctx

    the parse tree

    returns

    the visitor result

  96. abstract def visitClass_ref(ctx: Class_refContext): T

    Visit a parse tree produced by SystemVerilogParser#class_ref.

    Visit a parse tree produced by SystemVerilogParser#class_ref.

    ctx

    the parse tree

    returns

    the visitor result

  97. abstract def visitClass_scope(ctx: Class_scopeContext): T

    Visit a parse tree produced by SystemVerilogParser#class_scope.

    Visit a parse tree produced by SystemVerilogParser#class_scope.

    ctx

    the parse tree

    returns

    the visitor result

  98. abstract def visitClass_type(ctx: Class_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#class_type.

    Visit a parse tree produced by SystemVerilogParser#class_type.

    ctx

    the parse tree

    returns

    the visitor result

  99. abstract def visitClass_variable_identifier(ctx: Class_variable_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#class_variable_identifier.

    Visit a parse tree produced by SystemVerilogParser#class_variable_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  100. abstract def visitClocking_decl_assign(ctx: Clocking_decl_assignContext): T

    Visit a parse tree produced by SystemVerilogParser#clocking_decl_assign.

    Visit a parse tree produced by SystemVerilogParser#clocking_decl_assign.

    ctx

    the parse tree

    returns

    the visitor result

  101. abstract def visitClocking_declaration(ctx: Clocking_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#clocking_declaration.

    Visit a parse tree produced by SystemVerilogParser#clocking_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  102. abstract def visitClocking_direction(ctx: Clocking_directionContext): T

    Visit a parse tree produced by SystemVerilogParser#clocking_direction.

    Visit a parse tree produced by SystemVerilogParser#clocking_direction.

    ctx

    the parse tree

    returns

    the visitor result

  103. abstract def visitClocking_drive(ctx: Clocking_driveContext): T

    Visit a parse tree produced by SystemVerilogParser#clocking_drive.

    Visit a parse tree produced by SystemVerilogParser#clocking_drive.

    ctx

    the parse tree

    returns

    the visitor result

  104. abstract def visitClocking_event(ctx: Clocking_eventContext): T

    Visit a parse tree produced by SystemVerilogParser#clocking_event.

    Visit a parse tree produced by SystemVerilogParser#clocking_event.

    ctx

    the parse tree

    returns

    the visitor result

  105. abstract def visitClocking_identifier(ctx: Clocking_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#clocking_identifier.

    Visit a parse tree produced by SystemVerilogParser#clocking_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  106. abstract def visitClocking_item(ctx: Clocking_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#clocking_item.

    Visit a parse tree produced by SystemVerilogParser#clocking_item.

    ctx

    the parse tree

    returns

    the visitor result

  107. abstract def visitClocking_name(ctx: Clocking_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#clocking_name.

    Visit a parse tree produced by SystemVerilogParser#clocking_name.

    ctx

    the parse tree

    returns

    the visitor result

  108. abstract def visitClocking_skew(ctx: Clocking_skewContext): T

    Visit a parse tree produced by SystemVerilogParser#clocking_skew.

    Visit a parse tree produced by SystemVerilogParser#clocking_skew.

    ctx

    the parse tree

    returns

    the visitor result

  109. abstract def visitClockvar(ctx: ClockvarContext): T

    Visit a parse tree produced by SystemVerilogParser#clockvar.

    Visit a parse tree produced by SystemVerilogParser#clockvar.

    ctx

    the parse tree

    returns

    the visitor result

  110. abstract def visitClockvar_expression(ctx: Clockvar_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#clockvar_expression.

    Visit a parse tree produced by SystemVerilogParser#clockvar_expression.

    ctx

    the parse tree

    returns

    the visitor result

  111. abstract def visitCmos_switch_instance(ctx: Cmos_switch_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#cmos_switch_instance.

    Visit a parse tree produced by SystemVerilogParser#cmos_switch_instance.

    ctx

    the parse tree

    returns

    the visitor result

  112. abstract def visitCmos_switchtype(ctx: Cmos_switchtypeContext): T

    Visit a parse tree produced by SystemVerilogParser#cmos_switchtype.

    Visit a parse tree produced by SystemVerilogParser#cmos_switchtype.

    ctx

    the parse tree

    returns

    the visitor result

  113. abstract def visitCombinational_body(ctx: Combinational_bodyContext): T

    Visit a parse tree produced by SystemVerilogParser#combinational_body.

    Visit a parse tree produced by SystemVerilogParser#combinational_body.

    ctx

    the parse tree

    returns

    the visitor result

  114. abstract def visitCombinational_entry(ctx: Combinational_entryContext): T

    Visit a parse tree produced by SystemVerilogParser#combinational_entry.

    Visit a parse tree produced by SystemVerilogParser#combinational_entry.

    ctx

    the parse tree

    returns

    the visitor result

  115. abstract def visitConcatenation(ctx: ConcatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#concatenation.

    Visit a parse tree produced by SystemVerilogParser#concatenation.

    ctx

    the parse tree

    returns

    the visitor result

  116. abstract def visitConcurrent_assertion_item(ctx: Concurrent_assertion_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#concurrent_assertion_item.

    Visit a parse tree produced by SystemVerilogParser#concurrent_assertion_item.

    ctx

    the parse tree

    returns

    the visitor result

  117. abstract def visitConcurrent_assertion_statement(ctx: Concurrent_assertion_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#concurrent_assertion_statement.

    ctx

    the parse tree

    returns

    the visitor result

  118. abstract def visitCond_predicate(ctx: Cond_predicateContext): T

    Visit a parse tree produced by SystemVerilogParser#cond_predicate.

    Visit a parse tree produced by SystemVerilogParser#cond_predicate.

    ctx

    the parse tree

    returns

    the visitor result

  119. abstract def visitConditional_generate_construct(ctx: Conditional_generate_constructContext): T

    Visit a parse tree produced by SystemVerilogParser#conditional_generate_construct.

    ctx

    the parse tree

    returns

    the visitor result

  120. abstract def visitConditional_statement(ctx: Conditional_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#conditional_statement.

    Visit a parse tree produced by SystemVerilogParser#conditional_statement.

    ctx

    the parse tree

    returns

    the visitor result

  121. abstract def visitConditional_statement_body(ctx: Conditional_statement_bodyContext): T

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_body.

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_body.

    ctx

    the parse tree

    returns

    the visitor result

  122. abstract def visitConditional_statement_chain(ctx: Conditional_statement_chainContext): T

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_chain.

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_chain.

    ctx

    the parse tree

    returns

    the visitor result

  123. abstract def visitConditional_statement_else_chain(ctx: Conditional_statement_else_chainContext): T

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_else_chain.

    ctx

    the parse tree

    returns

    the visitor result

  124. abstract def visitConditional_statement_else_tail(ctx: Conditional_statement_else_tailContext): T

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_else_tail.

    ctx

    the parse tree

    returns

    the visitor result

  125. abstract def visitConditional_statement_head(ctx: Conditional_statement_headContext): T

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_head.

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_head.

    ctx

    the parse tree

    returns

    the visitor result

  126. abstract def visitConfig_declaration(ctx: Config_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#config_declaration.

    Visit a parse tree produced by SystemVerilogParser#config_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  127. abstract def visitConfig_identifier(ctx: Config_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#config_identifier.

    Visit a parse tree produced by SystemVerilogParser#config_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  128. abstract def visitConfig_name(ctx: Config_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#config_name.

    Visit a parse tree produced by SystemVerilogParser#config_name.

    ctx

    the parse tree

    returns

    the visitor result

  129. abstract def visitConfig_rule_statement(ctx: Config_rule_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#config_rule_statement.

    Visit a parse tree produced by SystemVerilogParser#config_rule_statement.

    ctx

    the parse tree

    returns

    the visitor result

  130. abstract def visitConsecutive_repetition(ctx: Consecutive_repetitionContext): T

    Visit a parse tree produced by SystemVerilogParser#consecutive_repetition.

    Visit a parse tree produced by SystemVerilogParser#consecutive_repetition.

    ctx

    the parse tree

    returns

    the visitor result

  131. abstract def visitConst_identifier(ctx: Const_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#const_identifier.

    Visit a parse tree produced by SystemVerilogParser#const_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  132. abstract def visitConst_member_select(ctx: Const_member_selectContext): T

    Visit a parse tree produced by SystemVerilogParser#const_member_select.

    Visit a parse tree produced by SystemVerilogParser#const_member_select.

    ctx

    the parse tree

    returns

    the visitor result

  133. abstract def visitConst_or_range_expression(ctx: Const_or_range_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#const_or_range_expression.

    Visit a parse tree produced by SystemVerilogParser#const_or_range_expression.

    ctx

    the parse tree

    returns

    the visitor result

  134. abstract def visitConstant_assignment_pattern_expression(ctx: Constant_assignment_pattern_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_assignment_pattern_expression.

    ctx

    the parse tree

    returns

    the visitor result

  135. abstract def visitConstant_bit_select(ctx: Constant_bit_selectContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_bit_select.

    Visit a parse tree produced by SystemVerilogParser#constant_bit_select.

    ctx

    the parse tree

    returns

    the visitor result

  136. abstract def visitConstant_concatenation(ctx: Constant_concatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_concatenation.

    Visit a parse tree produced by SystemVerilogParser#constant_concatenation.

    ctx

    the parse tree

    returns

    the visitor result

  137. abstract def visitConstant_expression(ctx: Constant_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_expression.

    Visit a parse tree produced by SystemVerilogParser#constant_expression.

    ctx

    the parse tree

    returns

    the visitor result

  138. abstract def visitConstant_indexed_range(ctx: Constant_indexed_rangeContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_indexed_range.

    Visit a parse tree produced by SystemVerilogParser#constant_indexed_range.

    ctx

    the parse tree

    returns

    the visitor result

  139. abstract def visitConstant_mintypmax_expression(ctx: Constant_mintypmax_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_mintypmax_expression.

    ctx

    the parse tree

    returns

    the visitor result

  140. abstract def visitConstant_multiple_concatenation(ctx: Constant_multiple_concatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_multiple_concatenation.

    ctx

    the parse tree

    returns

    the visitor result

  141. abstract def visitConstant_param_expression(ctx: Constant_param_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_param_expression.

    Visit a parse tree produced by SystemVerilogParser#constant_param_expression.

    ctx

    the parse tree

    returns

    the visitor result

  142. abstract def visitConstant_part_select_range(ctx: Constant_part_select_rangeContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_part_select_range.

    Visit a parse tree produced by SystemVerilogParser#constant_part_select_range.

    ctx

    the parse tree

    returns

    the visitor result

  143. abstract def visitConstant_primary(ctx: Constant_primaryContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_primary.

    Visit a parse tree produced by SystemVerilogParser#constant_primary.

    ctx

    the parse tree

    returns

    the visitor result

  144. abstract def visitConstant_range(ctx: Constant_rangeContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_range.

    Visit a parse tree produced by SystemVerilogParser#constant_range.

    ctx

    the parse tree

    returns

    the visitor result

  145. abstract def visitConstant_range_expression(ctx: Constant_range_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_range_expression.

    Visit a parse tree produced by SystemVerilogParser#constant_range_expression.

    ctx

    the parse tree

    returns

    the visitor result

  146. abstract def visitConstant_select(ctx: Constant_selectContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_select.

    Visit a parse tree produced by SystemVerilogParser#constant_select.

    ctx

    the parse tree

    returns

    the visitor result

  147. abstract def visitConstraint_block(ctx: Constraint_blockContext): T

    Visit a parse tree produced by SystemVerilogParser#constraint_block.

    Visit a parse tree produced by SystemVerilogParser#constraint_block.

    ctx

    the parse tree

    returns

    the visitor result

  148. abstract def visitConstraint_block_item(ctx: Constraint_block_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#constraint_block_item.

    Visit a parse tree produced by SystemVerilogParser#constraint_block_item.

    ctx

    the parse tree

    returns

    the visitor result

  149. abstract def visitConstraint_declaration(ctx: Constraint_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#constraint_declaration.

    Visit a parse tree produced by SystemVerilogParser#constraint_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  150. abstract def visitConstraint_expression(ctx: Constraint_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#constraint_expression.

    Visit a parse tree produced by SystemVerilogParser#constraint_expression.

    ctx

    the parse tree

    returns

    the visitor result

  151. abstract def visitConstraint_identifier(ctx: Constraint_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#constraint_identifier.

    Visit a parse tree produced by SystemVerilogParser#constraint_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  152. abstract def visitConstraint_primary(ctx: Constraint_primaryContext): T

    Visit a parse tree produced by SystemVerilogParser#constraint_primary.

    Visit a parse tree produced by SystemVerilogParser#constraint_primary.

    ctx

    the parse tree

    returns

    the visitor result

  153. abstract def visitConstraint_prototype(ctx: Constraint_prototypeContext): T

    Visit a parse tree produced by SystemVerilogParser#constraint_prototype.

    Visit a parse tree produced by SystemVerilogParser#constraint_prototype.

    ctx

    the parse tree

    returns

    the visitor result

  154. abstract def visitConstraint_prototype_qualifier(ctx: Constraint_prototype_qualifierContext): T

    Visit a parse tree produced by SystemVerilogParser#constraint_prototype_qualifier.

    ctx

    the parse tree

    returns

    the visitor result

  155. abstract def visitConstraint_set(ctx: Constraint_setContext): T

    Visit a parse tree produced by SystemVerilogParser#constraint_set.

    Visit a parse tree produced by SystemVerilogParser#constraint_set.

    ctx

    the parse tree

    returns

    the visitor result

  156. abstract def visitContinuous_assign(ctx: Continuous_assignContext): T

    Visit a parse tree produced by SystemVerilogParser#continuous_assign.

    Visit a parse tree produced by SystemVerilogParser#continuous_assign.

    ctx

    the parse tree

    returns

    the visitor result

  157. abstract def visitControlled_reference_event(ctx: Controlled_reference_eventContext): T

    Visit a parse tree produced by SystemVerilogParser#controlled_reference_event.

    Visit a parse tree produced by SystemVerilogParser#controlled_reference_event.

    ctx

    the parse tree

    returns

    the visitor result

  158. abstract def visitControlled_timing_check_event(ctx: Controlled_timing_check_eventContext): T

    Visit a parse tree produced by SystemVerilogParser#controlled_timing_check_event.

    ctx

    the parse tree

    returns

    the visitor result

  159. abstract def visitCover_cross(ctx: Cover_crossContext): T

    Visit a parse tree produced by SystemVerilogParser#cover_cross.

    Visit a parse tree produced by SystemVerilogParser#cover_cross.

    ctx

    the parse tree

    returns

    the visitor result

  160. abstract def visitCover_point(ctx: Cover_pointContext): T

    Visit a parse tree produced by SystemVerilogParser#cover_point.

    Visit a parse tree produced by SystemVerilogParser#cover_point.

    ctx

    the parse tree

    returns

    the visitor result

  161. abstract def visitCover_point_identifier(ctx: Cover_point_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#cover_point_identifier.

    Visit a parse tree produced by SystemVerilogParser#cover_point_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  162. abstract def visitCover_point_label(ctx: Cover_point_labelContext): T

    Visit a parse tree produced by SystemVerilogParser#cover_point_label.

    Visit a parse tree produced by SystemVerilogParser#cover_point_label.

    ctx

    the parse tree

    returns

    the visitor result

  163. abstract def visitCover_property_statement(ctx: Cover_property_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#cover_property_statement.

    Visit a parse tree produced by SystemVerilogParser#cover_property_statement.

    ctx

    the parse tree

    returns

    the visitor result

  164. abstract def visitCover_sequence_statement(ctx: Cover_sequence_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#cover_sequence_statement.

    Visit a parse tree produced by SystemVerilogParser#cover_sequence_statement.

    ctx

    the parse tree

    returns

    the visitor result

  165. abstract def visitCoverage_event(ctx: Coverage_eventContext): T

    Visit a parse tree produced by SystemVerilogParser#coverage_event.

    Visit a parse tree produced by SystemVerilogParser#coverage_event.

    ctx

    the parse tree

    returns

    the visitor result

  166. abstract def visitCoverage_option(ctx: Coverage_optionContext): T

    Visit a parse tree produced by SystemVerilogParser#coverage_option.

    Visit a parse tree produced by SystemVerilogParser#coverage_option.

    ctx

    the parse tree

    returns

    the visitor result

  167. abstract def visitCoverage_spec(ctx: Coverage_specContext): T

    Visit a parse tree produced by SystemVerilogParser#coverage_spec.

    Visit a parse tree produced by SystemVerilogParser#coverage_spec.

    ctx

    the parse tree

    returns

    the visitor result

  168. abstract def visitCoverage_spec_or_option(ctx: Coverage_spec_or_optionContext): T

    Visit a parse tree produced by SystemVerilogParser#coverage_spec_or_option.

    Visit a parse tree produced by SystemVerilogParser#coverage_spec_or_option.

    ctx

    the parse tree

    returns

    the visitor result

  169. abstract def visitCovergroup_declaration(ctx: Covergroup_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#covergroup_declaration.

    Visit a parse tree produced by SystemVerilogParser#covergroup_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  170. abstract def visitCovergroup_expression(ctx: Covergroup_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#covergroup_expression.

    Visit a parse tree produced by SystemVerilogParser#covergroup_expression.

    ctx

    the parse tree

    returns

    the visitor result

  171. abstract def visitCovergroup_identifier(ctx: Covergroup_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#covergroup_identifier.

    Visit a parse tree produced by SystemVerilogParser#covergroup_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  172. abstract def visitCovergroup_name(ctx: Covergroup_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#covergroup_name.

    Visit a parse tree produced by SystemVerilogParser#covergroup_name.

    ctx

    the parse tree

    returns

    the visitor result

  173. abstract def visitCovergroup_range_list(ctx: Covergroup_range_listContext): T

    Visit a parse tree produced by SystemVerilogParser#covergroup_range_list.

    Visit a parse tree produced by SystemVerilogParser#covergroup_range_list.

    ctx

    the parse tree

    returns

    the visitor result

  174. abstract def visitCovergroup_value_range(ctx: Covergroup_value_rangeContext): T

    Visit a parse tree produced by SystemVerilogParser#covergroup_value_range.

    Visit a parse tree produced by SystemVerilogParser#covergroup_value_range.

    ctx

    the parse tree

    returns

    the visitor result

  175. abstract def visitCross_body(ctx: Cross_bodyContext): T

    Visit a parse tree produced by SystemVerilogParser#cross_body.

    Visit a parse tree produced by SystemVerilogParser#cross_body.

    ctx

    the parse tree

    returns

    the visitor result

  176. abstract def visitCross_body_item(ctx: Cross_body_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#cross_body_item.

    Visit a parse tree produced by SystemVerilogParser#cross_body_item.

    ctx

    the parse tree

    returns

    the visitor result

  177. abstract def visitCross_identifier(ctx: Cross_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#cross_identifier.

    Visit a parse tree produced by SystemVerilogParser#cross_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  178. abstract def visitCross_item(ctx: Cross_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#cross_item.

    Visit a parse tree produced by SystemVerilogParser#cross_item.

    ctx

    the parse tree

    returns

    the visitor result

  179. abstract def visitCross_label(ctx: Cross_labelContext): T

    Visit a parse tree produced by SystemVerilogParser#cross_label.

    Visit a parse tree produced by SystemVerilogParser#cross_label.

    ctx

    the parse tree

    returns

    the visitor result

  180. abstract def visitCross_set_expression(ctx: Cross_set_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#cross_set_expression.

    Visit a parse tree produced by SystemVerilogParser#cross_set_expression.

    ctx

    the parse tree

    returns

    the visitor result

  181. abstract def visitCurrent_state(ctx: Current_stateContext): T

    Visit a parse tree produced by SystemVerilogParser#current_state.

    Visit a parse tree produced by SystemVerilogParser#current_state.

    ctx

    the parse tree

    returns

    the visitor result

  182. abstract def visitCycle_delay(ctx: Cycle_delayContext): T

    Visit a parse tree produced by SystemVerilogParser#cycle_delay.

    Visit a parse tree produced by SystemVerilogParser#cycle_delay.

    ctx

    the parse tree

    returns

    the visitor result

  183. abstract def visitCycle_delay_const_range_expression(ctx: Cycle_delay_const_range_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#cycle_delay_const_range_expression.

    ctx

    the parse tree

    returns

    the visitor result

  184. abstract def visitCycle_delay_range(ctx: Cycle_delay_rangeContext): T

    Visit a parse tree produced by SystemVerilogParser#cycle_delay_range.

    Visit a parse tree produced by SystemVerilogParser#cycle_delay_range.

    ctx

    the parse tree

    returns

    the visitor result

  185. abstract def visitData_declaration(ctx: Data_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#data_declaration.

    Visit a parse tree produced by SystemVerilogParser#data_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  186. abstract def visitData_event(ctx: Data_eventContext): T

    Visit a parse tree produced by SystemVerilogParser#data_event.

    Visit a parse tree produced by SystemVerilogParser#data_event.

    ctx

    the parse tree

    returns

    the visitor result

  187. abstract def visitData_source_expression(ctx: Data_source_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#data_source_expression.

    Visit a parse tree produced by SystemVerilogParser#data_source_expression.

    ctx

    the parse tree

    returns

    the visitor result

  188. abstract def visitData_type(ctx: Data_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#data_type.

    Visit a parse tree produced by SystemVerilogParser#data_type.

    ctx

    the parse tree

    returns

    the visitor result

  189. abstract def visitData_type_or_implicit(ctx: Data_type_or_implicitContext): T

    Visit a parse tree produced by SystemVerilogParser#data_type_or_implicit.

    Visit a parse tree produced by SystemVerilogParser#data_type_or_implicit.

    ctx

    the parse tree

    returns

    the visitor result

  190. abstract def visitData_type_or_void(ctx: Data_type_or_voidContext): T

    Visit a parse tree produced by SystemVerilogParser#data_type_or_void.

    Visit a parse tree produced by SystemVerilogParser#data_type_or_void.

    ctx

    the parse tree

    returns

    the visitor result

  191. abstract def visitDecimal_base(ctx: Decimal_baseContext): T

    Visit a parse tree produced by SystemVerilogParser#decimal_base.

    Visit a parse tree produced by SystemVerilogParser#decimal_base.

    ctx

    the parse tree

    returns

    the visitor result

  192. abstract def visitDecimal_number(ctx: Decimal_numberContext): T

    Visit a parse tree produced by SystemVerilogParser#decimal_number.

    Visit a parse tree produced by SystemVerilogParser#decimal_number.

    ctx

    the parse tree

    returns

    the visitor result

  193. abstract def visitDecimal_value(ctx: Decimal_valueContext): T

    Visit a parse tree produced by SystemVerilogParser#decimal_value.

    Visit a parse tree produced by SystemVerilogParser#decimal_value.

    ctx

    the parse tree

    returns

    the visitor result

  194. abstract def visitDefault_clause(ctx: Default_clauseContext): T

    Visit a parse tree produced by SystemVerilogParser#default_clause.

    Visit a parse tree produced by SystemVerilogParser#default_clause.

    ctx

    the parse tree

    returns

    the visitor result

  195. abstract def visitDefault_skew(ctx: Default_skewContext): T

    Visit a parse tree produced by SystemVerilogParser#default_skew.

    Visit a parse tree produced by SystemVerilogParser#default_skew.

    ctx

    the parse tree

    returns

    the visitor result

  196. abstract def visitDeferred_immediate_assert_statement(ctx: Deferred_immediate_assert_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assert_statement.

    ctx

    the parse tree

    returns

    the visitor result

  197. abstract def visitDeferred_immediate_assertion_item(ctx: Deferred_immediate_assertion_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_item.

    ctx

    the parse tree

    returns

    the visitor result

  198. abstract def visitDeferred_immediate_assertion_statement(ctx: Deferred_immediate_assertion_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_statement.

    ctx

    the parse tree

    returns

    the visitor result

  199. abstract def visitDeferred_immediate_assume_statement(ctx: Deferred_immediate_assume_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assume_statement.

    ctx

    the parse tree

    returns

    the visitor result

  200. abstract def visitDeferred_immediate_cover_statement(ctx: Deferred_immediate_cover_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_cover_statement.

    ctx

    the parse tree

    returns

    the visitor result

  201. abstract def visitDefparam_assignment(ctx: Defparam_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#defparam_assignment.

    Visit a parse tree produced by SystemVerilogParser#defparam_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  202. abstract def visitDelay2(ctx: Delay2Context): T

    Visit a parse tree produced by SystemVerilogParser#delay2.

    Visit a parse tree produced by SystemVerilogParser#delay2.

    ctx

    the parse tree

    returns

    the visitor result

  203. abstract def visitDelay3(ctx: Delay3Context): T

    Visit a parse tree produced by SystemVerilogParser#delay3.

    Visit a parse tree produced by SystemVerilogParser#delay3.

    ctx

    the parse tree

    returns

    the visitor result

  204. abstract def visitDelay_control(ctx: Delay_controlContext): T

    Visit a parse tree produced by SystemVerilogParser#delay_control.

    Visit a parse tree produced by SystemVerilogParser#delay_control.

    ctx

    the parse tree

    returns

    the visitor result

  205. abstract def visitDelay_or_event_control(ctx: Delay_or_event_controlContext): T

    Visit a parse tree produced by SystemVerilogParser#delay_or_event_control.

    Visit a parse tree produced by SystemVerilogParser#delay_or_event_control.

    ctx

    the parse tree

    returns

    the visitor result

  206. abstract def visitDelay_value(ctx: Delay_valueContext): T

    Visit a parse tree produced by SystemVerilogParser#delay_value.

    Visit a parse tree produced by SystemVerilogParser#delay_value.

    ctx

    the parse tree

    returns

    the visitor result

  207. abstract def visitDelayed_data(ctx: Delayed_dataContext): T

    Visit a parse tree produced by SystemVerilogParser#delayed_data.

    Visit a parse tree produced by SystemVerilogParser#delayed_data.

    ctx

    the parse tree

    returns

    the visitor result

  208. abstract def visitDelayed_data_opt(ctx: Delayed_data_optContext): T

    Visit a parse tree produced by SystemVerilogParser#delayed_data_opt.

    Visit a parse tree produced by SystemVerilogParser#delayed_data_opt.

    ctx

    the parse tree

    returns

    the visitor result

  209. abstract def visitDelayed_ref_opt(ctx: Delayed_ref_optContext): T

    Visit a parse tree produced by SystemVerilogParser#delayed_ref_opt.

    Visit a parse tree produced by SystemVerilogParser#delayed_ref_opt.

    ctx

    the parse tree

    returns

    the visitor result

  210. abstract def visitDelayed_reference(ctx: Delayed_referenceContext): T

    Visit a parse tree produced by SystemVerilogParser#delayed_reference.

    Visit a parse tree produced by SystemVerilogParser#delayed_reference.

    ctx

    the parse tree

    returns

    the visitor result

  211. abstract def visitDescription(ctx: DescriptionContext): T

    Visit a parse tree produced by SystemVerilogParser#description.

    Visit a parse tree produced by SystemVerilogParser#description.

    ctx

    the parse tree

    returns

    the visitor result

  212. abstract def visitDesign_statement(ctx: Design_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#design_statement.

    Visit a parse tree produced by SystemVerilogParser#design_statement.

    ctx

    the parse tree

    returns

    the visitor result

  213. abstract def visitDesign_statement_item(ctx: Design_statement_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#design_statement_item.

    Visit a parse tree produced by SystemVerilogParser#design_statement_item.

    ctx

    the parse tree

    returns

    the visitor result

  214. abstract def visitDisable_statement(ctx: Disable_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#disable_statement.

    Visit a parse tree produced by SystemVerilogParser#disable_statement.

    ctx

    the parse tree

    returns

    the visitor result

  215. abstract def visitDist_item(ctx: Dist_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#dist_item.

    Visit a parse tree produced by SystemVerilogParser#dist_item.

    ctx

    the parse tree

    returns

    the visitor result

  216. abstract def visitDist_list(ctx: Dist_listContext): T

    Visit a parse tree produced by SystemVerilogParser#dist_list.

    Visit a parse tree produced by SystemVerilogParser#dist_list.

    ctx

    the parse tree

    returns

    the visitor result

  217. abstract def visitDist_weight(ctx: Dist_weightContext): T

    Visit a parse tree produced by SystemVerilogParser#dist_weight.

    Visit a parse tree produced by SystemVerilogParser#dist_weight.

    ctx

    the parse tree

    returns

    the visitor result

  218. abstract def visitDpi_function_import_property(ctx: Dpi_function_import_propertyContext): T

    Visit a parse tree produced by SystemVerilogParser#dpi_function_import_property.

    Visit a parse tree produced by SystemVerilogParser#dpi_function_import_property.

    ctx

    the parse tree

    returns

    the visitor result

  219. abstract def visitDpi_function_proto(ctx: Dpi_function_protoContext): T

    Visit a parse tree produced by SystemVerilogParser#dpi_function_proto.

    Visit a parse tree produced by SystemVerilogParser#dpi_function_proto.

    ctx

    the parse tree

    returns

    the visitor result

  220. abstract def visitDpi_import_export(ctx: Dpi_import_exportContext): T

    Visit a parse tree produced by SystemVerilogParser#dpi_import_export.

    Visit a parse tree produced by SystemVerilogParser#dpi_import_export.

    ctx

    the parse tree

    returns

    the visitor result

  221. abstract def visitDpi_spec_string(ctx: Dpi_spec_stringContext): T

    Visit a parse tree produced by SystemVerilogParser#dpi_spec_string.

    Visit a parse tree produced by SystemVerilogParser#dpi_spec_string.

    ctx

    the parse tree

    returns

    the visitor result

  222. abstract def visitDpi_task_import_property(ctx: Dpi_task_import_propertyContext): T

    Visit a parse tree produced by SystemVerilogParser#dpi_task_import_property.

    Visit a parse tree produced by SystemVerilogParser#dpi_task_import_property.

    ctx

    the parse tree

    returns

    the visitor result

  223. abstract def visitDpi_task_proto(ctx: Dpi_task_protoContext): T

    Visit a parse tree produced by SystemVerilogParser#dpi_task_proto.

    Visit a parse tree produced by SystemVerilogParser#dpi_task_proto.

    ctx

    the parse tree

    returns

    the visitor result

  224. abstract def visitDrive_strength(ctx: Drive_strengthContext): T

    Visit a parse tree produced by SystemVerilogParser#drive_strength.

    Visit a parse tree produced by SystemVerilogParser#drive_strength.

    ctx

    the parse tree

    returns

    the visitor result

  225. abstract def visitDynamic_array_new(ctx: Dynamic_array_newContext): T

    Visit a parse tree produced by SystemVerilogParser#dynamic_array_new.

    Visit a parse tree produced by SystemVerilogParser#dynamic_array_new.

    ctx

    the parse tree

    returns

    the visitor result

  226. abstract def visitDynamic_array_variable_identifier(ctx: Dynamic_array_variable_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#dynamic_array_variable_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  227. abstract def visitEdge_control_specifier(ctx: Edge_control_specifierContext): T

    Visit a parse tree produced by SystemVerilogParser#edge_control_specifier.

    Visit a parse tree produced by SystemVerilogParser#edge_control_specifier.

    ctx

    the parse tree

    returns

    the visitor result

  228. abstract def visitEdge_descriptor(ctx: Edge_descriptorContext): T

    Visit a parse tree produced by SystemVerilogParser#edge_descriptor.

    Visit a parse tree produced by SystemVerilogParser#edge_descriptor.

    ctx

    the parse tree

    returns

    the visitor result

  229. abstract def visitEdge_identifier(ctx: Edge_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#edge_identifier.

    Visit a parse tree produced by SystemVerilogParser#edge_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  230. abstract def visitEdge_indicator(ctx: Edge_indicatorContext): T

    Visit a parse tree produced by SystemVerilogParser#edge_indicator.

    Visit a parse tree produced by SystemVerilogParser#edge_indicator.

    ctx

    the parse tree

    returns

    the visitor result

  231. abstract def visitEdge_input_list(ctx: Edge_input_listContext): T

    Visit a parse tree produced by SystemVerilogParser#edge_input_list.

    Visit a parse tree produced by SystemVerilogParser#edge_input_list.

    ctx

    the parse tree

    returns

    the visitor result

  232. abstract def visitEdge_sensitive_path_declaration(ctx: Edge_sensitive_path_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#edge_sensitive_path_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  233. abstract def visitEdge_symbol(ctx: Edge_symbolContext): T

    Visit a parse tree produced by SystemVerilogParser#edge_symbol.

    Visit a parse tree produced by SystemVerilogParser#edge_symbol.

    ctx

    the parse tree

    returns

    the visitor result

  234. abstract def visitElaboration_system_task(ctx: Elaboration_system_taskContext): T

    Visit a parse tree produced by SystemVerilogParser#elaboration_system_task.

    Visit a parse tree produced by SystemVerilogParser#elaboration_system_task.

    ctx

    the parse tree

    returns

    the visitor result

  235. abstract def visitEmpty_unpacked_array_concatenation(ctx: Empty_unpacked_array_concatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#empty_unpacked_array_concatenation.

    ctx

    the parse tree

    returns

    the visitor result

  236. abstract def visitEnable_gate_instance(ctx: Enable_gate_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#enable_gate_instance.

    Visit a parse tree produced by SystemVerilogParser#enable_gate_instance.

    ctx

    the parse tree

    returns

    the visitor result

  237. abstract def visitEnable_gatetype(ctx: Enable_gatetypeContext): T

    Visit a parse tree produced by SystemVerilogParser#enable_gatetype.

    Visit a parse tree produced by SystemVerilogParser#enable_gatetype.

    ctx

    the parse tree

    returns

    the visitor result

  238. abstract def visitEnable_terminal(ctx: Enable_terminalContext): T

    Visit a parse tree produced by SystemVerilogParser#enable_terminal.

    Visit a parse tree produced by SystemVerilogParser#enable_terminal.

    ctx

    the parse tree

    returns

    the visitor result

  239. abstract def visitEnd_edge_offset(ctx: End_edge_offsetContext): T

    Visit a parse tree produced by SystemVerilogParser#end_edge_offset.

    Visit a parse tree produced by SystemVerilogParser#end_edge_offset.

    ctx

    the parse tree

    returns

    the visitor result

  240. abstract def visitEnum_base_type(ctx: Enum_base_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#enum_base_type.

    Visit a parse tree produced by SystemVerilogParser#enum_base_type.

    ctx

    the parse tree

    returns

    the visitor result

  241. abstract def visitEnum_identifier(ctx: Enum_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#enum_identifier.

    Visit a parse tree produced by SystemVerilogParser#enum_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  242. abstract def visitEnum_name_declaration(ctx: Enum_name_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#enum_name_declaration.

    Visit a parse tree produced by SystemVerilogParser#enum_name_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  243. abstract def visitEnum_name_suffix_range(ctx: Enum_name_suffix_rangeContext): T

    Visit a parse tree produced by SystemVerilogParser#enum_name_suffix_range.

    Visit a parse tree produced by SystemVerilogParser#enum_name_suffix_range.

    ctx

    the parse tree

    returns

    the visitor result

  244. abstract def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    ParseTreeVisitor
  245. abstract def visitError_limit_value(ctx: Error_limit_valueContext): T

    Visit a parse tree produced by SystemVerilogParser#error_limit_value.

    Visit a parse tree produced by SystemVerilogParser#error_limit_value.

    ctx

    the parse tree

    returns

    the visitor result

  246. abstract def visitEscaped_identifier(ctx: Escaped_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#escaped_identifier.

    Visit a parse tree produced by SystemVerilogParser#escaped_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  247. abstract def visitEvent_based_flag(ctx: Event_based_flagContext): T

    Visit a parse tree produced by SystemVerilogParser#event_based_flag.

    Visit a parse tree produced by SystemVerilogParser#event_based_flag.

    ctx

    the parse tree

    returns

    the visitor result

  248. abstract def visitEvent_based_flag_opt(ctx: Event_based_flag_optContext): T

    Visit a parse tree produced by SystemVerilogParser#event_based_flag_opt.

    Visit a parse tree produced by SystemVerilogParser#event_based_flag_opt.

    ctx

    the parse tree

    returns

    the visitor result

  249. abstract def visitEvent_control(ctx: Event_controlContext): T

    Visit a parse tree produced by SystemVerilogParser#event_control.

    Visit a parse tree produced by SystemVerilogParser#event_control.

    ctx

    the parse tree

    returns

    the visitor result

  250. abstract def visitEvent_expression(ctx: Event_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#event_expression.

    Visit a parse tree produced by SystemVerilogParser#event_expression.

    ctx

    the parse tree

    returns

    the visitor result

  251. abstract def visitEvent_trigger(ctx: Event_triggerContext): T

    Visit a parse tree produced by SystemVerilogParser#event_trigger.

    Visit a parse tree produced by SystemVerilogParser#event_trigger.

    ctx

    the parse tree

    returns

    the visitor result

  252. abstract def visitExpect_property_statement(ctx: Expect_property_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#expect_property_statement.

    Visit a parse tree produced by SystemVerilogParser#expect_property_statement.

    ctx

    the parse tree

    returns

    the visitor result

  253. abstract def visitExponential_number(ctx: Exponential_numberContext): T

    Visit a parse tree produced by SystemVerilogParser#exponential_number.

    Visit a parse tree produced by SystemVerilogParser#exponential_number.

    ctx

    the parse tree

    returns

    the visitor result

  254. abstract def visitExpression(ctx: ExpressionContext): T

    Visit a parse tree produced by SystemVerilogParser#expression.

    Visit a parse tree produced by SystemVerilogParser#expression.

    ctx

    the parse tree

    returns

    the visitor result

  255. abstract def visitExpression_or_cond_pattern(ctx: Expression_or_cond_patternContext): T

    Visit a parse tree produced by SystemVerilogParser#expression_or_cond_pattern.

    Visit a parse tree produced by SystemVerilogParser#expression_or_cond_pattern.

    ctx

    the parse tree

    returns

    the visitor result

  256. abstract def visitExpression_or_dist(ctx: Expression_or_distContext): T

    Visit a parse tree produced by SystemVerilogParser#expression_or_dist.

    Visit a parse tree produced by SystemVerilogParser#expression_or_dist.

    ctx

    the parse tree

    returns

    the visitor result

  257. abstract def visitExtern_constraint_declaration(ctx: Extern_constraint_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#extern_constraint_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  258. abstract def visitExtern_tf_declaration(ctx: Extern_tf_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#extern_tf_declaration.

    Visit a parse tree produced by SystemVerilogParser#extern_tf_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  259. abstract def visitFatal_arg_list(ctx: Fatal_arg_listContext): T

    Visit a parse tree produced by SystemVerilogParser#fatal_arg_list.

    Visit a parse tree produced by SystemVerilogParser#fatal_arg_list.

    ctx

    the parse tree

    returns

    the visitor result

  260. abstract def visitFile_path_spec(ctx: File_path_specContext): T

    Visit a parse tree produced by SystemVerilogParser#file_path_spec.

    Visit a parse tree produced by SystemVerilogParser#file_path_spec.

    ctx

    the parse tree

    returns

    the visitor result

  261. abstract def visitFinal_construct(ctx: Final_constructContext): T

    Visit a parse tree produced by SystemVerilogParser#final_construct.

    Visit a parse tree produced by SystemVerilogParser#final_construct.

    ctx

    the parse tree

    returns

    the visitor result

  262. abstract def visitFinish_number(ctx: Finish_numberContext): T

    Visit a parse tree produced by SystemVerilogParser#finish_number.

    Visit a parse tree produced by SystemVerilogParser#finish_number.

    ctx

    the parse tree

    returns

    the visitor result

  263. abstract def visitFixed_point_number(ctx: Fixed_point_numberContext): T

    Visit a parse tree produced by SystemVerilogParser#fixed_point_number.

    Visit a parse tree produced by SystemVerilogParser#fixed_point_number.

    ctx

    the parse tree

    returns

    the visitor result

  264. abstract def visitFor_initialization(ctx: For_initializationContext): T

    Visit a parse tree produced by SystemVerilogParser#for_initialization.

    Visit a parse tree produced by SystemVerilogParser#for_initialization.

    ctx

    the parse tree

    returns

    the visitor result

  265. abstract def visitFor_step(ctx: For_stepContext): T

    Visit a parse tree produced by SystemVerilogParser#for_step.

    Visit a parse tree produced by SystemVerilogParser#for_step.

    ctx

    the parse tree

    returns

    the visitor result

  266. abstract def visitFor_step_assignment(ctx: For_step_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#for_step_assignment.

    Visit a parse tree produced by SystemVerilogParser#for_step_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  267. abstract def visitFor_variable_assign(ctx: For_variable_assignContext): T

    Visit a parse tree produced by SystemVerilogParser#for_variable_assign.

    Visit a parse tree produced by SystemVerilogParser#for_variable_assign.

    ctx

    the parse tree

    returns

    the visitor result

  268. abstract def visitFor_variable_declaration(ctx: For_variable_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#for_variable_declaration.

    Visit a parse tree produced by SystemVerilogParser#for_variable_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  269. abstract def visitFormal_port_identifier(ctx: Formal_port_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#formal_port_identifier.

    Visit a parse tree produced by SystemVerilogParser#formal_port_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  270. abstract def visitFull_edge_sensitive_path_description(ctx: Full_edge_sensitive_path_descriptionContext): T

    Visit a parse tree produced by SystemVerilogParser#full_edge_sensitive_path_description.

    ctx

    the parse tree

    returns

    the visitor result

  271. abstract def visitFull_path_description(ctx: Full_path_descriptionContext): T

    Visit a parse tree produced by SystemVerilogParser#full_path_description.

    Visit a parse tree produced by SystemVerilogParser#full_path_description.

    ctx

    the parse tree

    returns

    the visitor result

  272. abstract def visitFullskew_timing_check(ctx: Fullskew_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#fullskew_timing_check.

    Visit a parse tree produced by SystemVerilogParser#fullskew_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  273. abstract def visitFunction_body_declaration(ctx: Function_body_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#function_body_declaration.

    Visit a parse tree produced by SystemVerilogParser#function_body_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  274. abstract def visitFunction_data_type_or_implicit(ctx: Function_data_type_or_implicitContext): T

    Visit a parse tree produced by SystemVerilogParser#function_data_type_or_implicit.

    ctx

    the parse tree

    returns

    the visitor result

  275. abstract def visitFunction_declaration(ctx: Function_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#function_declaration.

    Visit a parse tree produced by SystemVerilogParser#function_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  276. abstract def visitFunction_identifier(ctx: Function_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#function_identifier.

    Visit a parse tree produced by SystemVerilogParser#function_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  277. abstract def visitFunction_name(ctx: Function_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#function_name.

    Visit a parse tree produced by SystemVerilogParser#function_name.

    ctx

    the parse tree

    returns

    the visitor result

  278. abstract def visitFunction_prototype(ctx: Function_prototypeContext): T

    Visit a parse tree produced by SystemVerilogParser#function_prototype.

    Visit a parse tree produced by SystemVerilogParser#function_prototype.

    ctx

    the parse tree

    returns

    the visitor result

  279. abstract def visitFunction_statement(ctx: Function_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#function_statement.

    Visit a parse tree produced by SystemVerilogParser#function_statement.

    ctx

    the parse tree

    returns

    the visitor result

  280. abstract def visitFunction_statement_or_null(ctx: Function_statement_or_nullContext): T

    Visit a parse tree produced by SystemVerilogParser#function_statement_or_null.

    Visit a parse tree produced by SystemVerilogParser#function_statement_or_null.

    ctx

    the parse tree

    returns

    the visitor result

  281. abstract def visitGate_instantiation(ctx: Gate_instantiationContext): T

    Visit a parse tree produced by SystemVerilogParser#gate_instantiation.

    Visit a parse tree produced by SystemVerilogParser#gate_instantiation.

    ctx

    the parse tree

    returns

    the visitor result

  282. abstract def visitGen_ref(ctx: Gen_refContext): T

    Visit a parse tree produced by SystemVerilogParser#gen_ref.

    Visit a parse tree produced by SystemVerilogParser#gen_ref.

    ctx

    the parse tree

    returns

    the visitor result

  283. abstract def visitGenerate_block(ctx: Generate_blockContext): T

    Visit a parse tree produced by SystemVerilogParser#generate_block.

    Visit a parse tree produced by SystemVerilogParser#generate_block.

    ctx

    the parse tree

    returns

    the visitor result

  284. abstract def visitGenerate_block_identifier(ctx: Generate_block_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#generate_block_identifier.

    Visit a parse tree produced by SystemVerilogParser#generate_block_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  285. abstract def visitGenerate_block_label(ctx: Generate_block_labelContext): T

    Visit a parse tree produced by SystemVerilogParser#generate_block_label.

    Visit a parse tree produced by SystemVerilogParser#generate_block_label.

    ctx

    the parse tree

    returns

    the visitor result

  286. abstract def visitGenerate_block_name(ctx: Generate_block_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#generate_block_name.

    Visit a parse tree produced by SystemVerilogParser#generate_block_name.

    ctx

    the parse tree

    returns

    the visitor result

  287. abstract def visitGenerate_item(ctx: Generate_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#generate_item.

    Visit a parse tree produced by SystemVerilogParser#generate_item.

    ctx

    the parse tree

    returns

    the visitor result

  288. abstract def visitGenerate_region(ctx: Generate_regionContext): T

    Visit a parse tree produced by SystemVerilogParser#generate_region.

    Visit a parse tree produced by SystemVerilogParser#generate_region.

    ctx

    the parse tree

    returns

    the visitor result

  289. abstract def visitGenvar_declaration(ctx: Genvar_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#genvar_declaration.

    Visit a parse tree produced by SystemVerilogParser#genvar_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  290. abstract def visitGenvar_expression(ctx: Genvar_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#genvar_expression.

    Visit a parse tree produced by SystemVerilogParser#genvar_expression.

    ctx

    the parse tree

    returns

    the visitor result

  291. abstract def visitGenvar_identifier(ctx: Genvar_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#genvar_identifier.

    Visit a parse tree produced by SystemVerilogParser#genvar_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  292. abstract def visitGenvar_initialization(ctx: Genvar_initializationContext): T

    Visit a parse tree produced by SystemVerilogParser#genvar_initialization.

    Visit a parse tree produced by SystemVerilogParser#genvar_initialization.

    ctx

    the parse tree

    returns

    the visitor result

  293. abstract def visitGenvar_iteration(ctx: Genvar_iterationContext): T

    Visit a parse tree produced by SystemVerilogParser#genvar_iteration.

    Visit a parse tree produced by SystemVerilogParser#genvar_iteration.

    ctx

    the parse tree

    returns

    the visitor result

  294. abstract def visitGoto_repetition(ctx: Goto_repetitionContext): T

    Visit a parse tree produced by SystemVerilogParser#goto_repetition.

    Visit a parse tree produced by SystemVerilogParser#goto_repetition.

    ctx

    the parse tree

    returns

    the visitor result

  295. abstract def visitHex_base(ctx: Hex_baseContext): T

    Visit a parse tree produced by SystemVerilogParser#hex_base.

    Visit a parse tree produced by SystemVerilogParser#hex_base.

    ctx

    the parse tree

    returns

    the visitor result

  296. abstract def visitHex_number(ctx: Hex_numberContext): T

    Visit a parse tree produced by SystemVerilogParser#hex_number.

    Visit a parse tree produced by SystemVerilogParser#hex_number.

    ctx

    the parse tree

    returns

    the visitor result

  297. abstract def visitHex_value(ctx: Hex_valueContext): T

    Visit a parse tree produced by SystemVerilogParser#hex_value.

    Visit a parse tree produced by SystemVerilogParser#hex_value.

    ctx

    the parse tree

    returns

    the visitor result

  298. abstract def visitHier_ref(ctx: Hier_refContext): T

    Visit a parse tree produced by SystemVerilogParser#hier_ref.

    Visit a parse tree produced by SystemVerilogParser#hier_ref.

    ctx

    the parse tree

    returns

    the visitor result

  299. abstract def visitHierarchical_btf_identifier(ctx: Hierarchical_btf_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#hierarchical_btf_identifier.

    Visit a parse tree produced by SystemVerilogParser#hierarchical_btf_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  300. abstract def visitHierarchical_identifier(ctx: Hierarchical_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#hierarchical_identifier.

    Visit a parse tree produced by SystemVerilogParser#hierarchical_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  301. abstract def visitHierarchical_instance(ctx: Hierarchical_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#hierarchical_instance.

    Visit a parse tree produced by SystemVerilogParser#hierarchical_instance.

    ctx

    the parse tree

    returns

    the visitor result

  302. abstract def visitHold_timing_check(ctx: Hold_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#hold_timing_check.

    Visit a parse tree produced by SystemVerilogParser#hold_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  303. abstract def visitId_list(ctx: Id_listContext): T

    Visit a parse tree produced by SystemVerilogParser#id_list.

    Visit a parse tree produced by SystemVerilogParser#id_list.

    ctx

    the parse tree

    returns

    the visitor result

  304. abstract def visitIdentifier(ctx: IdentifierContext): T

    Visit a parse tree produced by SystemVerilogParser#identifier.

    Visit a parse tree produced by SystemVerilogParser#identifier.

    ctx

    the parse tree

    returns

    the visitor result

  305. abstract def visitIdentifier_list(ctx: Identifier_listContext): T

    Visit a parse tree produced by SystemVerilogParser#identifier_list.

    Visit a parse tree produced by SystemVerilogParser#identifier_list.

    ctx

    the parse tree

    returns

    the visitor result

  306. abstract def visitIf_generate_construct(ctx: If_generate_constructContext): T

    Visit a parse tree produced by SystemVerilogParser#if_generate_construct.

    Visit a parse tree produced by SystemVerilogParser#if_generate_construct.

    ctx

    the parse tree

    returns

    the visitor result

  307. abstract def visitImmediate_assertion_statement(ctx: Immediate_assertion_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#immediate_assertion_statement.

    ctx

    the parse tree

    returns

    the visitor result

  308. abstract def visitImplicit_class_handle(ctx: Implicit_class_handleContext): T

    Visit a parse tree produced by SystemVerilogParser#implicit_class_handle.

    Visit a parse tree produced by SystemVerilogParser#implicit_class_handle.

    ctx

    the parse tree

    returns

    the visitor result

  309. abstract def visitImplicit_data_type(ctx: Implicit_data_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#implicit_data_type.

    Visit a parse tree produced by SystemVerilogParser#implicit_data_type.

    ctx

    the parse tree

    returns

    the visitor result

  310. abstract def visitImport_export(ctx: Import_exportContext): T

    Visit a parse tree produced by SystemVerilogParser#import_export.

    Visit a parse tree produced by SystemVerilogParser#import_export.

    ctx

    the parse tree

    returns

    the visitor result

  311. abstract def visitInc_or_dec_expression(ctx: Inc_or_dec_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#inc_or_dec_expression.

    Visit a parse tree produced by SystemVerilogParser#inc_or_dec_expression.

    ctx

    the parse tree

    returns

    the visitor result

  312. abstract def visitInc_or_dec_operator(ctx: Inc_or_dec_operatorContext): T

    Visit a parse tree produced by SystemVerilogParser#inc_or_dec_operator.

    Visit a parse tree produced by SystemVerilogParser#inc_or_dec_operator.

    ctx

    the parse tree

    returns

    the visitor result

  313. abstract def visitInclude_statement(ctx: Include_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#include_statement.

    Visit a parse tree produced by SystemVerilogParser#include_statement.

    ctx

    the parse tree

    returns

    the visitor result

  314. abstract def visitIncomplete_condition_statement(ctx: Incomplete_condition_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#incomplete_condition_statement.

    ctx

    the parse tree

    returns

    the visitor result

  315. abstract def visitIncomplete_statement(ctx: Incomplete_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#incomplete_statement.

    Visit a parse tree produced by SystemVerilogParser#incomplete_statement.

    ctx

    the parse tree

    returns

    the visitor result

  316. abstract def visitIndex_variable_identifier(ctx: Index_variable_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#index_variable_identifier.

    Visit a parse tree produced by SystemVerilogParser#index_variable_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  317. abstract def visitIndexed_range(ctx: Indexed_rangeContext): T

    Visit a parse tree produced by SystemVerilogParser#indexed_range.

    Visit a parse tree produced by SystemVerilogParser#indexed_range.

    ctx

    the parse tree

    returns

    the visitor result

  318. abstract def visitInit_val(ctx: Init_valContext): T

    Visit a parse tree produced by SystemVerilogParser#init_val.

    Visit a parse tree produced by SystemVerilogParser#init_val.

    ctx

    the parse tree

    returns

    the visitor result

  319. abstract def visitInitial_construct(ctx: Initial_constructContext): T

    Visit a parse tree produced by SystemVerilogParser#initial_construct.

    Visit a parse tree produced by SystemVerilogParser#initial_construct.

    ctx

    the parse tree

    returns

    the visitor result

  320. abstract def visitInout_declaration(ctx: Inout_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#inout_declaration.

    Visit a parse tree produced by SystemVerilogParser#inout_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  321. abstract def visitInout_terminal(ctx: Inout_terminalContext): T

    Visit a parse tree produced by SystemVerilogParser#inout_terminal.

    Visit a parse tree produced by SystemVerilogParser#inout_terminal.

    ctx

    the parse tree

    returns

    the visitor result

  322. abstract def visitInput_declaration(ctx: Input_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#input_declaration.

    Visit a parse tree produced by SystemVerilogParser#input_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  323. abstract def visitInput_identifier(ctx: Input_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#input_identifier.

    Visit a parse tree produced by SystemVerilogParser#input_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  324. abstract def visitInput_port_identifier(ctx: Input_port_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#input_port_identifier.

    Visit a parse tree produced by SystemVerilogParser#input_port_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  325. abstract def visitInput_terminal(ctx: Input_terminalContext): T

    Visit a parse tree produced by SystemVerilogParser#input_terminal.

    Visit a parse tree produced by SystemVerilogParser#input_terminal.

    ctx

    the parse tree

    returns

    the visitor result

  326. abstract def visitInst_clause(ctx: Inst_clauseContext): T

    Visit a parse tree produced by SystemVerilogParser#inst_clause.

    Visit a parse tree produced by SystemVerilogParser#inst_clause.

    ctx

    the parse tree

    returns

    the visitor result

  327. abstract def visitInst_name(ctx: Inst_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#inst_name.

    Visit a parse tree produced by SystemVerilogParser#inst_name.

    ctx

    the parse tree

    returns

    the visitor result

  328. abstract def visitInstance_identifier(ctx: Instance_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#instance_identifier.

    Visit a parse tree produced by SystemVerilogParser#instance_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  329. abstract def visitInteger_atom_type(ctx: Integer_atom_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#integer_atom_type.

    Visit a parse tree produced by SystemVerilogParser#integer_atom_type.

    ctx

    the parse tree

    returns

    the visitor result

  330. abstract def visitInteger_covergroup_expression(ctx: Integer_covergroup_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#integer_covergroup_expression.

    ctx

    the parse tree

    returns

    the visitor result

  331. abstract def visitInteger_type(ctx: Integer_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#integer_type.

    Visit a parse tree produced by SystemVerilogParser#integer_type.

    ctx

    the parse tree

    returns

    the visitor result

  332. abstract def visitInteger_vector_type(ctx: Integer_vector_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#integer_vector_type.

    Visit a parse tree produced by SystemVerilogParser#integer_vector_type.

    ctx

    the parse tree

    returns

    the visitor result

  333. abstract def visitIntegral_number(ctx: Integral_numberContext): T

    Visit a parse tree produced by SystemVerilogParser#integral_number.

    Visit a parse tree produced by SystemVerilogParser#integral_number.

    ctx

    the parse tree

    returns

    the visitor result

  334. abstract def visitInterface_class_declaration(ctx: Interface_class_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_class_declaration.

    Visit a parse tree produced by SystemVerilogParser#interface_class_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  335. abstract def visitInterface_class_extension(ctx: Interface_class_extensionContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_class_extension.

    Visit a parse tree produced by SystemVerilogParser#interface_class_extension.

    ctx

    the parse tree

    returns

    the visitor result

  336. abstract def visitInterface_class_item(ctx: Interface_class_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_class_item.

    Visit a parse tree produced by SystemVerilogParser#interface_class_item.

    ctx

    the parse tree

    returns

    the visitor result

  337. abstract def visitInterface_class_method(ctx: Interface_class_methodContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_class_method.

    Visit a parse tree produced by SystemVerilogParser#interface_class_method.

    ctx

    the parse tree

    returns

    the visitor result

  338. abstract def visitInterface_class_type(ctx: Interface_class_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_class_type.

    Visit a parse tree produced by SystemVerilogParser#interface_class_type.

    ctx

    the parse tree

    returns

    the visitor result

  339. abstract def visitInterface_declaration(ctx: Interface_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_declaration.

    Visit a parse tree produced by SystemVerilogParser#interface_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  340. abstract def visitInterface_header(ctx: Interface_headerContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_header.

    Visit a parse tree produced by SystemVerilogParser#interface_header.

    ctx

    the parse tree

    returns

    the visitor result

  341. abstract def visitInterface_id(ctx: Interface_idContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_id.

    Visit a parse tree produced by SystemVerilogParser#interface_id.

    ctx

    the parse tree

    returns

    the visitor result

  342. abstract def visitInterface_identifier(ctx: Interface_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_identifier.

    Visit a parse tree produced by SystemVerilogParser#interface_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  343. abstract def visitInterface_instance_identifier(ctx: Interface_instance_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_instance_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  344. abstract def visitInterface_item(ctx: Interface_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_item.

    Visit a parse tree produced by SystemVerilogParser#interface_item.

    ctx

    the parse tree

    returns

    the visitor result

  345. abstract def visitInterface_name(ctx: Interface_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_name.

    Visit a parse tree produced by SystemVerilogParser#interface_name.

    ctx

    the parse tree

    returns

    the visitor result

  346. abstract def visitInterface_port_declaration(ctx: Interface_port_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_port_declaration.

    Visit a parse tree produced by SystemVerilogParser#interface_port_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  347. abstract def visitJoin_keyword(ctx: Join_keywordContext): T

    Visit a parse tree produced by SystemVerilogParser#join_keyword.

    Visit a parse tree produced by SystemVerilogParser#join_keyword.

    ctx

    the parse tree

    returns

    the visitor result

  348. abstract def visitJump_statement(ctx: Jump_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#jump_statement.

    Visit a parse tree produced by SystemVerilogParser#jump_statement.

    ctx

    the parse tree

    returns

    the visitor result

  349. abstract def visitLet_declaration(ctx: Let_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#let_declaration.

    Visit a parse tree produced by SystemVerilogParser#let_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  350. abstract def visitLet_formal_type(ctx: Let_formal_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#let_formal_type.

    Visit a parse tree produced by SystemVerilogParser#let_formal_type.

    ctx

    the parse tree

    returns

    the visitor result

  351. abstract def visitLet_identifier(ctx: Let_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#let_identifier.

    Visit a parse tree produced by SystemVerilogParser#let_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  352. abstract def visitLet_port_item(ctx: Let_port_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#let_port_item.

    Visit a parse tree produced by SystemVerilogParser#let_port_item.

    ctx

    the parse tree

    returns

    the visitor result

  353. abstract def visitLet_port_list(ctx: Let_port_listContext): T

    Visit a parse tree produced by SystemVerilogParser#let_port_list.

    Visit a parse tree produced by SystemVerilogParser#let_port_list.

    ctx

    the parse tree

    returns

    the visitor result

  354. abstract def visitLet_ports(ctx: Let_portsContext): T

    Visit a parse tree produced by SystemVerilogParser#let_ports.

    Visit a parse tree produced by SystemVerilogParser#let_ports.

    ctx

    the parse tree

    returns

    the visitor result

  355. abstract def visitLevel_input_list(ctx: Level_input_listContext): T

    Visit a parse tree produced by SystemVerilogParser#level_input_list.

    Visit a parse tree produced by SystemVerilogParser#level_input_list.

    ctx

    the parse tree

    returns

    the visitor result

  356. abstract def visitLevel_symbol(ctx: Level_symbolContext): T

    Visit a parse tree produced by SystemVerilogParser#level_symbol.

    Visit a parse tree produced by SystemVerilogParser#level_symbol.

    ctx

    the parse tree

    returns

    the visitor result

  357. abstract def visitLiblist_clause(ctx: Liblist_clauseContext): T

    Visit a parse tree produced by SystemVerilogParser#liblist_clause.

    Visit a parse tree produced by SystemVerilogParser#liblist_clause.

    ctx

    the parse tree

    returns

    the visitor result

  358. abstract def visitLibrary_declaration(ctx: Library_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#library_declaration.

    Visit a parse tree produced by SystemVerilogParser#library_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  359. abstract def visitLibrary_description(ctx: Library_descriptionContext): T

    Visit a parse tree produced by SystemVerilogParser#library_description.

    Visit a parse tree produced by SystemVerilogParser#library_description.

    ctx

    the parse tree

    returns

    the visitor result

  360. abstract def visitLibrary_identifier(ctx: Library_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#library_identifier.

    Visit a parse tree produced by SystemVerilogParser#library_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  361. abstract def visitLibrary_incdir(ctx: Library_incdirContext): T

    Visit a parse tree produced by SystemVerilogParser#library_incdir.

    Visit a parse tree produced by SystemVerilogParser#library_incdir.

    ctx

    the parse tree

    returns

    the visitor result

  362. abstract def visitLibrary_text(ctx: Library_textContext): T

    Visit a parse tree produced by SystemVerilogParser#library_text.

    Visit a parse tree produced by SystemVerilogParser#library_text.

    ctx

    the parse tree

    returns

    the visitor result

  363. abstract def visitLifetime(ctx: LifetimeContext): T

    Visit a parse tree produced by SystemVerilogParser#lifetime.

    Visit a parse tree produced by SystemVerilogParser#lifetime.

    ctx

    the parse tree

    returns

    the visitor result

  364. abstract def visitLimit_value(ctx: Limit_valueContext): T

    Visit a parse tree produced by SystemVerilogParser#limit_value.

    Visit a parse tree produced by SystemVerilogParser#limit_value.

    ctx

    the parse tree

    returns

    the visitor result

  365. abstract def visitList_of_arguments(ctx: List_of_argumentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_arguments.

    Visit a parse tree produced by SystemVerilogParser#list_of_arguments.

    ctx

    the parse tree

    returns

    the visitor result

  366. abstract def visitList_of_checker_port_connections(ctx: List_of_checker_port_connectionsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_checker_port_connections.

    ctx

    the parse tree

    returns

    the visitor result

  367. abstract def visitList_of_clocking_decl_assign(ctx: List_of_clocking_decl_assignContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_clocking_decl_assign.

    Visit a parse tree produced by SystemVerilogParser#list_of_clocking_decl_assign.

    ctx

    the parse tree

    returns

    the visitor result

  368. abstract def visitList_of_cross_items(ctx: List_of_cross_itemsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_cross_items.

    Visit a parse tree produced by SystemVerilogParser#list_of_cross_items.

    ctx

    the parse tree

    returns

    the visitor result

  369. abstract def visitList_of_defparam_assignments(ctx: List_of_defparam_assignmentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_defparam_assignments.

    Visit a parse tree produced by SystemVerilogParser#list_of_defparam_assignments.

    ctx

    the parse tree

    returns

    the visitor result

  370. abstract def visitList_of_genvar_identifiers(ctx: List_of_genvar_identifiersContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_genvar_identifiers.

    Visit a parse tree produced by SystemVerilogParser#list_of_genvar_identifiers.

    ctx

    the parse tree

    returns

    the visitor result

  371. abstract def visitList_of_interface_identifiers(ctx: List_of_interface_identifiersContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_interface_identifiers.

    ctx

    the parse tree

    returns

    the visitor result

  372. abstract def visitList_of_net_assignments(ctx: List_of_net_assignmentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_net_assignments.

    Visit a parse tree produced by SystemVerilogParser#list_of_net_assignments.

    ctx

    the parse tree

    returns

    the visitor result

  373. abstract def visitList_of_net_decl_assignments(ctx: List_of_net_decl_assignmentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_net_decl_assignments.

    Visit a parse tree produced by SystemVerilogParser#list_of_net_decl_assignments.

    ctx

    the parse tree

    returns

    the visitor result

  374. abstract def visitList_of_param_assignments(ctx: List_of_param_assignmentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_param_assignments.

    Visit a parse tree produced by SystemVerilogParser#list_of_param_assignments.

    ctx

    the parse tree

    returns

    the visitor result

  375. abstract def visitList_of_parameter_assignments(ctx: List_of_parameter_assignmentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_parameter_assignments.

    ctx

    the parse tree

    returns

    the visitor result

  376. abstract def visitList_of_path_delay_expressions(ctx: List_of_path_delay_expressionsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_path_delay_expressions.

    ctx

    the parse tree

    returns

    the visitor result

  377. abstract def visitList_of_path_inputs(ctx: List_of_path_inputsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_path_inputs.

    Visit a parse tree produced by SystemVerilogParser#list_of_path_inputs.

    ctx

    the parse tree

    returns

    the visitor result

  378. abstract def visitList_of_path_outputs(ctx: List_of_path_outputsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_path_outputs.

    Visit a parse tree produced by SystemVerilogParser#list_of_path_outputs.

    ctx

    the parse tree

    returns

    the visitor result

  379. abstract def visitList_of_port_connections(ctx: List_of_port_connectionsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_port_connections.

    Visit a parse tree produced by SystemVerilogParser#list_of_port_connections.

    ctx

    the parse tree

    returns

    the visitor result

  380. abstract def visitList_of_port_declarations(ctx: List_of_port_declarationsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_port_declarations.

    Visit a parse tree produced by SystemVerilogParser#list_of_port_declarations.

    ctx

    the parse tree

    returns

    the visitor result

  381. abstract def visitList_of_port_identifiers(ctx: List_of_port_identifiersContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_port_identifiers.

    Visit a parse tree produced by SystemVerilogParser#list_of_port_identifiers.

    ctx

    the parse tree

    returns

    the visitor result

  382. abstract def visitList_of_specparam_assignments(ctx: List_of_specparam_assignmentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_specparam_assignments.

    ctx

    the parse tree

    returns

    the visitor result

  383. abstract def visitList_of_tf_variable_identifiers(ctx: List_of_tf_variable_identifiersContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_tf_variable_identifiers.

    ctx

    the parse tree

    returns

    the visitor result

  384. abstract def visitList_of_type_assignments(ctx: List_of_type_assignmentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_type_assignments.

    Visit a parse tree produced by SystemVerilogParser#list_of_type_assignments.

    ctx

    the parse tree

    returns

    the visitor result

  385. abstract def visitList_of_udp_port_identifiers(ctx: List_of_udp_port_identifiersContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_udp_port_identifiers.

    Visit a parse tree produced by SystemVerilogParser#list_of_udp_port_identifiers.

    ctx

    the parse tree

    returns

    the visitor result

  386. abstract def visitList_of_variable_assignments(ctx: List_of_variable_assignmentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_variable_assignments.

    Visit a parse tree produced by SystemVerilogParser#list_of_variable_assignments.

    ctx

    the parse tree

    returns

    the visitor result

  387. abstract def visitList_of_variable_decl_assignments(ctx: List_of_variable_decl_assignmentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_variable_decl_assignments.

    ctx

    the parse tree

    returns

    the visitor result

  388. abstract def visitList_of_variable_identifiers(ctx: List_of_variable_identifiersContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_variable_identifiers.

    Visit a parse tree produced by SystemVerilogParser#list_of_variable_identifiers.

    ctx

    the parse tree

    returns

    the visitor result

  389. abstract def visitList_of_variable_port_identifiers(ctx: List_of_variable_port_identifiersContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_variable_port_identifiers.

    ctx

    the parse tree

    returns

    the visitor result

  390. abstract def visitLocal_parameter_declaration(ctx: Local_parameter_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#local_parameter_declaration.

    Visit a parse tree produced by SystemVerilogParser#local_parameter_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  391. abstract def visitLoop_generate_construct(ctx: Loop_generate_constructContext): T

    Visit a parse tree produced by SystemVerilogParser#loop_generate_construct.

    Visit a parse tree produced by SystemVerilogParser#loop_generate_construct.

    ctx

    the parse tree

    returns

    the visitor result

  392. abstract def visitLoop_statement(ctx: Loop_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#loop_statement.

    Visit a parse tree produced by SystemVerilogParser#loop_statement.

    ctx

    the parse tree

    returns

    the visitor result

  393. abstract def visitLoop_var(ctx: Loop_varContext): T

    Visit a parse tree produced by SystemVerilogParser#loop_var.

    Visit a parse tree produced by SystemVerilogParser#loop_var.

    ctx

    the parse tree

    returns

    the visitor result

  394. abstract def visitLoop_variables(ctx: Loop_variablesContext): T

    Visit a parse tree produced by SystemVerilogParser#loop_variables.

    Visit a parse tree produced by SystemVerilogParser#loop_variables.

    ctx

    the parse tree

    returns

    the visitor result

  395. abstract def visitMember_identifier(ctx: Member_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#member_identifier.

    Visit a parse tree produced by SystemVerilogParser#member_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  396. abstract def visitMember_pattern_pair(ctx: Member_pattern_pairContext): T

    Visit a parse tree produced by SystemVerilogParser#member_pattern_pair.

    Visit a parse tree produced by SystemVerilogParser#member_pattern_pair.

    ctx

    the parse tree

    returns

    the visitor result

  397. abstract def visitMember_select(ctx: Member_selectContext): T

    Visit a parse tree produced by SystemVerilogParser#member_select.

    Visit a parse tree produced by SystemVerilogParser#member_select.

    ctx

    the parse tree

    returns

    the visitor result

  398. abstract def visitMethod_call_root(ctx: Method_call_rootContext): T

    Visit a parse tree produced by SystemVerilogParser#method_call_root.

    Visit a parse tree produced by SystemVerilogParser#method_call_root.

    ctx

    the parse tree

    returns

    the visitor result

  399. abstract def visitMethod_identifier(ctx: Method_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#method_identifier.

    Visit a parse tree produced by SystemVerilogParser#method_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  400. abstract def visitMethod_prototype(ctx: Method_prototypeContext): T

    Visit a parse tree produced by SystemVerilogParser#method_prototype.

    Visit a parse tree produced by SystemVerilogParser#method_prototype.

    ctx

    the parse tree

    returns

    the visitor result

  401. abstract def visitMethod_qualifier(ctx: Method_qualifierContext): T

    Visit a parse tree produced by SystemVerilogParser#method_qualifier.

    Visit a parse tree produced by SystemVerilogParser#method_qualifier.

    ctx

    the parse tree

    returns

    the visitor result

  402. abstract def visitMintypmax_expression(ctx: Mintypmax_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#mintypmax_expression.

    Visit a parse tree produced by SystemVerilogParser#mintypmax_expression.

    ctx

    the parse tree

    returns

    the visitor result

  403. abstract def visitModport_clocking_declaration(ctx: Modport_clocking_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#modport_clocking_declaration.

    Visit a parse tree produced by SystemVerilogParser#modport_clocking_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  404. abstract def visitModport_declaration(ctx: Modport_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#modport_declaration.

    Visit a parse tree produced by SystemVerilogParser#modport_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  405. abstract def visitModport_identifier(ctx: Modport_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#modport_identifier.

    Visit a parse tree produced by SystemVerilogParser#modport_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  406. abstract def visitModport_item(ctx: Modport_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#modport_item.

    Visit a parse tree produced by SystemVerilogParser#modport_item.

    ctx

    the parse tree

    returns

    the visitor result

  407. abstract def visitModport_ports_declaration(ctx: Modport_ports_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#modport_ports_declaration.

    Visit a parse tree produced by SystemVerilogParser#modport_ports_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  408. abstract def visitModport_simple_port(ctx: Modport_simple_portContext): T

    Visit a parse tree produced by SystemVerilogParser#modport_simple_port.

    Visit a parse tree produced by SystemVerilogParser#modport_simple_port.

    ctx

    the parse tree

    returns

    the visitor result

  409. abstract def visitModport_simple_ports_declaration(ctx: Modport_simple_ports_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#modport_simple_ports_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  410. abstract def visitModport_tf_port(ctx: Modport_tf_portContext): T

    Visit a parse tree produced by SystemVerilogParser#modport_tf_port.

    Visit a parse tree produced by SystemVerilogParser#modport_tf_port.

    ctx

    the parse tree

    returns

    the visitor result

  411. abstract def visitModport_tf_ports_declaration(ctx: Modport_tf_ports_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#modport_tf_ports_declaration.

    Visit a parse tree produced by SystemVerilogParser#modport_tf_ports_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  412. abstract def visitModule_common_item(ctx: Module_common_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#module_common_item.

    Visit a parse tree produced by SystemVerilogParser#module_common_item.

    ctx

    the parse tree

    returns

    the visitor result

  413. abstract def visitModule_declaration(ctx: Module_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#module_declaration.

    Visit a parse tree produced by SystemVerilogParser#module_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  414. abstract def visitModule_header(ctx: Module_headerContext): T

    Visit a parse tree produced by SystemVerilogParser#module_header.

    Visit a parse tree produced by SystemVerilogParser#module_header.

    ctx

    the parse tree

    returns

    the visitor result

  415. abstract def visitModule_identifier(ctx: Module_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#module_identifier.

    Visit a parse tree produced by SystemVerilogParser#module_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  416. abstract def visitModule_item(ctx: Module_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#module_item.

    Visit a parse tree produced by SystemVerilogParser#module_item.

    ctx

    the parse tree

    returns

    the visitor result

  417. abstract def visitModule_item_declaration(ctx: Module_item_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#module_item_declaration.

    Visit a parse tree produced by SystemVerilogParser#module_item_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  418. abstract def visitModule_keyword(ctx: Module_keywordContext): T

    Visit a parse tree produced by SystemVerilogParser#module_keyword.

    Visit a parse tree produced by SystemVerilogParser#module_keyword.

    ctx

    the parse tree

    returns

    the visitor result

  419. abstract def visitModule_name(ctx: Module_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#module_name.

    Visit a parse tree produced by SystemVerilogParser#module_name.

    ctx

    the parse tree

    returns

    the visitor result

  420. abstract def visitModule_path_concatenation(ctx: Module_path_concatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#module_path_concatenation.

    Visit a parse tree produced by SystemVerilogParser#module_path_concatenation.

    ctx

    the parse tree

    returns

    the visitor result

  421. abstract def visitModule_path_expression(ctx: Module_path_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#module_path_expression.

    Visit a parse tree produced by SystemVerilogParser#module_path_expression.

    ctx

    the parse tree

    returns

    the visitor result

  422. abstract def visitModule_path_mintypmax_expression(ctx: Module_path_mintypmax_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#module_path_mintypmax_expression.

    ctx

    the parse tree

    returns

    the visitor result

  423. abstract def visitModule_path_multiple_concatenation(ctx: Module_path_multiple_concatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#module_path_multiple_concatenation.

    ctx

    the parse tree

    returns

    the visitor result

  424. abstract def visitModule_path_primary(ctx: Module_path_primaryContext): T

    Visit a parse tree produced by SystemVerilogParser#module_path_primary.

    Visit a parse tree produced by SystemVerilogParser#module_path_primary.

    ctx

    the parse tree

    returns

    the visitor result

  425. abstract def visitModule_program_interface_instantiation(ctx: Module_program_interface_instantiationContext): T

    Visit a parse tree produced by SystemVerilogParser#module_program_interface_instantiation.

    ctx

    the parse tree

    returns

    the visitor result

  426. abstract def visitMos_switch_instance(ctx: Mos_switch_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#mos_switch_instance.

    Visit a parse tree produced by SystemVerilogParser#mos_switch_instance.

    ctx

    the parse tree

    returns

    the visitor result

  427. abstract def visitMos_switchtype(ctx: Mos_switchtypeContext): T

    Visit a parse tree produced by SystemVerilogParser#mos_switchtype.

    Visit a parse tree produced by SystemVerilogParser#mos_switchtype.

    ctx

    the parse tree

    returns

    the visitor result

  428. abstract def visitMultiple_concatenation(ctx: Multiple_concatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#multiple_concatenation.

    Visit a parse tree produced by SystemVerilogParser#multiple_concatenation.

    ctx

    the parse tree

    returns

    the visitor result

  429. abstract def visitN_input_gate_instance(ctx: N_input_gate_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#n_input_gate_instance.

    Visit a parse tree produced by SystemVerilogParser#n_input_gate_instance.

    ctx

    the parse tree

    returns

    the visitor result

  430. abstract def visitN_input_gatetype(ctx: N_input_gatetypeContext): T

    Visit a parse tree produced by SystemVerilogParser#n_input_gatetype.

    Visit a parse tree produced by SystemVerilogParser#n_input_gatetype.

    ctx

    the parse tree

    returns

    the visitor result

  431. abstract def visitN_output_gate_instance(ctx: N_output_gate_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#n_output_gate_instance.

    Visit a parse tree produced by SystemVerilogParser#n_output_gate_instance.

    ctx

    the parse tree

    returns

    the visitor result

  432. abstract def visitN_output_gatetype(ctx: N_output_gatetypeContext): T

    Visit a parse tree produced by SystemVerilogParser#n_output_gatetype.

    Visit a parse tree produced by SystemVerilogParser#n_output_gatetype.

    ctx

    the parse tree

    returns

    the visitor result

  433. abstract def visitName_of_instance(ctx: Name_of_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#name_of_instance.

    Visit a parse tree produced by SystemVerilogParser#name_of_instance.

    ctx

    the parse tree

    returns

    the visitor result

  434. abstract def visitNamed_arg(ctx: Named_argContext): T

    Visit a parse tree produced by SystemVerilogParser#named_arg.

    Visit a parse tree produced by SystemVerilogParser#named_arg.

    ctx

    the parse tree

    returns

    the visitor result

  435. abstract def visitNamed_checker_port_connection(ctx: Named_checker_port_connectionContext): T

    Visit a parse tree produced by SystemVerilogParser#named_checker_port_connection.

    ctx

    the parse tree

    returns

    the visitor result

  436. abstract def visitNamed_parameter_assignment(ctx: Named_parameter_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#named_parameter_assignment.

    Visit a parse tree produced by SystemVerilogParser#named_parameter_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  437. abstract def visitNamed_port_connection(ctx: Named_port_connectionContext): T

    Visit a parse tree produced by SystemVerilogParser#named_port_connection.

    Visit a parse tree produced by SystemVerilogParser#named_port_connection.

    ctx

    the parse tree

    returns

    the visitor result

  438. abstract def visitNcontrol_terminal(ctx: Ncontrol_terminalContext): T

    Visit a parse tree produced by SystemVerilogParser#ncontrol_terminal.

    Visit a parse tree produced by SystemVerilogParser#ncontrol_terminal.

    ctx

    the parse tree

    returns

    the visitor result

  439. abstract def visitNet_alias(ctx: Net_aliasContext): T

    Visit a parse tree produced by SystemVerilogParser#net_alias.

    Visit a parse tree produced by SystemVerilogParser#net_alias.

    ctx

    the parse tree

    returns

    the visitor result

  440. abstract def visitNet_assignment(ctx: Net_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#net_assignment.

    Visit a parse tree produced by SystemVerilogParser#net_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  441. abstract def visitNet_decl_assignment(ctx: Net_decl_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#net_decl_assignment.

    Visit a parse tree produced by SystemVerilogParser#net_decl_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  442. abstract def visitNet_declaration(ctx: Net_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#net_declaration.

    Visit a parse tree produced by SystemVerilogParser#net_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  443. abstract def visitNet_id(ctx: Net_idContext): T

    Visit a parse tree produced by SystemVerilogParser#net_id.

    Visit a parse tree produced by SystemVerilogParser#net_id.

    ctx

    the parse tree

    returns

    the visitor result

  444. abstract def visitNet_identifier(ctx: Net_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#net_identifier.

    Visit a parse tree produced by SystemVerilogParser#net_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  445. abstract def visitNet_lvalue(ctx: Net_lvalueContext): T

    Visit a parse tree produced by SystemVerilogParser#net_lvalue.

    Visit a parse tree produced by SystemVerilogParser#net_lvalue.

    ctx

    the parse tree

    returns

    the visitor result

  446. abstract def visitNet_port_type(ctx: Net_port_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#net_port_type.

    Visit a parse tree produced by SystemVerilogParser#net_port_type.

    ctx

    the parse tree

    returns

    the visitor result

  447. abstract def visitNet_type(ctx: Net_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#net_type.

    Visit a parse tree produced by SystemVerilogParser#net_type.

    ctx

    the parse tree

    returns

    the visitor result

  448. abstract def visitNet_type_decl_with(ctx: Net_type_decl_withContext): T

    Visit a parse tree produced by SystemVerilogParser#net_type_decl_with.

    Visit a parse tree produced by SystemVerilogParser#net_type_decl_with.

    ctx

    the parse tree

    returns

    the visitor result

  449. abstract def visitNet_type_declaration(ctx: Net_type_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#net_type_declaration.

    Visit a parse tree produced by SystemVerilogParser#net_type_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  450. abstract def visitNet_type_identifier(ctx: Net_type_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#net_type_identifier.

    Visit a parse tree produced by SystemVerilogParser#net_type_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  451. abstract def visitNext_state(ctx: Next_stateContext): T

    Visit a parse tree produced by SystemVerilogParser#next_state.

    Visit a parse tree produced by SystemVerilogParser#next_state.

    ctx

    the parse tree

    returns

    the visitor result

  452. abstract def visitNochange_timing_check(ctx: Nochange_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#nochange_timing_check.

    Visit a parse tree produced by SystemVerilogParser#nochange_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  453. abstract def visitNon_consecutive_repetition(ctx: Non_consecutive_repetitionContext): T

    Visit a parse tree produced by SystemVerilogParser#non_consecutive_repetition.

    Visit a parse tree produced by SystemVerilogParser#non_consecutive_repetition.

    ctx

    the parse tree

    returns

    the visitor result

  454. abstract def visitNon_integer_type(ctx: Non_integer_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#non_integer_type.

    Visit a parse tree produced by SystemVerilogParser#non_integer_type.

    ctx

    the parse tree

    returns

    the visitor result

  455. abstract def visitNonblocking_assignment(ctx: Nonblocking_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#nonblocking_assignment.

    Visit a parse tree produced by SystemVerilogParser#nonblocking_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  456. abstract def visitNonrange_select(ctx: Nonrange_selectContext): T

    Visit a parse tree produced by SystemVerilogParser#nonrange_select.

    Visit a parse tree produced by SystemVerilogParser#nonrange_select.

    ctx

    the parse tree

    returns

    the visitor result

  457. abstract def visitNonrange_variable_lvalue(ctx: Nonrange_variable_lvalueContext): T

    Visit a parse tree produced by SystemVerilogParser#nonrange_variable_lvalue.

    Visit a parse tree produced by SystemVerilogParser#nonrange_variable_lvalue.

    ctx

    the parse tree

    returns

    the visitor result

  458. abstract def visitNotifier(ctx: NotifierContext): T

    Visit a parse tree produced by SystemVerilogParser#notifier.

    Visit a parse tree produced by SystemVerilogParser#notifier.

    ctx

    the parse tree

    returns

    the visitor result

  459. abstract def visitNotifier_opt(ctx: Notifier_optContext): T

    Visit a parse tree produced by SystemVerilogParser#notifier_opt.

    Visit a parse tree produced by SystemVerilogParser#notifier_opt.

    ctx

    the parse tree

    returns

    the visitor result

  460. abstract def visitNumber(ctx: NumberContext): T

    Visit a parse tree produced by SystemVerilogParser#number.

    Visit a parse tree produced by SystemVerilogParser#number.

    ctx

    the parse tree

    returns

    the visitor result

  461. abstract def visitOctal_base(ctx: Octal_baseContext): T

    Visit a parse tree produced by SystemVerilogParser#octal_base.

    Visit a parse tree produced by SystemVerilogParser#octal_base.

    ctx

    the parse tree

    returns

    the visitor result

  462. abstract def visitOctal_number(ctx: Octal_numberContext): T

    Visit a parse tree produced by SystemVerilogParser#octal_number.

    Visit a parse tree produced by SystemVerilogParser#octal_number.

    ctx

    the parse tree

    returns

    the visitor result

  463. abstract def visitOctal_value(ctx: Octal_valueContext): T

    Visit a parse tree produced by SystemVerilogParser#octal_value.

    Visit a parse tree produced by SystemVerilogParser#octal_value.

    ctx

    the parse tree

    returns

    the visitor result

  464. abstract def visitOpen_range_list(ctx: Open_range_listContext): T

    Visit a parse tree produced by SystemVerilogParser#open_range_list.

    Visit a parse tree produced by SystemVerilogParser#open_range_list.

    ctx

    the parse tree

    returns

    the visitor result

  465. abstract def visitOpen_value_range(ctx: Open_value_rangeContext): T

    Visit a parse tree produced by SystemVerilogParser#open_value_range.

    Visit a parse tree produced by SystemVerilogParser#open_value_range.

    ctx

    the parse tree

    returns

    the visitor result

  466. abstract def visitOperator_assignment(ctx: Operator_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#operator_assignment.

    Visit a parse tree produced by SystemVerilogParser#operator_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  467. abstract def visitOrdered_arg(ctx: Ordered_argContext): T

    Visit a parse tree produced by SystemVerilogParser#ordered_arg.

    Visit a parse tree produced by SystemVerilogParser#ordered_arg.

    ctx

    the parse tree

    returns

    the visitor result

  468. abstract def visitOrdered_checker_port_connection(ctx: Ordered_checker_port_connectionContext): T

    Visit a parse tree produced by SystemVerilogParser#ordered_checker_port_connection.

    ctx

    the parse tree

    returns

    the visitor result

  469. abstract def visitOrdered_parameter_assignment(ctx: Ordered_parameter_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#ordered_parameter_assignment.

    Visit a parse tree produced by SystemVerilogParser#ordered_parameter_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  470. abstract def visitOrdered_port_connection(ctx: Ordered_port_connectionContext): T

    Visit a parse tree produced by SystemVerilogParser#ordered_port_connection.

    Visit a parse tree produced by SystemVerilogParser#ordered_port_connection.

    ctx

    the parse tree

    returns

    the visitor result

  471. abstract def visitOutput_declaration(ctx: Output_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#output_declaration.

    Visit a parse tree produced by SystemVerilogParser#output_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  472. abstract def visitOutput_identifier(ctx: Output_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#output_identifier.

    Visit a parse tree produced by SystemVerilogParser#output_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  473. abstract def visitOutput_port_identifier(ctx: Output_port_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#output_port_identifier.

    Visit a parse tree produced by SystemVerilogParser#output_port_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  474. abstract def visitOutput_symbol(ctx: Output_symbolContext): T

    Visit a parse tree produced by SystemVerilogParser#output_symbol.

    Visit a parse tree produced by SystemVerilogParser#output_symbol.

    ctx

    the parse tree

    returns

    the visitor result

  475. abstract def visitOutput_terminal(ctx: Output_terminalContext): T

    Visit a parse tree produced by SystemVerilogParser#output_terminal.

    Visit a parse tree produced by SystemVerilogParser#output_terminal.

    ctx

    the parse tree

    returns

    the visitor result

  476. abstract def visitPackage_declaration(ctx: Package_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#package_declaration.

    Visit a parse tree produced by SystemVerilogParser#package_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  477. abstract def visitPackage_export_declaration(ctx: Package_export_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#package_export_declaration.

    Visit a parse tree produced by SystemVerilogParser#package_export_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  478. abstract def visitPackage_identifier(ctx: Package_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#package_identifier.

    Visit a parse tree produced by SystemVerilogParser#package_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  479. abstract def visitPackage_import_declaration(ctx: Package_import_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#package_import_declaration.

    Visit a parse tree produced by SystemVerilogParser#package_import_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  480. abstract def visitPackage_import_item(ctx: Package_import_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#package_import_item.

    Visit a parse tree produced by SystemVerilogParser#package_import_item.

    ctx

    the parse tree

    returns

    the visitor result

  481. abstract def visitPackage_item(ctx: Package_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#package_item.

    Visit a parse tree produced by SystemVerilogParser#package_item.

    ctx

    the parse tree

    returns

    the visitor result

  482. abstract def visitPackage_item_declaration(ctx: Package_item_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#package_item_declaration.

    Visit a parse tree produced by SystemVerilogParser#package_item_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  483. abstract def visitPackage_name(ctx: Package_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#package_name.

    Visit a parse tree produced by SystemVerilogParser#package_name.

    ctx

    the parse tree

    returns

    the visitor result

  484. abstract def visitPackage_or_class_scope(ctx: Package_or_class_scopeContext): T

    Visit a parse tree produced by SystemVerilogParser#package_or_class_scope.

    Visit a parse tree produced by SystemVerilogParser#package_or_class_scope.

    ctx

    the parse tree

    returns

    the visitor result

  485. abstract def visitPackage_scope(ctx: Package_scopeContext): T

    Visit a parse tree produced by SystemVerilogParser#package_scope.

    Visit a parse tree produced by SystemVerilogParser#package_scope.

    ctx

    the parse tree

    returns

    the visitor result

  486. abstract def visitPacked_dimension(ctx: Packed_dimensionContext): T

    Visit a parse tree produced by SystemVerilogParser#packed_dimension.

    Visit a parse tree produced by SystemVerilogParser#packed_dimension.

    ctx

    the parse tree

    returns

    the visitor result

  487. abstract def visitPar_block(ctx: Par_blockContext): T

    Visit a parse tree produced by SystemVerilogParser#par_block.

    Visit a parse tree produced by SystemVerilogParser#par_block.

    ctx

    the parse tree

    returns

    the visitor result

  488. abstract def visitParallel_edge_sensitive_path_description(ctx: Parallel_edge_sensitive_path_descriptionContext): T

    Visit a parse tree produced by SystemVerilogParser#parallel_edge_sensitive_path_description.

    ctx

    the parse tree

    returns

    the visitor result

  489. abstract def visitParallel_path_description(ctx: Parallel_path_descriptionContext): T

    Visit a parse tree produced by SystemVerilogParser#parallel_path_description.

    Visit a parse tree produced by SystemVerilogParser#parallel_path_description.

    ctx

    the parse tree

    returns

    the visitor result

  490. abstract def visitParam_assignment(ctx: Param_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#param_assignment.

    Visit a parse tree produced by SystemVerilogParser#param_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  491. abstract def visitParam_expression(ctx: Param_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#param_expression.

    Visit a parse tree produced by SystemVerilogParser#param_expression.

    ctx

    the parse tree

    returns

    the visitor result

  492. abstract def visitParameter_declaration(ctx: Parameter_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#parameter_declaration.

    Visit a parse tree produced by SystemVerilogParser#parameter_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  493. abstract def visitParameter_identifier(ctx: Parameter_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#parameter_identifier.

    Visit a parse tree produced by SystemVerilogParser#parameter_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  494. abstract def visitParameter_override(ctx: Parameter_overrideContext): T

    Visit a parse tree produced by SystemVerilogParser#parameter_override.

    Visit a parse tree produced by SystemVerilogParser#parameter_override.

    ctx

    the parse tree

    returns

    the visitor result

  495. abstract def visitParameter_port_declaration(ctx: Parameter_port_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#parameter_port_declaration.

    Visit a parse tree produced by SystemVerilogParser#parameter_port_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  496. abstract def visitParameter_port_list(ctx: Parameter_port_listContext): T

    Visit a parse tree produced by SystemVerilogParser#parameter_port_list.

    Visit a parse tree produced by SystemVerilogParser#parameter_port_list.

    ctx

    the parse tree

    returns

    the visitor result

  497. abstract def visitParameter_value_assignment(ctx: Parameter_value_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#parameter_value_assignment.

    Visit a parse tree produced by SystemVerilogParser#parameter_value_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  498. abstract def visitPart_select_range(ctx: Part_select_rangeContext): T

    Visit a parse tree produced by SystemVerilogParser#part_select_range.

    Visit a parse tree produced by SystemVerilogParser#part_select_range.

    ctx

    the parse tree

    returns

    the visitor result

  499. abstract def visitPass_en_switchtype(ctx: Pass_en_switchtypeContext): T

    Visit a parse tree produced by SystemVerilogParser#pass_en_switchtype.

    Visit a parse tree produced by SystemVerilogParser#pass_en_switchtype.

    ctx

    the parse tree

    returns

    the visitor result

  500. abstract def visitPass_enable_switch_instance(ctx: Pass_enable_switch_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#pass_enable_switch_instance.

    Visit a parse tree produced by SystemVerilogParser#pass_enable_switch_instance.

    ctx

    the parse tree

    returns

    the visitor result

  501. abstract def visitPass_switch_instance(ctx: Pass_switch_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#pass_switch_instance.

    Visit a parse tree produced by SystemVerilogParser#pass_switch_instance.

    ctx

    the parse tree

    returns

    the visitor result

  502. abstract def visitPass_switchtype(ctx: Pass_switchtypeContext): T

    Visit a parse tree produced by SystemVerilogParser#pass_switchtype.

    Visit a parse tree produced by SystemVerilogParser#pass_switchtype.

    ctx

    the parse tree

    returns

    the visitor result

  503. abstract def visitPath_declaration(ctx: Path_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#path_declaration.

    Visit a parse tree produced by SystemVerilogParser#path_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  504. abstract def visitPath_delay_expression(ctx: Path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  505. abstract def visitPath_delay_value(ctx: Path_delay_valueContext): T

    Visit a parse tree produced by SystemVerilogParser#path_delay_value.

    Visit a parse tree produced by SystemVerilogParser#path_delay_value.

    ctx

    the parse tree

    returns

    the visitor result

  506. abstract def visitPattern(ctx: PatternContext): T

    Visit a parse tree produced by SystemVerilogParser#pattern.

    Visit a parse tree produced by SystemVerilogParser#pattern.

    ctx

    the parse tree

    returns

    the visitor result

  507. abstract def visitPcontrol_terminal(ctx: Pcontrol_terminalContext): T

    Visit a parse tree produced by SystemVerilogParser#pcontrol_terminal.

    Visit a parse tree produced by SystemVerilogParser#pcontrol_terminal.

    ctx

    the parse tree

    returns

    the visitor result

  508. abstract def visitPeriod_timing_check(ctx: Period_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#period_timing_check.

    Visit a parse tree produced by SystemVerilogParser#period_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  509. abstract def visitPkg_decl_item(ctx: Pkg_decl_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#pkg_decl_item.

    Visit a parse tree produced by SystemVerilogParser#pkg_decl_item.

    ctx

    the parse tree

    returns

    the visitor result

  510. abstract def visitPolarity_operator(ctx: Polarity_operatorContext): T

    Visit a parse tree produced by SystemVerilogParser#polarity_operator.

    Visit a parse tree produced by SystemVerilogParser#polarity_operator.

    ctx

    the parse tree

    returns

    the visitor result

  511. abstract def visitPort(ctx: PortContext): T

    Visit a parse tree produced by SystemVerilogParser#port.

    Visit a parse tree produced by SystemVerilogParser#port.

    ctx

    the parse tree

    returns

    the visitor result

  512. abstract def visitPort_assign(ctx: Port_assignContext): T

    Visit a parse tree produced by SystemVerilogParser#port_assign.

    Visit a parse tree produced by SystemVerilogParser#port_assign.

    ctx

    the parse tree

    returns

    the visitor result

  513. abstract def visitPort_decl(ctx: Port_declContext): T

    Visit a parse tree produced by SystemVerilogParser#port_decl.

    Visit a parse tree produced by SystemVerilogParser#port_decl.

    ctx

    the parse tree

    returns

    the visitor result

  514. abstract def visitPort_declaration(ctx: Port_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#port_declaration.

    Visit a parse tree produced by SystemVerilogParser#port_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  515. abstract def visitPort_direction(ctx: Port_directionContext): T

    Visit a parse tree produced by SystemVerilogParser#port_direction.

    Visit a parse tree produced by SystemVerilogParser#port_direction.

    ctx

    the parse tree

    returns

    the visitor result

  516. abstract def visitPort_expression(ctx: Port_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#port_expression.

    Visit a parse tree produced by SystemVerilogParser#port_expression.

    ctx

    the parse tree

    returns

    the visitor result

  517. abstract def visitPort_id(ctx: Port_idContext): T

    Visit a parse tree produced by SystemVerilogParser#port_id.

    Visit a parse tree produced by SystemVerilogParser#port_id.

    ctx

    the parse tree

    returns

    the visitor result

  518. abstract def visitPort_identifier(ctx: Port_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#port_identifier.

    Visit a parse tree produced by SystemVerilogParser#port_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  519. abstract def visitPort_implicit(ctx: Port_implicitContext): T

    Visit a parse tree produced by SystemVerilogParser#port_implicit.

    Visit a parse tree produced by SystemVerilogParser#port_implicit.

    ctx

    the parse tree

    returns

    the visitor result

  520. abstract def visitPort_list(ctx: Port_listContext): T

    Visit a parse tree produced by SystemVerilogParser#port_list.

    Visit a parse tree produced by SystemVerilogParser#port_list.

    ctx

    the parse tree

    returns

    the visitor result

  521. abstract def visitPort_reference(ctx: Port_referenceContext): T

    Visit a parse tree produced by SystemVerilogParser#port_reference.

    Visit a parse tree produced by SystemVerilogParser#port_reference.

    ctx

    the parse tree

    returns

    the visitor result

  522. abstract def visitPrimary(ctx: PrimaryContext): T

    Visit a parse tree produced by SystemVerilogParser#primary.

    Visit a parse tree produced by SystemVerilogParser#primary.

    ctx

    the parse tree

    returns

    the visitor result

  523. abstract def visitPrimary_literal(ctx: Primary_literalContext): T

    Visit a parse tree produced by SystemVerilogParser#primary_literal.

    Visit a parse tree produced by SystemVerilogParser#primary_literal.

    ctx

    the parse tree

    returns

    the visitor result

  524. abstract def visitProcedural_assertion_statement(ctx: Procedural_assertion_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#procedural_assertion_statement.

    ctx

    the parse tree

    returns

    the visitor result

  525. abstract def visitProcedural_continuous_assignment(ctx: Procedural_continuous_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#procedural_continuous_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  526. abstract def visitProcedural_timing_control(ctx: Procedural_timing_controlContext): T

    Visit a parse tree produced by SystemVerilogParser#procedural_timing_control.

    Visit a parse tree produced by SystemVerilogParser#procedural_timing_control.

    ctx

    the parse tree

    returns

    the visitor result

  527. abstract def visitProcedural_timing_control_statement(ctx: Procedural_timing_control_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#procedural_timing_control_statement.

    ctx

    the parse tree

    returns

    the visitor result

  528. abstract def visitProduction(ctx: ProductionContext): T

    Visit a parse tree produced by SystemVerilogParser#production.

    Visit a parse tree produced by SystemVerilogParser#production.

    ctx

    the parse tree

    returns

    the visitor result

  529. abstract def visitProduction_identifier(ctx: Production_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#production_identifier.

    Visit a parse tree produced by SystemVerilogParser#production_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  530. abstract def visitProduction_item(ctx: Production_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#production_item.

    Visit a parse tree produced by SystemVerilogParser#production_item.

    ctx

    the parse tree

    returns

    the visitor result

  531. abstract def visitProgram_declaration(ctx: Program_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#program_declaration.

    Visit a parse tree produced by SystemVerilogParser#program_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  532. abstract def visitProgram_header(ctx: Program_headerContext): T

    Visit a parse tree produced by SystemVerilogParser#program_header.

    Visit a parse tree produced by SystemVerilogParser#program_header.

    ctx

    the parse tree

    returns

    the visitor result

  533. abstract def visitProgram_identifier(ctx: Program_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#program_identifier.

    Visit a parse tree produced by SystemVerilogParser#program_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  534. abstract def visitProgram_item(ctx: Program_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#program_item.

    Visit a parse tree produced by SystemVerilogParser#program_item.

    ctx

    the parse tree

    returns

    the visitor result

  535. abstract def visitProgram_name(ctx: Program_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#program_name.

    Visit a parse tree produced by SystemVerilogParser#program_name.

    ctx

    the parse tree

    returns

    the visitor result

  536. abstract def visitProp_arg_list(ctx: Prop_arg_listContext): T

    Visit a parse tree produced by SystemVerilogParser#prop_arg_list.

    Visit a parse tree produced by SystemVerilogParser#prop_arg_list.

    ctx

    the parse tree

    returns

    the visitor result

  537. abstract def visitProp_named_arg(ctx: Prop_named_argContext): T

    Visit a parse tree produced by SystemVerilogParser#prop_named_arg.

    Visit a parse tree produced by SystemVerilogParser#prop_named_arg.

    ctx

    the parse tree

    returns

    the visitor result

  538. abstract def visitProp_ordered_arg(ctx: Prop_ordered_argContext): T

    Visit a parse tree produced by SystemVerilogParser#prop_ordered_arg.

    Visit a parse tree produced by SystemVerilogParser#prop_ordered_arg.

    ctx

    the parse tree

    returns

    the visitor result

  539. abstract def visitProp_port_item_local(ctx: Prop_port_item_localContext): T

    Visit a parse tree produced by SystemVerilogParser#prop_port_item_local.

    Visit a parse tree produced by SystemVerilogParser#prop_port_item_local.

    ctx

    the parse tree

    returns

    the visitor result

  540. abstract def visitProp_port_list(ctx: Prop_port_listContext): T

    Visit a parse tree produced by SystemVerilogParser#prop_port_list.

    Visit a parse tree produced by SystemVerilogParser#prop_port_list.

    ctx

    the parse tree

    returns

    the visitor result

  541. abstract def visitProperty_actual_arg(ctx: Property_actual_argContext): T

    Visit a parse tree produced by SystemVerilogParser#property_actual_arg.

    Visit a parse tree produced by SystemVerilogParser#property_actual_arg.

    ctx

    the parse tree

    returns

    the visitor result

  542. abstract def visitProperty_case_item(ctx: Property_case_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#property_case_item.

    Visit a parse tree produced by SystemVerilogParser#property_case_item.

    ctx

    the parse tree

    returns

    the visitor result

  543. abstract def visitProperty_declaration(ctx: Property_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#property_declaration.

    Visit a parse tree produced by SystemVerilogParser#property_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  544. abstract def visitProperty_expr(ctx: Property_exprContext): T

    Visit a parse tree produced by SystemVerilogParser#property_expr.

    Visit a parse tree produced by SystemVerilogParser#property_expr.

    ctx

    the parse tree

    returns

    the visitor result

  545. abstract def visitProperty_formal_type(ctx: Property_formal_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#property_formal_type.

    Visit a parse tree produced by SystemVerilogParser#property_formal_type.

    ctx

    the parse tree

    returns

    the visitor result

  546. abstract def visitProperty_identifier(ctx: Property_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#property_identifier.

    Visit a parse tree produced by SystemVerilogParser#property_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  547. abstract def visitProperty_instance(ctx: Property_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#property_instance.

    Visit a parse tree produced by SystemVerilogParser#property_instance.

    ctx

    the parse tree

    returns

    the visitor result

  548. abstract def visitProperty_list_of_arguments(ctx: Property_list_of_argumentsContext): T

    Visit a parse tree produced by SystemVerilogParser#property_list_of_arguments.

    Visit a parse tree produced by SystemVerilogParser#property_list_of_arguments.

    ctx

    the parse tree

    returns

    the visitor result

  549. abstract def visitProperty_lvar_port_direction(ctx: Property_lvar_port_directionContext): T

    Visit a parse tree produced by SystemVerilogParser#property_lvar_port_direction.

    Visit a parse tree produced by SystemVerilogParser#property_lvar_port_direction.

    ctx

    the parse tree

    returns

    the visitor result

  550. abstract def visitProperty_name(ctx: Property_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#property_name.

    Visit a parse tree produced by SystemVerilogParser#property_name.

    ctx

    the parse tree

    returns

    the visitor result

  551. abstract def visitProperty_port_item(ctx: Property_port_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#property_port_item.

    Visit a parse tree produced by SystemVerilogParser#property_port_item.

    ctx

    the parse tree

    returns

    the visitor result

  552. abstract def visitProperty_port_list(ctx: Property_port_listContext): T

    Visit a parse tree produced by SystemVerilogParser#property_port_list.

    Visit a parse tree produced by SystemVerilogParser#property_port_list.

    ctx

    the parse tree

    returns

    the visitor result

  553. abstract def visitProperty_qualifier(ctx: Property_qualifierContext): T

    Visit a parse tree produced by SystemVerilogParser#property_qualifier.

    Visit a parse tree produced by SystemVerilogParser#property_qualifier.

    ctx

    the parse tree

    returns

    the visitor result

  554. abstract def visitProperty_spec(ctx: Property_specContext): T

    Visit a parse tree produced by SystemVerilogParser#property_spec.

    Visit a parse tree produced by SystemVerilogParser#property_spec.

    ctx

    the parse tree

    returns

    the visitor result

  555. abstract def visitPs_identifier(ctx: Ps_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#ps_identifier.

    Visit a parse tree produced by SystemVerilogParser#ps_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  556. abstract def visitPs_or_hierarchical_array_identifier(ctx: Ps_or_hierarchical_array_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#ps_or_hierarchical_array_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  557. abstract def visitPs_or_hierarchical_identifier(ctx: Ps_or_hierarchical_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#ps_or_hierarchical_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  558. abstract def visitPs_type_or_parameter_identifier(ctx: Ps_type_or_parameter_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#ps_type_or_parameter_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  559. abstract def visitPull_gate_instance(ctx: Pull_gate_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#pull_gate_instance.

    Visit a parse tree produced by SystemVerilogParser#pull_gate_instance.

    ctx

    the parse tree

    returns

    the visitor result

  560. abstract def visitPulldown_strength(ctx: Pulldown_strengthContext): T

    Visit a parse tree produced by SystemVerilogParser#pulldown_strength.

    Visit a parse tree produced by SystemVerilogParser#pulldown_strength.

    ctx

    the parse tree

    returns

    the visitor result

  561. abstract def visitPullup_strength(ctx: Pullup_strengthContext): T

    Visit a parse tree produced by SystemVerilogParser#pullup_strength.

    Visit a parse tree produced by SystemVerilogParser#pullup_strength.

    ctx

    the parse tree

    returns

    the visitor result

  562. abstract def visitPulse_control_specparam(ctx: Pulse_control_specparamContext): T

    Visit a parse tree produced by SystemVerilogParser#pulse_control_specparam.

    Visit a parse tree produced by SystemVerilogParser#pulse_control_specparam.

    ctx

    the parse tree

    returns

    the visitor result

  563. abstract def visitPulsestyle_declaration(ctx: Pulsestyle_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#pulsestyle_declaration.

    Visit a parse tree produced by SystemVerilogParser#pulsestyle_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  564. abstract def visitQueue_dimension(ctx: Queue_dimensionContext): T

    Visit a parse tree produced by SystemVerilogParser#queue_dimension.

    Visit a parse tree produced by SystemVerilogParser#queue_dimension.

    ctx

    the parse tree

    returns

    the visitor result

  565. abstract def visitRand_list(ctx: Rand_listContext): T

    Visit a parse tree produced by SystemVerilogParser#rand_list.

    Visit a parse tree produced by SystemVerilogParser#rand_list.

    ctx

    the parse tree

    returns

    the visitor result

  566. abstract def visitRand_with(ctx: Rand_withContext): T

    Visit a parse tree produced by SystemVerilogParser#rand_with.

    Visit a parse tree produced by SystemVerilogParser#rand_with.

    ctx

    the parse tree

    returns

    the visitor result

  567. abstract def visitRandcase_item(ctx: Randcase_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#randcase_item.

    Visit a parse tree produced by SystemVerilogParser#randcase_item.

    ctx

    the parse tree

    returns

    the visitor result

  568. abstract def visitRandcase_statement(ctx: Randcase_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#randcase_statement.

    Visit a parse tree produced by SystemVerilogParser#randcase_statement.

    ctx

    the parse tree

    returns

    the visitor result

  569. abstract def visitRandom_qualifier(ctx: Random_qualifierContext): T

    Visit a parse tree produced by SystemVerilogParser#random_qualifier.

    Visit a parse tree produced by SystemVerilogParser#random_qualifier.

    ctx

    the parse tree

    returns

    the visitor result

  570. abstract def visitRandomize_call(ctx: Randomize_callContext): T

    Visit a parse tree produced by SystemVerilogParser#randomize_call.

    Visit a parse tree produced by SystemVerilogParser#randomize_call.

    ctx

    the parse tree

    returns

    the visitor result

  571. abstract def visitRandsequence_statement(ctx: Randsequence_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#randsequence_statement.

    Visit a parse tree produced by SystemVerilogParser#randsequence_statement.

    ctx

    the parse tree

    returns

    the visitor result

  572. abstract def visitRange_expression(ctx: Range_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#range_expression.

    Visit a parse tree produced by SystemVerilogParser#range_expression.

    ctx

    the parse tree

    returns

    the visitor result

  573. abstract def visitReal_number(ctx: Real_numberContext): T

    Visit a parse tree produced by SystemVerilogParser#real_number.

    Visit a parse tree produced by SystemVerilogParser#real_number.

    ctx

    the parse tree

    returns

    the visitor result

  574. abstract def visitRecovery_timing_check(ctx: Recovery_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#recovery_timing_check.

    Visit a parse tree produced by SystemVerilogParser#recovery_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  575. abstract def visitRecrem_timing_check(ctx: Recrem_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#recrem_timing_check.

    Visit a parse tree produced by SystemVerilogParser#recrem_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  576. abstract def visitRef_declaration(ctx: Ref_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#ref_declaration.

    Visit a parse tree produced by SystemVerilogParser#ref_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  577. abstract def visitReference_event(ctx: Reference_eventContext): T

    Visit a parse tree produced by SystemVerilogParser#reference_event.

    Visit a parse tree produced by SystemVerilogParser#reference_event.

    ctx

    the parse tree

    returns

    the visitor result

  578. abstract def visitReject_limit_value(ctx: Reject_limit_valueContext): T

    Visit a parse tree produced by SystemVerilogParser#reject_limit_value.

    Visit a parse tree produced by SystemVerilogParser#reject_limit_value.

    ctx

    the parse tree

    returns

    the visitor result

  579. abstract def visitRemain_active_flag(ctx: Remain_active_flagContext): T

    Visit a parse tree produced by SystemVerilogParser#remain_active_flag.

    Visit a parse tree produced by SystemVerilogParser#remain_active_flag.

    ctx

    the parse tree

    returns

    the visitor result

  580. abstract def visitRemain_active_flag_opt(ctx: Remain_active_flag_optContext): T

    Visit a parse tree produced by SystemVerilogParser#remain_active_flag_opt.

    Visit a parse tree produced by SystemVerilogParser#remain_active_flag_opt.

    ctx

    the parse tree

    returns

    the visitor result

  581. abstract def visitRemoval_timing_check(ctx: Removal_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#removal_timing_check.

    Visit a parse tree produced by SystemVerilogParser#removal_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  582. abstract def visitRepeat_range(ctx: Repeat_rangeContext): T

    Visit a parse tree produced by SystemVerilogParser#repeat_range.

    Visit a parse tree produced by SystemVerilogParser#repeat_range.

    ctx

    the parse tree

    returns

    the visitor result

  583. abstract def visitRestrict_property_statement(ctx: Restrict_property_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#restrict_property_statement.

    Visit a parse tree produced by SystemVerilogParser#restrict_property_statement.

    ctx

    the parse tree

    returns

    the visitor result

  584. abstract def visitRs_case(ctx: Rs_caseContext): T

    Visit a parse tree produced by SystemVerilogParser#rs_case.

    Visit a parse tree produced by SystemVerilogParser#rs_case.

    ctx

    the parse tree

    returns

    the visitor result

  585. abstract def visitRs_case_item(ctx: Rs_case_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#rs_case_item.

    Visit a parse tree produced by SystemVerilogParser#rs_case_item.

    ctx

    the parse tree

    returns

    the visitor result

  586. abstract def visitRs_code_block(ctx: Rs_code_blockContext): T

    Visit a parse tree produced by SystemVerilogParser#rs_code_block.

    Visit a parse tree produced by SystemVerilogParser#rs_code_block.

    ctx

    the parse tree

    returns

    the visitor result

  587. abstract def visitRs_if_else(ctx: Rs_if_elseContext): T

    Visit a parse tree produced by SystemVerilogParser#rs_if_else.

    Visit a parse tree produced by SystemVerilogParser#rs_if_else.

    ctx

    the parse tree

    returns

    the visitor result

  588. abstract def visitRs_prod(ctx: Rs_prodContext): T

    Visit a parse tree produced by SystemVerilogParser#rs_prod.

    Visit a parse tree produced by SystemVerilogParser#rs_prod.

    ctx

    the parse tree

    returns

    the visitor result

  589. abstract def visitRs_production_list(ctx: Rs_production_listContext): T

    Visit a parse tree produced by SystemVerilogParser#rs_production_list.

    Visit a parse tree produced by SystemVerilogParser#rs_production_list.

    ctx

    the parse tree

    returns

    the visitor result

  590. abstract def visitRs_repeat(ctx: Rs_repeatContext): T

    Visit a parse tree produced by SystemVerilogParser#rs_repeat.

    Visit a parse tree produced by SystemVerilogParser#rs_repeat.

    ctx

    the parse tree

    returns

    the visitor result

  591. abstract def visitRs_rule(ctx: Rs_ruleContext): T

    Visit a parse tree produced by SystemVerilogParser#rs_rule.

    Visit a parse tree produced by SystemVerilogParser#rs_rule.

    ctx

    the parse tree

    returns

    the visitor result

  592. abstract def visitScalar_constant(ctx: Scalar_constantContext): T

    Visit a parse tree produced by SystemVerilogParser#scalar_constant.

    Visit a parse tree produced by SystemVerilogParser#scalar_constant.

    ctx

    the parse tree

    returns

    the visitor result

  593. abstract def visitScalar_timing_check_condition(ctx: Scalar_timing_check_conditionContext): T

    Visit a parse tree produced by SystemVerilogParser#scalar_timing_check_condition.

    ctx

    the parse tree

    returns

    the visitor result

  594. abstract def visitSelect_(ctx: Select_Context): T

    Visit a parse tree produced by SystemVerilogParser#select_.

    Visit a parse tree produced by SystemVerilogParser#select_.

    ctx

    the parse tree

    returns

    the visitor result

  595. abstract def visitSelect_condition(ctx: Select_conditionContext): T

    Visit a parse tree produced by SystemVerilogParser#select_condition.

    Visit a parse tree produced by SystemVerilogParser#select_condition.

    ctx

    the parse tree

    returns

    the visitor result

  596. abstract def visitSelect_expression(ctx: Select_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#select_expression.

    Visit a parse tree produced by SystemVerilogParser#select_expression.

    ctx

    the parse tree

    returns

    the visitor result

  597. abstract def visitSeq_arg_list(ctx: Seq_arg_listContext): T

    Visit a parse tree produced by SystemVerilogParser#seq_arg_list.

    Visit a parse tree produced by SystemVerilogParser#seq_arg_list.

    ctx

    the parse tree

    returns

    the visitor result

  598. abstract def visitSeq_block(ctx: Seq_blockContext): T

    Visit a parse tree produced by SystemVerilogParser#seq_block.

    Visit a parse tree produced by SystemVerilogParser#seq_block.

    ctx

    the parse tree

    returns

    the visitor result

  599. abstract def visitSeq_input_list(ctx: Seq_input_listContext): T

    Visit a parse tree produced by SystemVerilogParser#seq_input_list.

    Visit a parse tree produced by SystemVerilogParser#seq_input_list.

    ctx

    the parse tree

    returns

    the visitor result

  600. abstract def visitSeq_named_arg(ctx: Seq_named_argContext): T

    Visit a parse tree produced by SystemVerilogParser#seq_named_arg.

    Visit a parse tree produced by SystemVerilogParser#seq_named_arg.

    ctx

    the parse tree

    returns

    the visitor result

  601. abstract def visitSeq_ordered_arg(ctx: Seq_ordered_argContext): T

    Visit a parse tree produced by SystemVerilogParser#seq_ordered_arg.

    Visit a parse tree produced by SystemVerilogParser#seq_ordered_arg.

    ctx

    the parse tree

    returns

    the visitor result

  602. abstract def visitSeq_port_item_local(ctx: Seq_port_item_localContext): T

    Visit a parse tree produced by SystemVerilogParser#seq_port_item_local.

    Visit a parse tree produced by SystemVerilogParser#seq_port_item_local.

    ctx

    the parse tree

    returns

    the visitor result

  603. abstract def visitSeq_port_list(ctx: Seq_port_listContext): T

    Visit a parse tree produced by SystemVerilogParser#seq_port_list.

    Visit a parse tree produced by SystemVerilogParser#seq_port_list.

    ctx

    the parse tree

    returns

    the visitor result

  604. abstract def visitSequence_abbrev(ctx: Sequence_abbrevContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_abbrev.

    Visit a parse tree produced by SystemVerilogParser#sequence_abbrev.

    ctx

    the parse tree

    returns

    the visitor result

  605. abstract def visitSequence_actual_arg(ctx: Sequence_actual_argContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_actual_arg.

    Visit a parse tree produced by SystemVerilogParser#sequence_actual_arg.

    ctx

    the parse tree

    returns

    the visitor result

  606. abstract def visitSequence_declaration(ctx: Sequence_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_declaration.

    Visit a parse tree produced by SystemVerilogParser#sequence_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  607. abstract def visitSequence_expr(ctx: Sequence_exprContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_expr.

    Visit a parse tree produced by SystemVerilogParser#sequence_expr.

    ctx

    the parse tree

    returns

    the visitor result

  608. abstract def visitSequence_formal_type(ctx: Sequence_formal_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_formal_type.

    Visit a parse tree produced by SystemVerilogParser#sequence_formal_type.

    ctx

    the parse tree

    returns

    the visitor result

  609. abstract def visitSequence_identifier(ctx: Sequence_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_identifier.

    Visit a parse tree produced by SystemVerilogParser#sequence_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  610. abstract def visitSequence_instance(ctx: Sequence_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_instance.

    Visit a parse tree produced by SystemVerilogParser#sequence_instance.

    ctx

    the parse tree

    returns

    the visitor result

  611. abstract def visitSequence_list_of_arguments(ctx: Sequence_list_of_argumentsContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_list_of_arguments.

    Visit a parse tree produced by SystemVerilogParser#sequence_list_of_arguments.

    ctx

    the parse tree

    returns

    the visitor result

  612. abstract def visitSequence_lvar_port_direction(ctx: Sequence_lvar_port_directionContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_lvar_port_direction.

    Visit a parse tree produced by SystemVerilogParser#sequence_lvar_port_direction.

    ctx

    the parse tree

    returns

    the visitor result

  613. abstract def visitSequence_match_item(ctx: Sequence_match_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_match_item.

    Visit a parse tree produced by SystemVerilogParser#sequence_match_item.

    ctx

    the parse tree

    returns

    the visitor result

  614. abstract def visitSequence_method_call(ctx: Sequence_method_callContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_method_call.

    Visit a parse tree produced by SystemVerilogParser#sequence_method_call.

    ctx

    the parse tree

    returns

    the visitor result

  615. abstract def visitSequence_name(ctx: Sequence_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_name.

    Visit a parse tree produced by SystemVerilogParser#sequence_name.

    ctx

    the parse tree

    returns

    the visitor result

  616. abstract def visitSequence_port_item(ctx: Sequence_port_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_port_item.

    Visit a parse tree produced by SystemVerilogParser#sequence_port_item.

    ctx

    the parse tree

    returns

    the visitor result

  617. abstract def visitSequence_port_list(ctx: Sequence_port_listContext): T

    Visit a parse tree produced by SystemVerilogParser#sequence_port_list.

    Visit a parse tree produced by SystemVerilogParser#sequence_port_list.

    ctx

    the parse tree

    returns

    the visitor result

  618. abstract def visitSequential_body(ctx: Sequential_bodyContext): T

    Visit a parse tree produced by SystemVerilogParser#sequential_body.

    Visit a parse tree produced by SystemVerilogParser#sequential_body.

    ctx

    the parse tree

    returns

    the visitor result

  619. abstract def visitSequential_entry(ctx: Sequential_entryContext): T

    Visit a parse tree produced by SystemVerilogParser#sequential_entry.

    Visit a parse tree produced by SystemVerilogParser#sequential_entry.

    ctx

    the parse tree

    returns

    the visitor result

  620. abstract def visitSet_covergroup_expression(ctx: Set_covergroup_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#set_covergroup_expression.

    Visit a parse tree produced by SystemVerilogParser#set_covergroup_expression.

    ctx

    the parse tree

    returns

    the visitor result

  621. abstract def visitSetup_timing_check(ctx: Setup_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#setup_timing_check.

    Visit a parse tree produced by SystemVerilogParser#setup_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  622. abstract def visitSetuphold_timing_check(ctx: Setuphold_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#setuphold_timing_check.

    Visit a parse tree produced by SystemVerilogParser#setuphold_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  623. abstract def visitShowcancelled_declaration(ctx: Showcancelled_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#showcancelled_declaration.

    Visit a parse tree produced by SystemVerilogParser#showcancelled_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  624. abstract def visitSignal_identifier(ctx: Signal_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#signal_identifier.

    Visit a parse tree produced by SystemVerilogParser#signal_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  625. abstract def visitSigning(ctx: SigningContext): T

    Visit a parse tree produced by SystemVerilogParser#signing.

    Visit a parse tree produced by SystemVerilogParser#signing.

    ctx

    the parse tree

    returns

    the visitor result

  626. abstract def visitSimple_identifier(ctx: Simple_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#simple_identifier.

    Visit a parse tree produced by SystemVerilogParser#simple_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  627. abstract def visitSimple_immediate_assert_statement(ctx: Simple_immediate_assert_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_assert_statement.

    ctx

    the parse tree

    returns

    the visitor result

  628. abstract def visitSimple_immediate_assertion_statement(ctx: Simple_immediate_assertion_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_assertion_statement.

    ctx

    the parse tree

    returns

    the visitor result

  629. abstract def visitSimple_immediate_assume_statement(ctx: Simple_immediate_assume_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_assume_statement.

    ctx

    the parse tree

    returns

    the visitor result

  630. abstract def visitSimple_immediate_cover_statement(ctx: Simple_immediate_cover_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_cover_statement.

    ctx

    the parse tree

    returns

    the visitor result

  631. abstract def visitSimple_path_declaration(ctx: Simple_path_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#simple_path_declaration.

    Visit a parse tree produced by SystemVerilogParser#simple_path_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  632. abstract def visitSimple_type(ctx: Simple_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#simple_type.

    Visit a parse tree produced by SystemVerilogParser#simple_type.

    ctx

    the parse tree

    returns

    the visitor result

  633. abstract def visitSize(ctx: SizeContext): T

    Visit a parse tree produced by SystemVerilogParser#size.

    Visit a parse tree produced by SystemVerilogParser#size.

    ctx

    the parse tree

    returns

    the visitor result

  634. abstract def visitSkew_timing_check(ctx: Skew_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#skew_timing_check.

    Visit a parse tree produced by SystemVerilogParser#skew_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  635. abstract def visitSkew_timing_check_opt(ctx: Skew_timing_check_optContext): T

    Visit a parse tree produced by SystemVerilogParser#skew_timing_check_opt.

    Visit a parse tree produced by SystemVerilogParser#skew_timing_check_opt.

    ctx

    the parse tree

    returns

    the visitor result

  636. abstract def visitSlice_size(ctx: Slice_sizeContext): T

    Visit a parse tree produced by SystemVerilogParser#slice_size.

    Visit a parse tree produced by SystemVerilogParser#slice_size.

    ctx

    the parse tree

    returns

    the visitor result

  637. abstract def visitSolve_before_list(ctx: Solve_before_listContext): T

    Visit a parse tree produced by SystemVerilogParser#solve_before_list.

    Visit a parse tree produced by SystemVerilogParser#solve_before_list.

    ctx

    the parse tree

    returns

    the visitor result

  638. abstract def visitSource_text(ctx: Source_textContext): T

    Visit a parse tree produced by SystemVerilogParser#source_text.

    Visit a parse tree produced by SystemVerilogParser#source_text.

    ctx

    the parse tree

    returns

    the visitor result

  639. abstract def visitSpecify_block(ctx: Specify_blockContext): T

    Visit a parse tree produced by SystemVerilogParser#specify_block.

    Visit a parse tree produced by SystemVerilogParser#specify_block.

    ctx

    the parse tree

    returns

    the visitor result

  640. abstract def visitSpecify_input_terminal_descriptor(ctx: Specify_input_terminal_descriptorContext): T

    Visit a parse tree produced by SystemVerilogParser#specify_input_terminal_descriptor.

    ctx

    the parse tree

    returns

    the visitor result

  641. abstract def visitSpecify_item(ctx: Specify_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#specify_item.

    Visit a parse tree produced by SystemVerilogParser#specify_item.

    ctx

    the parse tree

    returns

    the visitor result

  642. abstract def visitSpecify_output_terminal_descriptor(ctx: Specify_output_terminal_descriptorContext): T

    Visit a parse tree produced by SystemVerilogParser#specify_output_terminal_descriptor.

    ctx

    the parse tree

    returns

    the visitor result

  643. abstract def visitSpecify_terminal_descriptor(ctx: Specify_terminal_descriptorContext): T

    Visit a parse tree produced by SystemVerilogParser#specify_terminal_descriptor.

    Visit a parse tree produced by SystemVerilogParser#specify_terminal_descriptor.

    ctx

    the parse tree

    returns

    the visitor result

  644. abstract def visitSpecparam_assignment(ctx: Specparam_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#specparam_assignment.

    Visit a parse tree produced by SystemVerilogParser#specparam_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  645. abstract def visitSpecparam_declaration(ctx: Specparam_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#specparam_declaration.

    Visit a parse tree produced by SystemVerilogParser#specparam_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  646. abstract def visitSpecparam_identifier(ctx: Specparam_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#specparam_identifier.

    Visit a parse tree produced by SystemVerilogParser#specparam_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  647. abstract def visitStart_edge_offset(ctx: Start_edge_offsetContext): T

    Visit a parse tree produced by SystemVerilogParser#start_edge_offset.

    Visit a parse tree produced by SystemVerilogParser#start_edge_offset.

    ctx

    the parse tree

    returns

    the visitor result

  648. abstract def visitState_dependent_path_declaration(ctx: State_dependent_path_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#state_dependent_path_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  649. abstract def visitStatement(ctx: StatementContext): T

    Visit a parse tree produced by SystemVerilogParser#statement.

    Visit a parse tree produced by SystemVerilogParser#statement.

    ctx

    the parse tree

    returns

    the visitor result

  650. abstract def visitStatement_item(ctx: Statement_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#statement_item.

    Visit a parse tree produced by SystemVerilogParser#statement_item.

    ctx

    the parse tree

    returns

    the visitor result

  651. abstract def visitStatement_or_null(ctx: Statement_or_nullContext): T

    Visit a parse tree produced by SystemVerilogParser#statement_or_null.

    Visit a parse tree produced by SystemVerilogParser#statement_or_null.

    ctx

    the parse tree

    returns

    the visitor result

  652. abstract def visitStream_concatenation(ctx: Stream_concatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#stream_concatenation.

    Visit a parse tree produced by SystemVerilogParser#stream_concatenation.

    ctx

    the parse tree

    returns

    the visitor result

  653. abstract def visitStream_expression(ctx: Stream_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#stream_expression.

    Visit a parse tree produced by SystemVerilogParser#stream_expression.

    ctx

    the parse tree

    returns

    the visitor result

  654. abstract def visitStream_operator(ctx: Stream_operatorContext): T

    Visit a parse tree produced by SystemVerilogParser#stream_operator.

    Visit a parse tree produced by SystemVerilogParser#stream_operator.

    ctx

    the parse tree

    returns

    the visitor result

  655. abstract def visitStreaming_concatenation(ctx: Streaming_concatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#streaming_concatenation.

    Visit a parse tree produced by SystemVerilogParser#streaming_concatenation.

    ctx

    the parse tree

    returns

    the visitor result

  656. abstract def visitStrength0(ctx: Strength0Context): T

    Visit a parse tree produced by SystemVerilogParser#strength0.

    Visit a parse tree produced by SystemVerilogParser#strength0.

    ctx

    the parse tree

    returns

    the visitor result

  657. abstract def visitStrength1(ctx: Strength1Context): T

    Visit a parse tree produced by SystemVerilogParser#strength1.

    Visit a parse tree produced by SystemVerilogParser#strength1.

    ctx

    the parse tree

    returns

    the visitor result

  658. abstract def visitString_literal(ctx: String_literalContext): T

    Visit a parse tree produced by SystemVerilogParser#string_literal.

    Visit a parse tree produced by SystemVerilogParser#string_literal.

    ctx

    the parse tree

    returns

    the visitor result

  659. abstract def visitStruct_union(ctx: Struct_unionContext): T

    Visit a parse tree produced by SystemVerilogParser#struct_union.

    Visit a parse tree produced by SystemVerilogParser#struct_union.

    ctx

    the parse tree

    returns

    the visitor result

  660. abstract def visitStruct_union_member(ctx: Struct_union_memberContext): T

    Visit a parse tree produced by SystemVerilogParser#struct_union_member.

    Visit a parse tree produced by SystemVerilogParser#struct_union_member.

    ctx

    the parse tree

    returns

    the visitor result

  661. abstract def visitSubroutine_call(ctx: Subroutine_callContext): T

    Visit a parse tree produced by SystemVerilogParser#subroutine_call.

    Visit a parse tree produced by SystemVerilogParser#subroutine_call.

    ctx

    the parse tree

    returns

    the visitor result

  662. abstract def visitSubroutine_call_statement(ctx: Subroutine_call_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#subroutine_call_statement.

    Visit a parse tree produced by SystemVerilogParser#subroutine_call_statement.

    ctx

    the parse tree

    returns

    the visitor result

  663. abstract def visitSuper_class_constructor_call(ctx: Super_class_constructor_callContext): T

    Visit a parse tree produced by SystemVerilogParser#super_class_constructor_call.

    Visit a parse tree produced by SystemVerilogParser#super_class_constructor_call.

    ctx

    the parse tree

    returns

    the visitor result

  664. abstract def visitSystem_tf_call(ctx: System_tf_callContext): T

    Visit a parse tree produced by SystemVerilogParser#system_tf_call.

    Visit a parse tree produced by SystemVerilogParser#system_tf_call.

    ctx

    the parse tree

    returns

    the visitor result

  665. abstract def visitSystem_tf_identifier(ctx: System_tf_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#system_tf_identifier.

    Visit a parse tree produced by SystemVerilogParser#system_tf_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  666. abstract def visitSystem_timing_check(ctx: System_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#system_timing_check.

    Visit a parse tree produced by SystemVerilogParser#system_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  667. abstract def visitT01_path_delay_expression(ctx: T01_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#t01_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#t01_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  668. abstract def visitT0x_path_delay_expression(ctx: T0x_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#t0x_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#t0x_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  669. abstract def visitT0z_path_delay_expression(ctx: T0z_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#t0z_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#t0z_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  670. abstract def visitT10_path_delay_expression(ctx: T10_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#t10_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#t10_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  671. abstract def visitT1x_path_delay_expression(ctx: T1x_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#t1x_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#t1x_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  672. abstract def visitT1z_path_delay_expression(ctx: T1z_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#t1z_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#t1z_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  673. abstract def visitT_path_delay_expression(ctx: T_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#t_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#t_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  674. abstract def visitTagged_union_expression(ctx: Tagged_union_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#tagged_union_expression.

    Visit a parse tree produced by SystemVerilogParser#tagged_union_expression.

    ctx

    the parse tree

    returns

    the visitor result

  675. abstract def visitTask_body_declaration(ctx: Task_body_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#task_body_declaration.

    Visit a parse tree produced by SystemVerilogParser#task_body_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  676. abstract def visitTask_declaration(ctx: Task_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#task_declaration.

    Visit a parse tree produced by SystemVerilogParser#task_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  677. abstract def visitTask_identifier(ctx: Task_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#task_identifier.

    Visit a parse tree produced by SystemVerilogParser#task_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  678. abstract def visitTask_name(ctx: Task_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#task_name.

    Visit a parse tree produced by SystemVerilogParser#task_name.

    ctx

    the parse tree

    returns

    the visitor result

  679. abstract def visitTask_prototype(ctx: Task_prototypeContext): T

    Visit a parse tree produced by SystemVerilogParser#task_prototype.

    Visit a parse tree produced by SystemVerilogParser#task_prototype.

    ctx

    the parse tree

    returns

    the visitor result

  680. abstract def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    ParseTreeVisitor
  681. abstract def visitTerminal_identifier(ctx: Terminal_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#terminal_identifier.

    Visit a parse tree produced by SystemVerilogParser#terminal_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  682. abstract def visitTf_identifier(ctx: Tf_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#tf_identifier.

    Visit a parse tree produced by SystemVerilogParser#tf_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  683. abstract def visitTf_item_declaration(ctx: Tf_item_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#tf_item_declaration.

    Visit a parse tree produced by SystemVerilogParser#tf_item_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  684. abstract def visitTf_port_declaration(ctx: Tf_port_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#tf_port_declaration.

    Visit a parse tree produced by SystemVerilogParser#tf_port_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  685. abstract def visitTf_port_direction(ctx: Tf_port_directionContext): T

    Visit a parse tree produced by SystemVerilogParser#tf_port_direction.

    Visit a parse tree produced by SystemVerilogParser#tf_port_direction.

    ctx

    the parse tree

    returns

    the visitor result

  686. abstract def visitTf_port_id(ctx: Tf_port_idContext): T

    Visit a parse tree produced by SystemVerilogParser#tf_port_id.

    Visit a parse tree produced by SystemVerilogParser#tf_port_id.

    ctx

    the parse tree

    returns

    the visitor result

  687. abstract def visitTf_port_item(ctx: Tf_port_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#tf_port_item.

    Visit a parse tree produced by SystemVerilogParser#tf_port_item.

    ctx

    the parse tree

    returns

    the visitor result

  688. abstract def visitTf_port_list(ctx: Tf_port_listContext): T

    Visit a parse tree produced by SystemVerilogParser#tf_port_list.

    Visit a parse tree produced by SystemVerilogParser#tf_port_list.

    ctx

    the parse tree

    returns

    the visitor result

  689. abstract def visitTf_var_id(ctx: Tf_var_idContext): T

    Visit a parse tree produced by SystemVerilogParser#tf_var_id.

    Visit a parse tree produced by SystemVerilogParser#tf_var_id.

    ctx

    the parse tree

    returns

    the visitor result

  690. abstract def visitTfall_path_delay_expression(ctx: Tfall_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#tfall_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#tfall_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  691. abstract def visitThreshold(ctx: ThresholdContext): T

    Visit a parse tree produced by SystemVerilogParser#threshold.

    Visit a parse tree produced by SystemVerilogParser#threshold.

    ctx

    the parse tree

    returns

    the visitor result

  692. abstract def visitTime_literal(ctx: Time_literalContext): T

    Visit a parse tree produced by SystemVerilogParser#time_literal.

    Visit a parse tree produced by SystemVerilogParser#time_literal.

    ctx

    the parse tree

    returns

    the visitor result

  693. abstract def visitTimecheck_cond_opt(ctx: Timecheck_cond_optContext): T

    Visit a parse tree produced by SystemVerilogParser#timecheck_cond_opt.

    Visit a parse tree produced by SystemVerilogParser#timecheck_cond_opt.

    ctx

    the parse tree

    returns

    the visitor result

  694. abstract def visitTimecheck_condition(ctx: Timecheck_conditionContext): T

    Visit a parse tree produced by SystemVerilogParser#timecheck_condition.

    Visit a parse tree produced by SystemVerilogParser#timecheck_condition.

    ctx

    the parse tree

    returns

    the visitor result

  695. abstract def visitTimeskew_timing_check(ctx: Timeskew_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#timeskew_timing_check.

    Visit a parse tree produced by SystemVerilogParser#timeskew_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  696. abstract def visitTimestamp_cond_opt(ctx: Timestamp_cond_optContext): T

    Visit a parse tree produced by SystemVerilogParser#timestamp_cond_opt.

    Visit a parse tree produced by SystemVerilogParser#timestamp_cond_opt.

    ctx

    the parse tree

    returns

    the visitor result

  697. abstract def visitTimestamp_condition(ctx: Timestamp_conditionContext): T

    Visit a parse tree produced by SystemVerilogParser#timestamp_condition.

    Visit a parse tree produced by SystemVerilogParser#timestamp_condition.

    ctx

    the parse tree

    returns

    the visitor result

  698. abstract def visitTimeunits_declaration(ctx: Timeunits_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#timeunits_declaration.

    Visit a parse tree produced by SystemVerilogParser#timeunits_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  699. abstract def visitTiming_check_condition(ctx: Timing_check_conditionContext): T

    Visit a parse tree produced by SystemVerilogParser#timing_check_condition.

    Visit a parse tree produced by SystemVerilogParser#timing_check_condition.

    ctx

    the parse tree

    returns

    the visitor result

  700. abstract def visitTiming_check_event(ctx: Timing_check_eventContext): T

    Visit a parse tree produced by SystemVerilogParser#timing_check_event.

    Visit a parse tree produced by SystemVerilogParser#timing_check_event.

    ctx

    the parse tree

    returns

    the visitor result

  701. abstract def visitTiming_check_event_control(ctx: Timing_check_event_controlContext): T

    Visit a parse tree produced by SystemVerilogParser#timing_check_event_control.

    Visit a parse tree produced by SystemVerilogParser#timing_check_event_control.

    ctx

    the parse tree

    returns

    the visitor result

  702. abstract def visitTiming_check_limit(ctx: Timing_check_limitContext): T

    Visit a parse tree produced by SystemVerilogParser#timing_check_limit.

    Visit a parse tree produced by SystemVerilogParser#timing_check_limit.

    ctx

    the parse tree

    returns

    the visitor result

  703. abstract def visitTiming_check_opt(ctx: Timing_check_optContext): T

    Visit a parse tree produced by SystemVerilogParser#timing_check_opt.

    Visit a parse tree produced by SystemVerilogParser#timing_check_opt.

    ctx

    the parse tree

    returns

    the visitor result

  704. abstract def visitTopmodule_identifier(ctx: Topmodule_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#topmodule_identifier.

    Visit a parse tree produced by SystemVerilogParser#topmodule_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  705. abstract def visitTrans_item(ctx: Trans_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#trans_item.

    Visit a parse tree produced by SystemVerilogParser#trans_item.

    ctx

    the parse tree

    returns

    the visitor result

  706. abstract def visitTrans_list(ctx: Trans_listContext): T

    Visit a parse tree produced by SystemVerilogParser#trans_list.

    Visit a parse tree produced by SystemVerilogParser#trans_list.

    ctx

    the parse tree

    returns

    the visitor result

  707. abstract def visitTrans_range_list(ctx: Trans_range_listContext): T

    Visit a parse tree produced by SystemVerilogParser#trans_range_list.

    Visit a parse tree produced by SystemVerilogParser#trans_range_list.

    ctx

    the parse tree

    returns

    the visitor result

  708. abstract def visitTrans_set(ctx: Trans_setContext): T

    Visit a parse tree produced by SystemVerilogParser#trans_set.

    Visit a parse tree produced by SystemVerilogParser#trans_set.

    ctx

    the parse tree

    returns

    the visitor result

  709. abstract def visitTrise_path_delay_expression(ctx: Trise_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#trise_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#trise_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  710. abstract def visitTx0_path_delay_expression(ctx: Tx0_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#tx0_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#tx0_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  711. abstract def visitTx1_path_delay_expression(ctx: Tx1_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#tx1_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#tx1_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  712. abstract def visitTxz_path_delay_expression(ctx: Txz_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#txz_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#txz_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  713. abstract def visitType_assignment(ctx: Type_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#type_assignment.

    Visit a parse tree produced by SystemVerilogParser#type_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  714. abstract def visitType_declaration(ctx: Type_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#type_declaration.

    Visit a parse tree produced by SystemVerilogParser#type_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  715. abstract def visitType_identifier(ctx: Type_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#type_identifier.

    Visit a parse tree produced by SystemVerilogParser#type_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  716. abstract def visitType_reference(ctx: Type_referenceContext): T

    Visit a parse tree produced by SystemVerilogParser#type_reference.

    Visit a parse tree produced by SystemVerilogParser#type_reference.

    ctx

    the parse tree

    returns

    the visitor result

  717. abstract def visitTz0_path_delay_expression(ctx: Tz0_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#tz0_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#tz0_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  718. abstract def visitTz1_path_delay_expression(ctx: Tz1_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#tz1_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#tz1_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  719. abstract def visitTz_path_delay_expression(ctx: Tz_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#tz_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#tz_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  720. abstract def visitTzx_path_delay_expression(ctx: Tzx_path_delay_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#tzx_path_delay_expression.

    Visit a parse tree produced by SystemVerilogParser#tzx_path_delay_expression.

    ctx

    the parse tree

    returns

    the visitor result

  721. abstract def visitUdp_ansi_declaration(ctx: Udp_ansi_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_ansi_declaration.

    Visit a parse tree produced by SystemVerilogParser#udp_ansi_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  722. abstract def visitUdp_body(ctx: Udp_bodyContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_body.

    Visit a parse tree produced by SystemVerilogParser#udp_body.

    ctx

    the parse tree

    returns

    the visitor result

  723. abstract def visitUdp_declaration(ctx: Udp_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_declaration.

    Visit a parse tree produced by SystemVerilogParser#udp_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  724. abstract def visitUdp_declaration_port_list(ctx: Udp_declaration_port_listContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_declaration_port_list.

    Visit a parse tree produced by SystemVerilogParser#udp_declaration_port_list.

    ctx

    the parse tree

    returns

    the visitor result

  725. abstract def visitUdp_identifier(ctx: Udp_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_identifier.

    Visit a parse tree produced by SystemVerilogParser#udp_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  726. abstract def visitUdp_initial_statement(ctx: Udp_initial_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_initial_statement.

    Visit a parse tree produced by SystemVerilogParser#udp_initial_statement.

    ctx

    the parse tree

    returns

    the visitor result

  727. abstract def visitUdp_input_declaration(ctx: Udp_input_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_input_declaration.

    Visit a parse tree produced by SystemVerilogParser#udp_input_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  728. abstract def visitUdp_instance(ctx: Udp_instanceContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_instance.

    Visit a parse tree produced by SystemVerilogParser#udp_instance.

    ctx

    the parse tree

    returns

    the visitor result

  729. abstract def visitUdp_instantiation(ctx: Udp_instantiationContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_instantiation.

    Visit a parse tree produced by SystemVerilogParser#udp_instantiation.

    ctx

    the parse tree

    returns

    the visitor result

  730. abstract def visitUdp_name(ctx: Udp_nameContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_name.

    Visit a parse tree produced by SystemVerilogParser#udp_name.

    ctx

    the parse tree

    returns

    the visitor result

  731. abstract def visitUdp_nonansi_declaration(ctx: Udp_nonansi_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_nonansi_declaration.

    Visit a parse tree produced by SystemVerilogParser#udp_nonansi_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  732. abstract def visitUdp_output_declaration(ctx: Udp_output_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_output_declaration.

    Visit a parse tree produced by SystemVerilogParser#udp_output_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  733. abstract def visitUdp_port_declaration(ctx: Udp_port_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_port_declaration.

    Visit a parse tree produced by SystemVerilogParser#udp_port_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  734. abstract def visitUdp_port_list(ctx: Udp_port_listContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_port_list.

    Visit a parse tree produced by SystemVerilogParser#udp_port_list.

    ctx

    the parse tree

    returns

    the visitor result

  735. abstract def visitUdp_reg_declaration(ctx: Udp_reg_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#udp_reg_declaration.

    Visit a parse tree produced by SystemVerilogParser#udp_reg_declaration.

    ctx

    the parse tree

    returns

    the visitor result

  736. abstract def visitUnary_module_path_operator(ctx: Unary_module_path_operatorContext): T

    Visit a parse tree produced by SystemVerilogParser#unary_module_path_operator.

    Visit a parse tree produced by SystemVerilogParser#unary_module_path_operator.

    ctx

    the parse tree

    returns

    the visitor result

  737. abstract def visitUnary_operator(ctx: Unary_operatorContext): T

    Visit a parse tree produced by SystemVerilogParser#unary_operator.

    Visit a parse tree produced by SystemVerilogParser#unary_operator.

    ctx

    the parse tree

    returns

    the visitor result

  738. abstract def visitUnbased_unsized_literal(ctx: Unbased_unsized_literalContext): T

    Visit a parse tree produced by SystemVerilogParser#unbased_unsized_literal.

    Visit a parse tree produced by SystemVerilogParser#unbased_unsized_literal.

    ctx

    the parse tree

    returns

    the visitor result

  739. abstract def visitUnique_priority(ctx: Unique_priorityContext): T

    Visit a parse tree produced by SystemVerilogParser#unique_priority.

    Visit a parse tree produced by SystemVerilogParser#unique_priority.

    ctx

    the parse tree

    returns

    the visitor result

  740. abstract def visitUniqueness_constraint(ctx: Uniqueness_constraintContext): T

    Visit a parse tree produced by SystemVerilogParser#uniqueness_constraint.

    Visit a parse tree produced by SystemVerilogParser#uniqueness_constraint.

    ctx

    the parse tree

    returns

    the visitor result

  741. abstract def visitUnpacked_dimension(ctx: Unpacked_dimensionContext): T

    Visit a parse tree produced by SystemVerilogParser#unpacked_dimension.

    Visit a parse tree produced by SystemVerilogParser#unpacked_dimension.

    ctx

    the parse tree

    returns

    the visitor result

  742. abstract def visitUnsigned_number(ctx: Unsigned_numberContext): T

    Visit a parse tree produced by SystemVerilogParser#unsigned_number.

    Visit a parse tree produced by SystemVerilogParser#unsigned_number.

    ctx

    the parse tree

    returns

    the visitor result

  743. abstract def visitUnsized_dimension(ctx: Unsized_dimensionContext): T

    Visit a parse tree produced by SystemVerilogParser#unsized_dimension.

    Visit a parse tree produced by SystemVerilogParser#unsized_dimension.

    ctx

    the parse tree

    returns

    the visitor result

  744. abstract def visitUse_clause(ctx: Use_clauseContext): T

    Visit a parse tree produced by SystemVerilogParser#use_clause.

    Visit a parse tree produced by SystemVerilogParser#use_clause.

    ctx

    the parse tree

    returns

    the visitor result

  745. abstract def visitValue_range(ctx: Value_rangeContext): T

    Visit a parse tree produced by SystemVerilogParser#value_range.

    Visit a parse tree produced by SystemVerilogParser#value_range.

    ctx

    the parse tree

    returns

    the visitor result

  746. abstract def visitVar_data_type(ctx: Var_data_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#var_data_type.

    Visit a parse tree produced by SystemVerilogParser#var_data_type.

    ctx

    the parse tree

    returns

    the visitor result

  747. abstract def visitVar_id(ctx: Var_idContext): T

    Visit a parse tree produced by SystemVerilogParser#var_id.

    Visit a parse tree produced by SystemVerilogParser#var_id.

    ctx

    the parse tree

    returns

    the visitor result

  748. abstract def visitVar_port_id(ctx: Var_port_idContext): T

    Visit a parse tree produced by SystemVerilogParser#var_port_id.

    Visit a parse tree produced by SystemVerilogParser#var_port_id.

    ctx

    the parse tree

    returns

    the visitor result

  749. abstract def visitVariable_assignment(ctx: Variable_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#variable_assignment.

    Visit a parse tree produced by SystemVerilogParser#variable_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  750. abstract def visitVariable_decl_assignment(ctx: Variable_decl_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#variable_decl_assignment.

    Visit a parse tree produced by SystemVerilogParser#variable_decl_assignment.

    ctx

    the parse tree

    returns

    the visitor result

  751. abstract def visitVariable_dimension(ctx: Variable_dimensionContext): T

    Visit a parse tree produced by SystemVerilogParser#variable_dimension.

    Visit a parse tree produced by SystemVerilogParser#variable_dimension.

    ctx

    the parse tree

    returns

    the visitor result

  752. abstract def visitVariable_identifier(ctx: Variable_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#variable_identifier.

    Visit a parse tree produced by SystemVerilogParser#variable_identifier.

    ctx

    the parse tree

    returns

    the visitor result

  753. abstract def visitVariable_identifier_list(ctx: Variable_identifier_listContext): T

    Visit a parse tree produced by SystemVerilogParser#variable_identifier_list.

    Visit a parse tree produced by SystemVerilogParser#variable_identifier_list.

    ctx

    the parse tree

    returns

    the visitor result

  754. abstract def visitVariable_lvalue(ctx: Variable_lvalueContext): T

    Visit a parse tree produced by SystemVerilogParser#variable_lvalue.

    Visit a parse tree produced by SystemVerilogParser#variable_lvalue.

    ctx

    the parse tree

    returns

    the visitor result

  755. abstract def visitVariable_port_type(ctx: Variable_port_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#variable_port_type.

    Visit a parse tree produced by SystemVerilogParser#variable_port_type.

    ctx

    the parse tree

    returns

    the visitor result

  756. abstract def visitWait_statement(ctx: Wait_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#wait_statement.

    Visit a parse tree produced by SystemVerilogParser#wait_statement.

    ctx

    the parse tree

    returns

    the visitor result

  757. abstract def visitWeight_spec(ctx: Weight_specContext): T

    Visit a parse tree produced by SystemVerilogParser#weight_spec.

    Visit a parse tree produced by SystemVerilogParser#weight_spec.

    ctx

    the parse tree

    returns

    the visitor result

  758. abstract def visitWeight_specification(ctx: Weight_specificationContext): T

    Visit a parse tree produced by SystemVerilogParser#weight_specification.

    Visit a parse tree produced by SystemVerilogParser#weight_specification.

    ctx

    the parse tree

    returns

    the visitor result

  759. abstract def visitWidth_timing_check(ctx: Width_timing_checkContext): T

    Visit a parse tree produced by SystemVerilogParser#width_timing_check.

    Visit a parse tree produced by SystemVerilogParser#width_timing_check.

    ctx

    the parse tree

    returns

    the visitor result

  760. abstract def visitWith_covergroup_expression(ctx: With_covergroup_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#with_covergroup_expression.

    Visit a parse tree produced by SystemVerilogParser#with_covergroup_expression.

    ctx

    the parse tree

    returns

    the visitor result

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 ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped