Packages

c

top.scaleda.systemverilog.parser

SystemVerilogParserBaseVisitor

class SystemVerilogParserBaseVisitor[T] extends AbstractParseTreeVisitor[T] with SystemVerilogParserVisitor[T]

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

Annotations
@SuppressWarnings()
Linear Supertypes
SystemVerilogParserVisitor[T], AbstractParseTreeVisitor[T], ParseTreeVisitor[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SystemVerilogParserBaseVisitor
  2. SystemVerilogParserVisitor
  3. AbstractParseTreeVisitor
  4. ParseTreeVisitor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SystemVerilogParserBaseVisitor()

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. def aggregateResult(arg0: T, arg1: T): T
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def defaultResult(): T
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. def shouldVisitNextChild(arg0: RuleNode, arg1: T): Boolean
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def visit(arg0: ParseTree): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  20. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  21. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  22. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  23. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  24. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  25. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  26. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  27. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  28. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  29. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  30. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  31. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  32. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  33. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  34. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  35. def visitAssertion_variable_declaration(ctx: Assertion_variable_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#assertion_variable_declaration.

    Visit a parse tree produced by SystemVerilogParser#assertion_variable_declaration.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  36. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  37. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  38. def visitAssignment_pattern_expression(ctx: Assignment_pattern_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_expression.

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_expression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  39. def visitAssignment_pattern_expression_type(ctx: Assignment_pattern_expression_typeContext): T

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_expression_type.

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_expression_type.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  40. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  41. def visitAssignment_pattern_net_lvalue(ctx: Assignment_pattern_net_lvalueContext): T

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_net_lvalue.

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_net_lvalue.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  42. def visitAssignment_pattern_variable_lvalue(ctx: Assignment_pattern_variable_lvalueContext): T

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_variable_lvalue.

    Visit a parse tree produced by SystemVerilogParser#assignment_pattern_variable_lvalue.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  43. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  44. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  45. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  46. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  47. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  48. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  49. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  50. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  51. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  52. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  53. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  54. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  55. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  56. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  57. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  58. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  59. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  60. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  61. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  62. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  63. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  64. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  65. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  66. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  67. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  68. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  69. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  70. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  71. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  72. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  73. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  74. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  75. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  76. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  77. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  78. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  79. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  80. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  81. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  82. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  83. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  84. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  85. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  86. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  87. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  88. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  89. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  90. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  91. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  92. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  93. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  94. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  95. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  96. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  97. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  98. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  99. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  100. def visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  101. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  102. def visitClass_constructor_declaration(ctx: Class_constructor_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#class_constructor_declaration.

    Visit a parse tree produced by SystemVerilogParser#class_constructor_declaration.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  103. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  104. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  105. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  106. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  107. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  108. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  109. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  110. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  111. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  112. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  113. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  114. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  115. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  116. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  117. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  118. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  119. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  120. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  121. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  122. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  123. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  124. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  125. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  126. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  127. def visitClockvar(ctx: ClockvarContext): T

    Visit a parse tree produced by SystemVerilogParser#clockvar.

    Visit a parse tree produced by SystemVerilogParser#clockvar.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  128. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  129. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  130. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  131. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  132. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  133. def visitConcatenation(ctx: ConcatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#concatenation.

    Visit a parse tree produced by SystemVerilogParser#concatenation.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  134. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  135. def visitConcurrent_assertion_statement(ctx: Concurrent_assertion_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#concurrent_assertion_statement.

    Visit a parse tree produced by SystemVerilogParser#concurrent_assertion_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  136. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  137. def visitConditional_generate_construct(ctx: Conditional_generate_constructContext): T

    Visit a parse tree produced by SystemVerilogParser#conditional_generate_construct.

    Visit a parse tree produced by SystemVerilogParser#conditional_generate_construct.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  138. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  139. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  140. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  141. def visitConditional_statement_else_chain(ctx: Conditional_statement_else_chainContext): T

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_else_chain.

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_else_chain.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  142. def visitConditional_statement_else_tail(ctx: Conditional_statement_else_tailContext): T

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_else_tail.

    Visit a parse tree produced by SystemVerilogParser#conditional_statement_else_tail.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  143. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  144. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  145. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  146. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  147. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  148. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  149. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  150. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  151. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  152. def visitConstant_assignment_pattern_expression(ctx: Constant_assignment_pattern_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_assignment_pattern_expression.

    Visit a parse tree produced by SystemVerilogParser#constant_assignment_pattern_expression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  153. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  154. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  155. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  156. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  157. def visitConstant_mintypmax_expression(ctx: Constant_mintypmax_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_mintypmax_expression.

    Visit a parse tree produced by SystemVerilogParser#constant_mintypmax_expression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  158. def visitConstant_multiple_concatenation(ctx: Constant_multiple_concatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#constant_multiple_concatenation.

    Visit a parse tree produced by SystemVerilogParser#constant_multiple_concatenation.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  159. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  160. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  161. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  162. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  163. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  164. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  165. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  166. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  167. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  168. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  169. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  170. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  171. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  172. def visitConstraint_prototype_qualifier(ctx: Constraint_prototype_qualifierContext): T

    Visit a parse tree produced by SystemVerilogParser#constraint_prototype_qualifier.

    Visit a parse tree produced by SystemVerilogParser#constraint_prototype_qualifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  173. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  174. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  175. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  176. def visitControlled_timing_check_event(ctx: Controlled_timing_check_eventContext): T

    Visit a parse tree produced by SystemVerilogParser#controlled_timing_check_event.

    Visit a parse tree produced by SystemVerilogParser#controlled_timing_check_event.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  177. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  178. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  179. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  180. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  181. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  182. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  183. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  184. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  185. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  186. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  187. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  188. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  189. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  190. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  191. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  192. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  193. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  194. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  195. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  196. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  197. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  198. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  199. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  200. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  201. 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.

    Visit a parse tree produced by SystemVerilogParser#cycle_delay_const_range_expression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  202. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  203. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  204. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  205. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  206. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  207. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  208. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  209. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  210. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  211. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  212. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  213. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  214. def visitDeferred_immediate_assert_statement(ctx: Deferred_immediate_assert_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assert_statement.

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assert_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  215. def visitDeferred_immediate_assertion_item(ctx: Deferred_immediate_assertion_itemContext): T

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_item.

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_item.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  216. def visitDeferred_immediate_assertion_statement(ctx: Deferred_immediate_assertion_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_statement.

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assertion_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  217. def visitDeferred_immediate_assume_statement(ctx: Deferred_immediate_assume_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assume_statement.

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_assume_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  218. def visitDeferred_immediate_cover_statement(ctx: Deferred_immediate_cover_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_cover_statement.

    Visit a parse tree produced by SystemVerilogParser#deferred_immediate_cover_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  219. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  220. def visitDelay2(ctx: Delay2Context): T

    Visit a parse tree produced by SystemVerilogParser#delay2.

    Visit a parse tree produced by SystemVerilogParser#delay2.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  221. def visitDelay3(ctx: Delay3Context): T

    Visit a parse tree produced by SystemVerilogParser#delay3.

    Visit a parse tree produced by SystemVerilogParser#delay3.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  222. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  223. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  224. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  225. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  226. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  227. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  228. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  229. def visitDescription(ctx: DescriptionContext): T

    Visit a parse tree produced by SystemVerilogParser#description.

    Visit a parse tree produced by SystemVerilogParser#description.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  230. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  231. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  232. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  233. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  234. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  235. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  236. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  237. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  238. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  239. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  240. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  241. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  242. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  243. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  244. def visitDynamic_array_variable_identifier(ctx: Dynamic_array_variable_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#dynamic_array_variable_identifier.

    Visit a parse tree produced by SystemVerilogParser#dynamic_array_variable_identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  245. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  246. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  247. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  248. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  249. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  250. def visitEdge_sensitive_path_declaration(ctx: Edge_sensitive_path_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#edge_sensitive_path_declaration.

    Visit a parse tree produced by SystemVerilogParser#edge_sensitive_path_declaration.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  251. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  252. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  253. def visitEmpty_unpacked_array_concatenation(ctx: Empty_unpacked_array_concatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#empty_unpacked_array_concatenation.

    Visit a parse tree produced by SystemVerilogParser#empty_unpacked_array_concatenation.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  254. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  255. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  256. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  257. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  258. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  259. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  260. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  261. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  262. def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  263. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  264. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  265. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  266. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  267. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  268. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  269. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  270. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  271. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  272. def visitExpression(ctx: ExpressionContext): T

    Visit a parse tree produced by SystemVerilogParser#expression.

    Visit a parse tree produced by SystemVerilogParser#expression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  273. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  274. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  275. def visitExtern_constraint_declaration(ctx: Extern_constraint_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#extern_constraint_declaration.

    Visit a parse tree produced by SystemVerilogParser#extern_constraint_declaration.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  276. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  277. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  278. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  279. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  280. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  281. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  282. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  283. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  284. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  285. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  286. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  287. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  288. 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.

    Visit a parse tree produced by SystemVerilogParser#full_edge_sensitive_path_description.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  289. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  290. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  291. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  292. 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.

    Visit a parse tree produced by SystemVerilogParser#function_data_type_or_implicit.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  293. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  294. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  295. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  296. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  297. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  298. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  299. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  300. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  301. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  302. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  303. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  304. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  305. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  306. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  307. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  308. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  309. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  310. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  311. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  312. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  313. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  314. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  315. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  316. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  317. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  318. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  319. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  320. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  321. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  322. def visitIdentifier(ctx: IdentifierContext): T

    Visit a parse tree produced by SystemVerilogParser#identifier.

    Visit a parse tree produced by SystemVerilogParser#identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  323. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  324. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  325. def visitImmediate_assertion_statement(ctx: Immediate_assertion_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#immediate_assertion_statement.

    Visit a parse tree produced by SystemVerilogParser#immediate_assertion_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  326. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  327. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  328. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  329. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  330. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  331. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  332. def visitIncomplete_condition_statement(ctx: Incomplete_condition_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#incomplete_condition_statement.

    Visit a parse tree produced by SystemVerilogParser#incomplete_condition_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  333. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  334. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  335. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  336. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  337. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  338. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  339. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  340. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  341. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  342. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  343. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  344. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  345. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  346. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  347. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  348. def visitInteger_covergroup_expression(ctx: Integer_covergroup_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#integer_covergroup_expression.

    Visit a parse tree produced by SystemVerilogParser#integer_covergroup_expression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  349. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  350. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  351. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  352. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  353. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  354. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  355. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  356. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  357. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  358. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  359. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  360. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  361. def visitInterface_instance_identifier(ctx: Interface_instance_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#interface_instance_identifier.

    Visit a parse tree produced by SystemVerilogParser#interface_instance_identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  362. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  363. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  364. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  365. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  366. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  367. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  368. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  369. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  370. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  371. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  372. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  373. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  374. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  375. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  376. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  377. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  378. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  379. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  380. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  381. def visitLifetime(ctx: LifetimeContext): T

    Visit a parse tree produced by SystemVerilogParser#lifetime.

    Visit a parse tree produced by SystemVerilogParser#lifetime.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  382. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  383. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  384. 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.

    Visit a parse tree produced by SystemVerilogParser#list_of_checker_port_connections.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  385. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  386. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  387. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  388. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  389. def visitList_of_interface_identifiers(ctx: List_of_interface_identifiersContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_interface_identifiers.

    Visit a parse tree produced by SystemVerilogParser#list_of_interface_identifiers.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  390. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  391. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  392. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  393. def visitList_of_parameter_assignments(ctx: List_of_parameter_assignmentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_parameter_assignments.

    Visit a parse tree produced by SystemVerilogParser#list_of_parameter_assignments.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  394. 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.

    Visit a parse tree produced by SystemVerilogParser#list_of_path_delay_expressions.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  395. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  396. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  397. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  398. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  399. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  400. def visitList_of_specparam_assignments(ctx: List_of_specparam_assignmentsContext): T

    Visit a parse tree produced by SystemVerilogParser#list_of_specparam_assignments.

    Visit a parse tree produced by SystemVerilogParser#list_of_specparam_assignments.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  401. 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.

    Visit a parse tree produced by SystemVerilogParser#list_of_tf_variable_identifiers.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  402. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  403. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  404. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  405. 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.

    Visit a parse tree produced by SystemVerilogParser#list_of_variable_decl_assignments.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  406. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  407. 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.

    Visit a parse tree produced by SystemVerilogParser#list_of_variable_port_identifiers.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  408. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  409. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  410. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  411. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  412. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  413. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  414. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  415. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  416. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  417. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  418. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  419. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  420. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  421. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  422. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  423. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  424. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  425. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  426. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  427. def visitModport_simple_ports_declaration(ctx: Modport_simple_ports_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#modport_simple_ports_declaration.

    Visit a parse tree produced by SystemVerilogParser#modport_simple_ports_declaration.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  428. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  429. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  430. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  431. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  432. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  433. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  434. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  435. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  436. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  437. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  438. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  439. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  440. def visitModule_path_mintypmax_expression(ctx: Module_path_mintypmax_expressionContext): T

    Visit a parse tree produced by SystemVerilogParser#module_path_mintypmax_expression.

    Visit a parse tree produced by SystemVerilogParser#module_path_mintypmax_expression.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  441. def visitModule_path_multiple_concatenation(ctx: Module_path_multiple_concatenationContext): T

    Visit a parse tree produced by SystemVerilogParser#module_path_multiple_concatenation.

    Visit a parse tree produced by SystemVerilogParser#module_path_multiple_concatenation.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  442. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  443. def visitModule_program_interface_instantiation(ctx: Module_program_interface_instantiationContext): T

    Visit a parse tree produced by SystemVerilogParser#module_program_interface_instantiation.

    Visit a parse tree produced by SystemVerilogParser#module_program_interface_instantiation.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  444. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  445. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  446. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  447. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  448. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  449. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  450. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  451. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  452. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  453. def visitNamed_checker_port_connection(ctx: Named_checker_port_connectionContext): T

    Visit a parse tree produced by SystemVerilogParser#named_checker_port_connection.

    Visit a parse tree produced by SystemVerilogParser#named_checker_port_connection.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  454. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  455. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  456. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  457. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  458. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  459. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  460. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  461. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  462. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  463. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  464. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  465. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  466. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  467. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  468. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  469. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  470. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  471. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  472. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  473. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  474. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  475. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  476. def visitNotifier(ctx: NotifierContext): T

    Visit a parse tree produced by SystemVerilogParser#notifier.

    Visit a parse tree produced by SystemVerilogParser#notifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  477. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  478. def visitNumber(ctx: NumberContext): T

    Visit a parse tree produced by SystemVerilogParser#number.

    Visit a parse tree produced by SystemVerilogParser#number.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  479. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  480. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  481. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  482. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  483. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  484. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  485. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  486. def visitOrdered_checker_port_connection(ctx: Ordered_checker_port_connectionContext): T

    Visit a parse tree produced by SystemVerilogParser#ordered_checker_port_connection.

    Visit a parse tree produced by SystemVerilogParser#ordered_checker_port_connection.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  487. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  488. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  489. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  490. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  491. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  492. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  493. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  494. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  495. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  496. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  497. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  498. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  499. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  500. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  501. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  502. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  503. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  504. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  505. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  506. 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.

    Visit a parse tree produced by SystemVerilogParser#parallel_edge_sensitive_path_description.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  507. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  508. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  509. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  510. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  511. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  512. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  513. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  514. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  515. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  516. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  517. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  518. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  519. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  520. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  521. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  522. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  523. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  524. def visitPattern(ctx: PatternContext): T

    Visit a parse tree produced by SystemVerilogParser#pattern.

    Visit a parse tree produced by SystemVerilogParser#pattern.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  525. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  526. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  527. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  528. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  529. def visitPort(ctx: PortContext): T

    Visit a parse tree produced by SystemVerilogParser#port.

    Visit a parse tree produced by SystemVerilogParser#port.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  530. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  531. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  532. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  533. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  534. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  535. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  536. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  537. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  538. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  539. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  540. def visitPrimary(ctx: PrimaryContext): T

    Visit a parse tree produced by SystemVerilogParser#primary.

    Visit a parse tree produced by SystemVerilogParser#primary.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  541. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  542. def visitProcedural_assertion_statement(ctx: Procedural_assertion_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#procedural_assertion_statement.

    Visit a parse tree produced by SystemVerilogParser#procedural_assertion_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  543. def visitProcedural_continuous_assignment(ctx: Procedural_continuous_assignmentContext): T

    Visit a parse tree produced by SystemVerilogParser#procedural_continuous_assignment.

    Visit a parse tree produced by SystemVerilogParser#procedural_continuous_assignment.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  544. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  545. def visitProcedural_timing_control_statement(ctx: Procedural_timing_control_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#procedural_timing_control_statement.

    Visit a parse tree produced by SystemVerilogParser#procedural_timing_control_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  546. def visitProduction(ctx: ProductionContext): T

    Visit a parse tree produced by SystemVerilogParser#production.

    Visit a parse tree produced by SystemVerilogParser#production.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  547. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  548. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  549. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  550. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  551. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  552. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  553. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  554. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  555. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  556. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  557. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  558. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  559. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  560. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  561. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  562. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  563. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  564. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  565. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  566. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  567. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  568. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  569. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  570. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  571. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  572. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  573. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  574. 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.

    Visit a parse tree produced by SystemVerilogParser#ps_or_hierarchical_array_identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  575. def visitPs_or_hierarchical_identifier(ctx: Ps_or_hierarchical_identifierContext): T

    Visit a parse tree produced by SystemVerilogParser#ps_or_hierarchical_identifier.

    Visit a parse tree produced by SystemVerilogParser#ps_or_hierarchical_identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  576. 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.

    Visit a parse tree produced by SystemVerilogParser#ps_type_or_parameter_identifier.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  577. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  578. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  579. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  580. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  581. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  582. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  583. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  584. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  585. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  586. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  587. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  588. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  589. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  590. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  591. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  592. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  593. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  594. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  595. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  596. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  597. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  598. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  599. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  600. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  601. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  602. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  603. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  604. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  605. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  606. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  607. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  608. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  609. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  610. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  611. def visitScalar_timing_check_condition(ctx: Scalar_timing_check_conditionContext): T

    Visit a parse tree produced by SystemVerilogParser#scalar_timing_check_condition.

    Visit a parse tree produced by SystemVerilogParser#scalar_timing_check_condition.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  612. def visitSelect_(ctx: Select_Context): T

    Visit a parse tree produced by SystemVerilogParser#select_.

    Visit a parse tree produced by SystemVerilogParser#select_.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  613. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  614. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  615. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  616. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  617. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  618. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  619. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  620. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  621. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  622. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  623. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  624. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  625. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  626. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  627. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  628. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  629. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  630. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  631. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  632. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  633. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  634. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  635. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  636. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  637. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  638. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  639. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  640. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  641. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  642. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  643. def visitSigning(ctx: SigningContext): T

    Visit a parse tree produced by SystemVerilogParser#signing.

    Visit a parse tree produced by SystemVerilogParser#signing.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  644. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  645. def visitSimple_immediate_assert_statement(ctx: Simple_immediate_assert_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_assert_statement.

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_assert_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  646. def visitSimple_immediate_assertion_statement(ctx: Simple_immediate_assertion_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_assertion_statement.

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_assertion_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  647. def visitSimple_immediate_assume_statement(ctx: Simple_immediate_assume_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_assume_statement.

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_assume_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  648. def visitSimple_immediate_cover_statement(ctx: Simple_immediate_cover_statementContext): T

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_cover_statement.

    Visit a parse tree produced by SystemVerilogParser#simple_immediate_cover_statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  649. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  650. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  651. def visitSize(ctx: SizeContext): T

    Visit a parse tree produced by SystemVerilogParser#size.

    Visit a parse tree produced by SystemVerilogParser#size.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  652. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  653. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  654. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  655. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  656. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  657. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  658. def visitSpecify_input_terminal_descriptor(ctx: Specify_input_terminal_descriptorContext): T

    Visit a parse tree produced by SystemVerilogParser#specify_input_terminal_descriptor.

    Visit a parse tree produced by SystemVerilogParser#specify_input_terminal_descriptor.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  659. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  660. def visitSpecify_output_terminal_descriptor(ctx: Specify_output_terminal_descriptorContext): T

    Visit a parse tree produced by SystemVerilogParser#specify_output_terminal_descriptor.

    Visit a parse tree produced by SystemVerilogParser#specify_output_terminal_descriptor.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  661. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  662. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  663. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  664. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  665. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  666. def visitState_dependent_path_declaration(ctx: State_dependent_path_declarationContext): T

    Visit a parse tree produced by SystemVerilogParser#state_dependent_path_declaration.

    Visit a parse tree produced by SystemVerilogParser#state_dependent_path_declaration.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  667. def visitStatement(ctx: StatementContext): T

    Visit a parse tree produced by SystemVerilogParser#statement.

    Visit a parse tree produced by SystemVerilogParser#statement.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  668. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  669. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  670. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  671. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  672. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  673. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  674. def visitStrength0(ctx: Strength0Context): T

    Visit a parse tree produced by SystemVerilogParser#strength0.

    Visit a parse tree produced by SystemVerilogParser#strength0.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  675. def visitStrength1(ctx: Strength1Context): T

    Visit a parse tree produced by SystemVerilogParser#strength1.

    Visit a parse tree produced by SystemVerilogParser#strength1.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  676. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  677. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  678. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  679. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  680. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  681. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  682. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  683. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  684. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  685. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  686. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  687. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  688. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  689. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  690. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  691. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  692. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  693. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  694. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  695. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  696. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  697. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  698. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  699. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  700. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  701. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  702. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  703. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  704. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  705. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  706. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  707. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  708. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  709. def visitThreshold(ctx: ThresholdContext): T

    Visit a parse tree produced by SystemVerilogParser#threshold.

    Visit a parse tree produced by SystemVerilogParser#threshold.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  710. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  711. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  712. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  713. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  714. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  715. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  716. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  717. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  718. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  719. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  720. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  721. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  722. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  723. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  724. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  725. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  726. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  727. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  728. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  729. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  730. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  731. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  732. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  733. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  734. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  735. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  736. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  737. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  738. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  739. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  740. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  741. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  742. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  743. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  744. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  745. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  746. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  747. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  748. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  749. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  750. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  751. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  752. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  753. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  754. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  755. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  756. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  757. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  758. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  759. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  760. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  761. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  762. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  763. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  764. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  765. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  766. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  767. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  768. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  769. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  770. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  771. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  772. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  773. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  774. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  775. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  776. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  777. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  778. 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.

    The default implementation returns the result of calling #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    SystemVerilogParserBaseVisitorSystemVerilogParserVisitor
    Annotations
    @Override()
  779. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  780. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  781. 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 SystemVerilogParserVisitor[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped