Packages

c

top.scaleda.verilog.parser

VerilogParserBaseVisitor

class VerilogParserBaseVisitor[T] extends AbstractParseTreeVisitor[T] with VerilogParserVisitor[T]

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

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

Instance Constructors

  1. new VerilogParserBaseVisitor()

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 visitAlways_construct(ctx: Always_constructContext): T

    Visit a parse tree produced by VerilogParser#always_construct.

    Visit a parse tree produced by VerilogParser#always_construct.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  21. def visitArrayed_identifier(ctx: Arrayed_identifierContext): T

    Visit a parse tree produced by VerilogParser#arrayed_identifier.

    Visit a parse tree produced by VerilogParser#arrayed_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  22. def visitAttr_name(ctx: Attr_nameContext): T

    Visit a parse tree produced by VerilogParser#attr_name.

    Visit a parse tree produced by VerilogParser#attr_name.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  23. def visitAttr_spec(ctx: Attr_specContext): T

    Visit a parse tree produced by VerilogParser#attr_spec.

    Visit a parse tree produced by VerilogParser#attr_spec.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  24. def visitAttribute_instance(ctx: Attribute_instanceContext): T

    Visit a parse tree produced by VerilogParser#attribute_instance.

    Visit a parse tree produced by VerilogParser#attribute_instance.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  25. def visitBase_expression(ctx: Base_expressionContext): T

    Visit a parse tree produced by VerilogParser#base_expression.

    Visit a parse tree produced by VerilogParser#base_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  26. def visitBinary_module_path_operator(ctx: Binary_module_path_operatorContext): T

    Visit a parse tree produced by VerilogParser#binary_module_path_operator.

    Visit a parse tree produced by VerilogParser#binary_module_path_operator.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  27. def visitBinary_operator(ctx: Binary_operatorContext): T

    Visit a parse tree produced by VerilogParser#binary_operator.

    Visit a parse tree produced by VerilogParser#binary_operator.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  28. def visitBinary_operator_or(ctx: Binary_operator_orContext): T

    Visit a parse tree produced by VerilogParser#binary_operator_or.

    Visit a parse tree produced by VerilogParser#binary_operator_or.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  29. def visitBlock_identifier(ctx: Block_identifierContext): T

    Visit a parse tree produced by VerilogParser#block_identifier.

    Visit a parse tree produced by VerilogParser#block_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  30. def visitBlock_item_declaration(ctx: Block_item_declarationContext): T

    Visit a parse tree produced by VerilogParser#block_item_declaration.

    Visit a parse tree produced by VerilogParser#block_item_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  31. def visitBlock_reg_declaration(ctx: Block_reg_declarationContext): T

    Visit a parse tree produced by VerilogParser#block_reg_declaration.

    Visit a parse tree produced by VerilogParser#block_reg_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  32. def visitBlock_variable_type(ctx: Block_variable_typeContext): T

    Visit a parse tree produced by VerilogParser#block_variable_type.

    Visit a parse tree produced by VerilogParser#block_variable_type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  33. def visitBlocking_assignment(ctx: Blocking_assignmentContext): T

    Visit a parse tree produced by VerilogParser#blocking_assignment.

    Visit a parse tree produced by VerilogParser#blocking_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  34. def visitCase_body(ctx: Case_bodyContext): T

    Visit a parse tree produced by VerilogParser#case_body.

    Visit a parse tree produced by VerilogParser#case_body.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  35. def visitCase_default_item(ctx: Case_default_itemContext): T

    Visit a parse tree produced by VerilogParser#case_default_item.

    Visit a parse tree produced by VerilogParser#case_default_item.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  36. def visitCase_item(ctx: Case_itemContext): T

    Visit a parse tree produced by VerilogParser#case_item.

    Visit a parse tree produced by VerilogParser#case_item.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  37. def visitCase_statement(ctx: Case_statementContext): T

    Visit a parse tree produced by VerilogParser#case_statement.

    Visit a parse tree produced by VerilogParser#case_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  38. def visitCell_clause(ctx: Cell_clauseContext): T

    Visit a parse tree produced by VerilogParser#cell_clause.

    Visit a parse tree produced by VerilogParser#cell_clause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  39. def visitCell_identifier(ctx: Cell_identifierContext): T

    Visit a parse tree produced by VerilogParser#cell_identifier.

    Visit a parse tree produced by VerilogParser#cell_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  40. def visitCharge_strength(ctx: Charge_strengthContext): T

    Visit a parse tree produced by VerilogParser#charge_strength.

    Visit a parse tree produced by VerilogParser#charge_strength.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  41. def visitChecktime_condition(ctx: Checktime_conditionContext): T

    Visit a parse tree produced by VerilogParser#checktime_condition.

    Visit a parse tree produced by VerilogParser#checktime_condition.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  42. def visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  43. def visitCmos_switch_instance(ctx: Cmos_switch_instanceContext): T

    Visit a parse tree produced by VerilogParser#cmos_switch_instance.

    Visit a parse tree produced by VerilogParser#cmos_switch_instance.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  44. def visitCmos_switchtype(ctx: Cmos_switchtypeContext): T

    Visit a parse tree produced by VerilogParser#cmos_switchtype.

    Visit a parse tree produced by VerilogParser#cmos_switchtype.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  45. def visitConcatenation(ctx: ConcatenationContext): T

    Visit a parse tree produced by VerilogParser#concatenation.

    Visit a parse tree produced by VerilogParser#concatenation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  46. def visitConditional_statement(ctx: Conditional_statementContext): T

    Visit a parse tree produced by VerilogParser#conditional_statement.

    Visit a parse tree produced by VerilogParser#conditional_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  47. def visitConditional_statement_body(ctx: Conditional_statement_bodyContext): T

    Visit a parse tree produced by VerilogParser#conditional_statement_body.

    Visit a parse tree produced by VerilogParser#conditional_statement_body.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  48. def visitConditional_statement_chain(ctx: Conditional_statement_chainContext): T

    Visit a parse tree produced by VerilogParser#conditional_statement_chain.

    Visit a parse tree produced by VerilogParser#conditional_statement_chain.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  49. def visitConditional_statement_else_chain(ctx: Conditional_statement_else_chainContext): T

    Visit a parse tree produced by VerilogParser#conditional_statement_else_chain.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  50. def visitConditional_statement_else_tail(ctx: Conditional_statement_else_tailContext): T

    Visit a parse tree produced by VerilogParser#conditional_statement_else_tail.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  51. def visitConditional_statement_head(ctx: Conditional_statement_headContext): T

    Visit a parse tree produced by VerilogParser#conditional_statement_head.

    Visit a parse tree produced by VerilogParser#conditional_statement_head.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  52. def visitConfig_declaration(ctx: Config_declarationContext): T

    Visit a parse tree produced by VerilogParser#config_declaration.

    Visit a parse tree produced by VerilogParser#config_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  53. def visitConfig_identifier(ctx: Config_identifierContext): T

    Visit a parse tree produced by VerilogParser#config_identifier.

    Visit a parse tree produced by VerilogParser#config_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  54. def visitConfig_rule_statement(ctx: Config_rule_statementContext): T

    Visit a parse tree produced by VerilogParser#config_rule_statement.

    Visit a parse tree produced by VerilogParser#config_rule_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  55. def visitConstant_base_expression(ctx: Constant_base_expressionContext): T

    Visit a parse tree produced by VerilogParser#constant_base_expression.

    Visit a parse tree produced by VerilogParser#constant_base_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  56. def visitConstant_concatenation(ctx: Constant_concatenationContext): T

    Visit a parse tree produced by VerilogParser#constant_concatenation.

    Visit a parse tree produced by VerilogParser#constant_concatenation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  57. def visitConstant_expression(ctx: Constant_expressionContext): T

    Visit a parse tree produced by VerilogParser#constant_expression.

    Visit a parse tree produced by VerilogParser#constant_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  58. def visitConstant_function_call(ctx: Constant_function_callContext): T

    Visit a parse tree produced by VerilogParser#constant_function_call.

    Visit a parse tree produced by VerilogParser#constant_function_call.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  59. def visitConstant_mintypmax_expression(ctx: Constant_mintypmax_expressionContext): T

    Visit a parse tree produced by VerilogParser#constant_mintypmax_expression.

    Visit a parse tree produced by VerilogParser#constant_mintypmax_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  60. def visitConstant_multiple_concatenation(ctx: Constant_multiple_concatenationContext): T

    Visit a parse tree produced by VerilogParser#constant_multiple_concatenation.

    Visit a parse tree produced by VerilogParser#constant_multiple_concatenation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  61. def visitConstant_primary(ctx: Constant_primaryContext): T

    Visit a parse tree produced by VerilogParser#constant_primary.

    Visit a parse tree produced by VerilogParser#constant_primary.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  62. def visitConstant_range_expression(ctx: Constant_range_expressionContext): T

    Visit a parse tree produced by VerilogParser#constant_range_expression.

    Visit a parse tree produced by VerilogParser#constant_range_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  63. def visitContinuous_assign(ctx: Continuous_assignContext): T

    Visit a parse tree produced by VerilogParser#continuous_assign.

    Visit a parse tree produced by VerilogParser#continuous_assign.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  64. def visitCreate_defined_flag(ctx: Create_defined_flagContext): T

    Visit a parse tree produced by VerilogParser#create_defined_flag.

    Visit a parse tree produced by VerilogParser#create_defined_flag.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  65. def visitCreate_defined_term(ctx: Create_defined_termContext): T

    Visit a parse tree produced by VerilogParser#create_defined_term.

    Visit a parse tree produced by VerilogParser#create_defined_term.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  66. def visitData_source_expression(ctx: Data_source_expressionContext): T

    Visit a parse tree produced by VerilogParser#data_source_expression.

    Visit a parse tree produced by VerilogParser#data_source_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  67. def visitDefault_clause(ctx: Default_clauseContext): T

    Visit a parse tree produced by VerilogParser#default_clause.

    Visit a parse tree produced by VerilogParser#default_clause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  68. def visitDefault_nettype_directive(ctx: Default_nettype_directiveContext): T

    Visit a parse tree produced by VerilogParser#default_nettype_directive.

    Visit a parse tree produced by VerilogParser#default_nettype_directive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  69. def visitDefine_directive(ctx: Define_directiveContext): T

    Visit a parse tree produced by VerilogParser#define_directive.

    Visit a parse tree produced by VerilogParser#define_directive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  70. def visitDefined_flag(ctx: Defined_flagContext): T

    Visit a parse tree produced by VerilogParser#defined_flag.

    Visit a parse tree produced by VerilogParser#defined_flag.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  71. def visitDelay2(ctx: Delay2Context): T

    Visit a parse tree produced by VerilogParser#delay2.

    Visit a parse tree produced by VerilogParser#delay2.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  72. def visitDelay3(ctx: Delay3Context): T

    Visit a parse tree produced by VerilogParser#delay3.

    Visit a parse tree produced by VerilogParser#delay3.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  73. def visitDelay_control(ctx: Delay_controlContext): T

    Visit a parse tree produced by VerilogParser#delay_control.

    Visit a parse tree produced by VerilogParser#delay_control.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  74. def visitDelay_or_event_control(ctx: Delay_or_event_controlContext): T

    Visit a parse tree produced by VerilogParser#delay_or_event_control.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  75. def visitDelay_value(ctx: Delay_valueContext): T

    Visit a parse tree produced by VerilogParser#delay_value.

    Visit a parse tree produced by VerilogParser#delay_value.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  76. def visitDelayed_data(ctx: Delayed_dataContext): T

    Visit a parse tree produced by VerilogParser#delayed_data.

    Visit a parse tree produced by VerilogParser#delayed_data.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  77. def visitDelayed_reference(ctx: Delayed_referenceContext): T

    Visit a parse tree produced by VerilogParser#delayed_reference.

    Visit a parse tree produced by VerilogParser#delayed_reference.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  78. def visitDescription(ctx: DescriptionContext): T

    Visit a parse tree produced by VerilogParser#description.

    Visit a parse tree produced by VerilogParser#description.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  79. def visitDesign_statement(ctx: Design_statementContext): T

    Visit a parse tree produced by VerilogParser#design_statement.

    Visit a parse tree produced by VerilogParser#design_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  80. def visitDimension(ctx: DimensionContext): T

    Visit a parse tree produced by VerilogParser#dimension.

    Visit a parse tree produced by VerilogParser#dimension.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  81. def visitDimension_constant_expression(ctx: Dimension_constant_expressionContext): T

    Visit a parse tree produced by VerilogParser#dimension_constant_expression.

    Visit a parse tree produced by VerilogParser#dimension_constant_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  82. def visitDirective(ctx: DirectiveContext): T

    Visit a parse tree produced by VerilogParser#directive.

    Visit a parse tree produced by VerilogParser#directive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  83. def visitDisable_statement(ctx: Disable_statementContext): T

    Visit a parse tree produced by VerilogParser#disable_statement.

    Visit a parse tree produced by VerilogParser#disable_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  84. def visitDrive_strength(ctx: Drive_strengthContext): T

    Visit a parse tree produced by VerilogParser#drive_strength.

    Visit a parse tree produced by VerilogParser#drive_strength.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  85. def visitEdge_identifier(ctx: Edge_identifierContext): T

    Visit a parse tree produced by VerilogParser#edge_identifier.

    Visit a parse tree produced by VerilogParser#edge_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  86. def visitEdge_sensitive_path_declaration(ctx: Edge_sensitive_path_declarationContext): T

    Visit a parse tree produced by VerilogParser#edge_sensitive_path_declaration.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  87. def visitElse_directive(ctx: Else_directiveContext): T

    Visit a parse tree produced by VerilogParser#else_directive.

    Visit a parse tree produced by VerilogParser#else_directive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  88. def visitElsif_directive(ctx: Elsif_directiveContext): T

    Visit a parse tree produced by VerilogParser#elsif_directive.

    Visit a parse tree produced by VerilogParser#elsif_directive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  89. def visitEnable_gate_instance(ctx: Enable_gate_instanceContext): T

    Visit a parse tree produced by VerilogParser#enable_gate_instance.

    Visit a parse tree produced by VerilogParser#enable_gate_instance.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  90. def visitEnable_gatetype(ctx: Enable_gatetypeContext): T

    Visit a parse tree produced by VerilogParser#enable_gatetype.

    Visit a parse tree produced by VerilogParser#enable_gatetype.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  91. def visitEnable_terminal(ctx: Enable_terminalContext): T

    Visit a parse tree produced by VerilogParser#enable_terminal.

    Visit a parse tree produced by VerilogParser#enable_terminal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  92. def visitEnd_edge_offset(ctx: End_edge_offsetContext): T

    Visit a parse tree produced by VerilogParser#end_edge_offset.

    Visit a parse tree produced by VerilogParser#end_edge_offset.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  93. def visitEndif_directive(ctx: Endif_directiveContext): T

    Visit a parse tree produced by VerilogParser#endif_directive.

    Visit a parse tree produced by VerilogParser#endif_directive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  94. def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  95. def visitError_limit_value(ctx: Error_limit_valueContext): T

    Visit a parse tree produced by VerilogParser#error_limit_value.

    Visit a parse tree produced by VerilogParser#error_limit_value.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  96. def visitEscaped_arrayed_identifier(ctx: Escaped_arrayed_identifierContext): T

    Visit a parse tree produced by VerilogParser#escaped_arrayed_identifier.

    Visit a parse tree produced by VerilogParser#escaped_arrayed_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  97. def visitEscaped_hierarchical_branch(ctx: Escaped_hierarchical_branchContext): T

    Visit a parse tree produced by VerilogParser#escaped_hierarchical_branch.

    Visit a parse tree produced by VerilogParser#escaped_hierarchical_branch.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  98. def visitEscaped_hierarchical_identifier(ctx: Escaped_hierarchical_identifierContext): T

    Visit a parse tree produced by VerilogParser#escaped_hierarchical_identifier.

    Visit a parse tree produced by VerilogParser#escaped_hierarchical_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  99. def visitEvent_based_flag(ctx: Event_based_flagContext): T

    Visit a parse tree produced by VerilogParser#event_based_flag.

    Visit a parse tree produced by VerilogParser#event_based_flag.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  100. def visitEvent_control(ctx: Event_controlContext): T

    Visit a parse tree produced by VerilogParser#event_control.

    Visit a parse tree produced by VerilogParser#event_control.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  101. def visitEvent_declaration(ctx: Event_declarationContext): T

    Visit a parse tree produced by VerilogParser#event_declaration.

    Visit a parse tree produced by VerilogParser#event_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  102. def visitEvent_expression(ctx: Event_expressionContext): T

    Visit a parse tree produced by VerilogParser#event_expression.

    Visit a parse tree produced by VerilogParser#event_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  103. def visitEvent_identifier(ctx: Event_identifierContext): T

    Visit a parse tree produced by VerilogParser#event_identifier.

    Visit a parse tree produced by VerilogParser#event_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  104. def visitEvent_primary(ctx: Event_primaryContext): T

    Visit a parse tree produced by VerilogParser#event_primary.

    Visit a parse tree produced by VerilogParser#event_primary.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  105. def visitEvent_trigger(ctx: Event_triggerContext): T

    Visit a parse tree produced by VerilogParser#event_trigger.

    Visit a parse tree produced by VerilogParser#event_trigger.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  106. def visitExpression(ctx: ExpressionContext): T

    Visit a parse tree produced by VerilogParser#expression.

    Visit a parse tree produced by VerilogParser#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  107. def visitFull_edge_sensitive_path_description(ctx: Full_edge_sensitive_path_descriptionContext): T

    Visit a parse tree produced by VerilogParser#full_edge_sensitive_path_description.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  108. def visitFull_path_description(ctx: Full_path_descriptionContext): T

    Visit a parse tree produced by VerilogParser#full_path_description.

    Visit a parse tree produced by VerilogParser#full_path_description.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  109. def visitFunction_blocking_assignment(ctx: Function_blocking_assignmentContext): T

    Visit a parse tree produced by VerilogParser#function_blocking_assignment.

    Visit a parse tree produced by VerilogParser#function_blocking_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  110. def visitFunction_call(ctx: Function_callContext): T

    Visit a parse tree produced by VerilogParser#function_call.

    Visit a parse tree produced by VerilogParser#function_call.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  111. def visitFunction_case_body(ctx: Function_case_bodyContext): T

    Visit a parse tree produced by VerilogParser#function_case_body.

    Visit a parse tree produced by VerilogParser#function_case_body.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  112. def visitFunction_case_item(ctx: Function_case_itemContext): T

    Visit a parse tree produced by VerilogParser#function_case_item.

    Visit a parse tree produced by VerilogParser#function_case_item.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  113. def visitFunction_case_statement(ctx: Function_case_statementContext): T

    Visit a parse tree produced by VerilogParser#function_case_statement.

    Visit a parse tree produced by VerilogParser#function_case_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  114. def visitFunction_conditional_statement(ctx: Function_conditional_statementContext): T

    Visit a parse tree produced by VerilogParser#function_conditional_statement.

    Visit a parse tree produced by VerilogParser#function_conditional_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  115. def visitFunction_declaration(ctx: Function_declarationContext): T

    Visit a parse tree produced by VerilogParser#function_declaration.

    Visit a parse tree produced by VerilogParser#function_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  116. def visitFunction_identifier(ctx: Function_identifierContext): T

    Visit a parse tree produced by VerilogParser#function_identifier.

    Visit a parse tree produced by VerilogParser#function_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  117. def visitFunction_if_else_if_statement(ctx: Function_if_else_if_statementContext): T

    Visit a parse tree produced by VerilogParser#function_if_else_if_statement.

    Visit a parse tree produced by VerilogParser#function_if_else_if_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  118. def visitFunction_item_declaration(ctx: Function_item_declarationContext): T

    Visit a parse tree produced by VerilogParser#function_item_declaration.

    Visit a parse tree produced by VerilogParser#function_item_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  119. def visitFunction_loop_statement(ctx: Function_loop_statementContext): T

    Visit a parse tree produced by VerilogParser#function_loop_statement.

    Visit a parse tree produced by VerilogParser#function_loop_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  120. def visitFunction_port(ctx: Function_portContext): T

    Visit a parse tree produced by VerilogParser#function_port.

    Visit a parse tree produced by VerilogParser#function_port.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  121. def visitFunction_port_list(ctx: Function_port_listContext): T

    Visit a parse tree produced by VerilogParser#function_port_list.

    Visit a parse tree produced by VerilogParser#function_port_list.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  122. def visitFunction_seq_block(ctx: Function_seq_blockContext): T

    Visit a parse tree produced by VerilogParser#function_seq_block.

    Visit a parse tree produced by VerilogParser#function_seq_block.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  123. def visitFunction_statement(ctx: Function_statementContext): T

    Visit a parse tree produced by VerilogParser#function_statement.

    Visit a parse tree produced by VerilogParser#function_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  124. def visitFunction_statement_or_null(ctx: Function_statement_or_nullContext): T

    Visit a parse tree produced by VerilogParser#function_statement_or_null.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  125. def visitGate_instance_identifier(ctx: Gate_instance_identifierContext): T

    Visit a parse tree produced by VerilogParser#gate_instance_identifier.

    Visit a parse tree produced by VerilogParser#gate_instance_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  126. def visitGate_instantiation(ctx: Gate_instantiationContext): T

    Visit a parse tree produced by VerilogParser#gate_instantiation.

    Visit a parse tree produced by VerilogParser#gate_instantiation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  127. def visitGenerate_block(ctx: Generate_blockContext): T

    Visit a parse tree produced by VerilogParser#generate_block.

    Visit a parse tree produced by VerilogParser#generate_block.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  128. def visitGenerate_block_identifier(ctx: Generate_block_identifierContext): T

    Visit a parse tree produced by VerilogParser#generate_block_identifier.

    Visit a parse tree produced by VerilogParser#generate_block_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  129. def visitGenerate_case_body(ctx: Generate_case_bodyContext): T

    Visit a parse tree produced by VerilogParser#generate_case_body.

    Visit a parse tree produced by VerilogParser#generate_case_body.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  130. def visitGenerate_case_statement(ctx: Generate_case_statementContext): T

    Visit a parse tree produced by VerilogParser#generate_case_statement.

    Visit a parse tree produced by VerilogParser#generate_case_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  131. def visitGenerate_conditional_statement(ctx: Generate_conditional_statementContext): T

    Visit a parse tree produced by VerilogParser#generate_conditional_statement.

    Visit a parse tree produced by VerilogParser#generate_conditional_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  132. def visitGenerate_item(ctx: Generate_itemContext): T

    Visit a parse tree produced by VerilogParser#generate_item.

    Visit a parse tree produced by VerilogParser#generate_item.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  133. def visitGenerate_item_or_null(ctx: Generate_item_or_nullContext): T

    Visit a parse tree produced by VerilogParser#generate_item_or_null.

    Visit a parse tree produced by VerilogParser#generate_item_or_null.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  134. def visitGenerate_loop_statement(ctx: Generate_loop_statementContext): T

    Visit a parse tree produced by VerilogParser#generate_loop_statement.

    Visit a parse tree produced by VerilogParser#generate_loop_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  135. def visitGenerated_instantiation(ctx: Generated_instantiationContext): T

    Visit a parse tree produced by VerilogParser#generated_instantiation.

    Visit a parse tree produced by VerilogParser#generated_instantiation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  136. def visitGenvar_assignment(ctx: Genvar_assignmentContext): T

    Visit a parse tree produced by VerilogParser#genvar_assignment.

    Visit a parse tree produced by VerilogParser#genvar_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  137. def visitGenvar_case_item(ctx: Genvar_case_itemContext): T

    Visit a parse tree produced by VerilogParser#genvar_case_item.

    Visit a parse tree produced by VerilogParser#genvar_case_item.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  138. def visitGenvar_declaration(ctx: Genvar_declarationContext): T

    Visit a parse tree produced by VerilogParser#genvar_declaration.

    Visit a parse tree produced by VerilogParser#genvar_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  139. def visitGenvar_function_call(ctx: Genvar_function_callContext): T

    Visit a parse tree produced by VerilogParser#genvar_function_call.

    Visit a parse tree produced by VerilogParser#genvar_function_call.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  140. def visitGenvar_function_identifier(ctx: Genvar_function_identifierContext): T

    Visit a parse tree produced by VerilogParser#genvar_function_identifier.

    Visit a parse tree produced by VerilogParser#genvar_function_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  141. def visitGenvar_identifier(ctx: Genvar_identifierContext): T

    Visit a parse tree produced by VerilogParser#genvar_identifier.

    Visit a parse tree produced by VerilogParser#genvar_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  142. def visitHierarchical_block_identifier(ctx: Hierarchical_block_identifierContext): T

    Visit a parse tree produced by VerilogParser#hierarchical_block_identifier.

    Visit a parse tree produced by VerilogParser#hierarchical_block_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  143. def visitHierarchical_event_identifier(ctx: Hierarchical_event_identifierContext): T

    Visit a parse tree produced by VerilogParser#hierarchical_event_identifier.

    Visit a parse tree produced by VerilogParser#hierarchical_event_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  144. def visitHierarchical_function_identifier(ctx: Hierarchical_function_identifierContext): T

    Visit a parse tree produced by VerilogParser#hierarchical_function_identifier.

    Visit a parse tree produced by VerilogParser#hierarchical_function_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  145. def visitHierarchical_identifier(ctx: Hierarchical_identifierContext): T

    Visit a parse tree produced by VerilogParser#hierarchical_identifier.

    Visit a parse tree produced by VerilogParser#hierarchical_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  146. def visitHierarchical_net_identifier(ctx: Hierarchical_net_identifierContext): T

    Visit a parse tree produced by VerilogParser#hierarchical_net_identifier.

    Visit a parse tree produced by VerilogParser#hierarchical_net_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  147. def visitHierarchical_task_identifier(ctx: Hierarchical_task_identifierContext): T

    Visit a parse tree produced by VerilogParser#hierarchical_task_identifier.

    Visit a parse tree produced by VerilogParser#hierarchical_task_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  148. def visitHierarchical_variable_identifier(ctx: Hierarchical_variable_identifierContext): T

    Visit a parse tree produced by VerilogParser#hierarchical_variable_identifier.

    Visit a parse tree produced by VerilogParser#hierarchical_variable_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  149. def visitIdentifier(ctx: IdentifierContext): T

    Visit a parse tree produced by VerilogParser#identifier.

    Visit a parse tree produced by VerilogParser#identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  150. def visitIfdef_directive(ctx: Ifdef_directiveContext): T

    Visit a parse tree produced by VerilogParser#ifdef_directive.

    Visit a parse tree produced by VerilogParser#ifdef_directive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  151. def visitIfndef_directive(ctx: Ifndef_directiveContext): T

    Visit a parse tree produced by VerilogParser#ifndef_directive.

    Visit a parse tree produced by VerilogParser#ifndef_directive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  152. def visitInclude_directive(ctx: Include_directiveContext): T

    Visit a parse tree produced by VerilogParser#include_directive.

    Visit a parse tree produced by VerilogParser#include_directive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  153. def visitIncomplete_condition_statement(ctx: Incomplete_condition_statementContext): T

    Visit a parse tree produced by VerilogParser#incomplete_condition_statement.

    Visit a parse tree produced by VerilogParser#incomplete_condition_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  154. def visitIncomplete_statement(ctx: Incomplete_statementContext): T

    Visit a parse tree produced by VerilogParser#incomplete_statement.

    Visit a parse tree produced by VerilogParser#incomplete_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  155. def visitInitial_construct(ctx: Initial_constructContext): T

    Visit a parse tree produced by VerilogParser#initial_construct.

    Visit a parse tree produced by VerilogParser#initial_construct.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  156. def visitInout_declaration(ctx: Inout_declarationContext): T

    Visit a parse tree produced by VerilogParser#inout_declaration.

    Visit a parse tree produced by VerilogParser#inout_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  157. def visitInout_port_identifier(ctx: Inout_port_identifierContext): T

    Visit a parse tree produced by VerilogParser#inout_port_identifier.

    Visit a parse tree produced by VerilogParser#inout_port_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  158. def visitInout_terminal(ctx: Inout_terminalContext): T

    Visit a parse tree produced by VerilogParser#inout_terminal.

    Visit a parse tree produced by VerilogParser#inout_terminal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  159. def visitInput_declaration(ctx: Input_declarationContext): T

    Visit a parse tree produced by VerilogParser#input_declaration.

    Visit a parse tree produced by VerilogParser#input_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  160. def visitInput_identifier(ctx: Input_identifierContext): T

    Visit a parse tree produced by VerilogParser#input_identifier.

    Visit a parse tree produced by VerilogParser#input_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  161. def visitInput_port_identifier(ctx: Input_port_identifierContext): T

    Visit a parse tree produced by VerilogParser#input_port_identifier.

    Visit a parse tree produced by VerilogParser#input_port_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  162. def visitInput_terminal(ctx: Input_terminalContext): T

    Visit a parse tree produced by VerilogParser#input_terminal.

    Visit a parse tree produced by VerilogParser#input_terminal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  163. def visitInst_clause(ctx: Inst_clauseContext): T

    Visit a parse tree produced by VerilogParser#inst_clause.

    Visit a parse tree produced by VerilogParser#inst_clause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  164. def visitInst_name(ctx: Inst_nameContext): T

    Visit a parse tree produced by VerilogParser#inst_name.

    Visit a parse tree produced by VerilogParser#inst_name.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  165. def visitInstance_identifier(ctx: Instance_identifierContext): T

    Visit a parse tree produced by VerilogParser#instance_identifier.

    Visit a parse tree produced by VerilogParser#instance_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  166. def visitInteger_declaration(ctx: Integer_declarationContext): T

    Visit a parse tree produced by VerilogParser#integer_declaration.

    Visit a parse tree produced by VerilogParser#integer_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  167. def visitLiblist_clause(ctx: Liblist_clauseContext): T

    Visit a parse tree produced by VerilogParser#liblist_clause.

    Visit a parse tree produced by VerilogParser#liblist_clause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  168. def visitLibrary_identifier(ctx: Library_identifierContext): T

    Visit a parse tree produced by VerilogParser#library_identifier.

    Visit a parse tree produced by VerilogParser#library_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  169. def visitLimit_value(ctx: Limit_valueContext): T

    Visit a parse tree produced by VerilogParser#limit_value.

    Visit a parse tree produced by VerilogParser#limit_value.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  170. def visitList_of_block_variable_identifiers(ctx: List_of_block_variable_identifiersContext): T

    Visit a parse tree produced by VerilogParser#list_of_block_variable_identifiers.

    Visit a parse tree produced by VerilogParser#list_of_block_variable_identifiers.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  171. def visitList_of_event_identifiers(ctx: List_of_event_identifiersContext): T

    Visit a parse tree produced by VerilogParser#list_of_event_identifiers.

    Visit a parse tree produced by VerilogParser#list_of_event_identifiers.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  172. def visitList_of_genvar_identifiers(ctx: List_of_genvar_identifiersContext): T

    Visit a parse tree produced by VerilogParser#list_of_genvar_identifiers.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  173. def visitList_of_net_assignments(ctx: List_of_net_assignmentsContext): T

    Visit a parse tree produced by VerilogParser#list_of_net_assignments.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  174. def visitList_of_net_decl_assignments(ctx: List_of_net_decl_assignmentsContext): T

    Visit a parse tree produced by VerilogParser#list_of_net_decl_assignments.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  175. def visitList_of_net_identifiers(ctx: List_of_net_identifiersContext): T

    Visit a parse tree produced by VerilogParser#list_of_net_identifiers.

    Visit a parse tree produced by VerilogParser#list_of_net_identifiers.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  176. def visitList_of_param_assignments(ctx: List_of_param_assignmentsContext): T

    Visit a parse tree produced by VerilogParser#list_of_param_assignments.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  177. def visitList_of_parameter_assignments(ctx: List_of_parameter_assignmentsContext): T

    Visit a parse tree produced by VerilogParser#list_of_parameter_assignments.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  178. def visitList_of_path_delay_expressions(ctx: List_of_path_delay_expressionsContext): T

    Visit a parse tree produced by VerilogParser#list_of_path_delay_expressions.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  179. def visitList_of_path_inputs(ctx: List_of_path_inputsContext): T

    Visit a parse tree produced by VerilogParser#list_of_path_inputs.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  180. def visitList_of_path_outputs(ctx: List_of_path_outputsContext): T

    Visit a parse tree produced by VerilogParser#list_of_path_outputs.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  181. def visitList_of_port_connections(ctx: List_of_port_connectionsContext): T

    Visit a parse tree produced by VerilogParser#list_of_port_connections.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  182. def visitList_of_port_declarations(ctx: List_of_port_declarationsContext): T

    Visit a parse tree produced by VerilogParser#list_of_port_declarations.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  183. def visitList_of_port_identifiers(ctx: List_of_port_identifiersContext): T

    Visit a parse tree produced by VerilogParser#list_of_port_identifiers.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  184. def visitList_of_ports(ctx: List_of_portsContext): T

    Visit a parse tree produced by VerilogParser#list_of_ports.

    Visit a parse tree produced by VerilogParser#list_of_ports.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  185. def visitList_of_real_identifiers(ctx: List_of_real_identifiersContext): T

    Visit a parse tree produced by VerilogParser#list_of_real_identifiers.

    Visit a parse tree produced by VerilogParser#list_of_real_identifiers.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  186. def visitList_of_specparam_assignments(ctx: List_of_specparam_assignmentsContext): T

    Visit a parse tree produced by VerilogParser#list_of_specparam_assignments.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  187. def visitList_of_variable_identifiers(ctx: List_of_variable_identifiersContext): T

    Visit a parse tree produced by VerilogParser#list_of_variable_identifiers.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  188. def visitList_of_variable_port_identifiers(ctx: List_of_variable_port_identifiersContext): T

    Visit a parse tree produced by VerilogParser#list_of_variable_port_identifiers.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  189. def visitLocal_parameter_declaration(ctx: Local_parameter_declarationContext): T

    Visit a parse tree produced by VerilogParser#local_parameter_declaration.

    Visit a parse tree produced by VerilogParser#local_parameter_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  190. def visitLoop_statement(ctx: Loop_statementContext): T

    Visit a parse tree produced by VerilogParser#loop_statement.

    Visit a parse tree produced by VerilogParser#loop_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  191. def visitLsb_constant_expression(ctx: Lsb_constant_expressionContext): T

    Visit a parse tree produced by VerilogParser#lsb_constant_expression.

    Visit a parse tree produced by VerilogParser#lsb_constant_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  192. def visitMemory_identifier(ctx: Memory_identifierContext): T

    Visit a parse tree produced by VerilogParser#memory_identifier.

    Visit a parse tree produced by VerilogParser#memory_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  193. def visitMintypmax_expression(ctx: Mintypmax_expressionContext): T

    Visit a parse tree produced by VerilogParser#mintypmax_expression.

    Visit a parse tree produced by VerilogParser#mintypmax_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  194. def visitModule_declaration(ctx: Module_declarationContext): T

    Visit a parse tree produced by VerilogParser#module_declaration.

    Visit a parse tree produced by VerilogParser#module_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  195. def visitModule_head(ctx: Module_headContext): T

    Visit a parse tree produced by VerilogParser#module_head.

    Visit a parse tree produced by VerilogParser#module_head.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  196. def visitModule_identifier(ctx: Module_identifierContext): T

    Visit a parse tree produced by VerilogParser#module_identifier.

    Visit a parse tree produced by VerilogParser#module_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  197. def visitModule_instance(ctx: Module_instanceContext): T

    Visit a parse tree produced by VerilogParser#module_instance.

    Visit a parse tree produced by VerilogParser#module_instance.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  198. def visitModule_instance_identifier(ctx: Module_instance_identifierContext): T

    Visit a parse tree produced by VerilogParser#module_instance_identifier.

    Visit a parse tree produced by VerilogParser#module_instance_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  199. def visitModule_instantiation(ctx: Module_instantiationContext): T

    Visit a parse tree produced by VerilogParser#module_instantiation.

    Visit a parse tree produced by VerilogParser#module_instantiation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  200. def visitModule_item(ctx: Module_itemContext): T

    Visit a parse tree produced by VerilogParser#module_item.

    Visit a parse tree produced by VerilogParser#module_item.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  201. def visitModule_keyword(ctx: Module_keywordContext): T

    Visit a parse tree produced by VerilogParser#module_keyword.

    Visit a parse tree produced by VerilogParser#module_keyword.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  202. def visitModule_or_generate_item(ctx: Module_or_generate_itemContext): T

    Visit a parse tree produced by VerilogParser#module_or_generate_item.

    Visit a parse tree produced by VerilogParser#module_or_generate_item.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  203. def visitModule_or_generate_item_declaration(ctx: Module_or_generate_item_declarationContext): T

    Visit a parse tree produced by VerilogParser#module_or_generate_item_declaration.

    Visit a parse tree produced by VerilogParser#module_or_generate_item_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  204. def visitModule_parameter_port_list(ctx: Module_parameter_port_listContext): T

    Visit a parse tree produced by VerilogParser#module_parameter_port_list.

    Visit a parse tree produced by VerilogParser#module_parameter_port_list.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  205. def visitModule_path_concatenation(ctx: Module_path_concatenationContext): T

    Visit a parse tree produced by VerilogParser#module_path_concatenation.

    Visit a parse tree produced by VerilogParser#module_path_concatenation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  206. def visitModule_path_conditional_expression(ctx: Module_path_conditional_expressionContext): T

    Visit a parse tree produced by VerilogParser#module_path_conditional_expression.

    Visit a parse tree produced by VerilogParser#module_path_conditional_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  207. def visitModule_path_expression(ctx: Module_path_expressionContext): T

    Visit a parse tree produced by VerilogParser#module_path_expression.

    Visit a parse tree produced by VerilogParser#module_path_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  208. def visitModule_path_mintypmax_expression(ctx: Module_path_mintypmax_expressionContext): T

    Visit a parse tree produced by VerilogParser#module_path_mintypmax_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  209. def visitModule_path_multiple_concatenation(ctx: Module_path_multiple_concatenationContext): T

    Visit a parse tree produced by VerilogParser#module_path_multiple_concatenation.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  210. def visitModule_path_primary(ctx: Module_path_primaryContext): T

    Visit a parse tree produced by VerilogParser#module_path_primary.

    Visit a parse tree produced by VerilogParser#module_path_primary.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  211. def visitMos_switch_instance(ctx: Mos_switch_instanceContext): T

    Visit a parse tree produced by VerilogParser#mos_switch_instance.

    Visit a parse tree produced by VerilogParser#mos_switch_instance.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  212. def visitMos_switchtype(ctx: Mos_switchtypeContext): T

    Visit a parse tree produced by VerilogParser#mos_switchtype.

    Visit a parse tree produced by VerilogParser#mos_switchtype.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  213. def visitMsb_constant_expression(ctx: Msb_constant_expressionContext): T

    Visit a parse tree produced by VerilogParser#msb_constant_expression.

    Visit a parse tree produced by VerilogParser#msb_constant_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  214. def visitMultiple_concatenation(ctx: Multiple_concatenationContext): T

    Visit a parse tree produced by VerilogParser#multiple_concatenation.

    Visit a parse tree produced by VerilogParser#multiple_concatenation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  215. def visitN_input_gate_instance(ctx: N_input_gate_instanceContext): T

    Visit a parse tree produced by VerilogParser#n_input_gate_instance.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  216. def visitN_input_gatetype(ctx: N_input_gatetypeContext): T

    Visit a parse tree produced by VerilogParser#n_input_gatetype.

    Visit a parse tree produced by VerilogParser#n_input_gatetype.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  217. def visitN_output_gate_instance(ctx: N_output_gate_instanceContext): T

    Visit a parse tree produced by VerilogParser#n_output_gate_instance.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  218. def visitN_output_gatetype(ctx: N_output_gatetypeContext): T

    Visit a parse tree produced by VerilogParser#n_output_gatetype.

    Visit a parse tree produced by VerilogParser#n_output_gatetype.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  219. def visitName_of_gate_instance(ctx: Name_of_gate_instanceContext): T

    Visit a parse tree produced by VerilogParser#name_of_gate_instance.

    Visit a parse tree produced by VerilogParser#name_of_gate_instance.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  220. def visitName_of_instance(ctx: Name_of_instanceContext): T

    Visit a parse tree produced by VerilogParser#name_of_instance.

    Visit a parse tree produced by VerilogParser#name_of_instance.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  221. def visitNamed_parameter_assignment(ctx: Named_parameter_assignmentContext): T

    Visit a parse tree produced by VerilogParser#named_parameter_assignment.

    Visit a parse tree produced by VerilogParser#named_parameter_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  222. def visitNamed_port_connection(ctx: Named_port_connectionContext): T

    Visit a parse tree produced by VerilogParser#named_port_connection.

    Visit a parse tree produced by VerilogParser#named_port_connection.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  223. def visitNcontrol_terminal(ctx: Ncontrol_terminalContext): T

    Visit a parse tree produced by VerilogParser#ncontrol_terminal.

    Visit a parse tree produced by VerilogParser#ncontrol_terminal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  224. def visitNet_assignment(ctx: Net_assignmentContext): T

    Visit a parse tree produced by VerilogParser#net_assignment.

    Visit a parse tree produced by VerilogParser#net_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  225. def visitNet_concatenation(ctx: Net_concatenationContext): T

    Visit a parse tree produced by VerilogParser#net_concatenation.

    Visit a parse tree produced by VerilogParser#net_concatenation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  226. def visitNet_concatenation_value(ctx: Net_concatenation_valueContext): T

    Visit a parse tree produced by VerilogParser#net_concatenation_value.

    Visit a parse tree produced by VerilogParser#net_concatenation_value.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  227. def visitNet_decl_assignment(ctx: Net_decl_assignmentContext): T

    Visit a parse tree produced by VerilogParser#net_decl_assignment.

    Visit a parse tree produced by VerilogParser#net_decl_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  228. def visitNet_declaration(ctx: Net_declarationContext): T

    Visit a parse tree produced by VerilogParser#net_declaration.

    Visit a parse tree produced by VerilogParser#net_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  229. def visitNet_identifier(ctx: Net_identifierContext): T

    Visit a parse tree produced by VerilogParser#net_identifier.

    Visit a parse tree produced by VerilogParser#net_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  230. def visitNet_lvalue(ctx: Net_lvalueContext): T

    Visit a parse tree produced by VerilogParser#net_lvalue.

    Visit a parse tree produced by VerilogParser#net_lvalue.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  231. def visitNet_type(ctx: Net_typeContext): T

    Visit a parse tree produced by VerilogParser#net_type.

    Visit a parse tree produced by VerilogParser#net_type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  232. def visitNonblocking_assignment(ctx: Nonblocking_assignmentContext): T

    Visit a parse tree produced by VerilogParser#nonblocking_assignment.

    Visit a parse tree produced by VerilogParser#nonblocking_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  233. def visitNotify_reg(ctx: Notify_regContext): T

    Visit a parse tree produced by VerilogParser#notify_reg.

    Visit a parse tree produced by VerilogParser#notify_reg.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  234. def visitNumber(ctx: NumberContext): T

    Visit a parse tree produced by VerilogParser#number.

    Visit a parse tree produced by VerilogParser#number.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  235. def visitOrdered_parameter_assignment(ctx: Ordered_parameter_assignmentContext): T

    Visit a parse tree produced by VerilogParser#ordered_parameter_assignment.

    Visit a parse tree produced by VerilogParser#ordered_parameter_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  236. def visitOrdered_port_connection(ctx: Ordered_port_connectionContext): T

    Visit a parse tree produced by VerilogParser#ordered_port_connection.

    Visit a parse tree produced by VerilogParser#ordered_port_connection.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  237. def visitOutput_declaration(ctx: Output_declarationContext): T

    Visit a parse tree produced by VerilogParser#output_declaration.

    Visit a parse tree produced by VerilogParser#output_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  238. def visitOutput_identifier(ctx: Output_identifierContext): T

    Visit a parse tree produced by VerilogParser#output_identifier.

    Visit a parse tree produced by VerilogParser#output_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  239. def visitOutput_port_identifier(ctx: Output_port_identifierContext): T

    Visit a parse tree produced by VerilogParser#output_port_identifier.

    Visit a parse tree produced by VerilogParser#output_port_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  240. def visitOutput_terminal(ctx: Output_terminalContext): T

    Visit a parse tree produced by VerilogParser#output_terminal.

    Visit a parse tree produced by VerilogParser#output_terminal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  241. def visitOutput_variable_type(ctx: Output_variable_typeContext): T

    Visit a parse tree produced by VerilogParser#output_variable_type.

    Visit a parse tree produced by VerilogParser#output_variable_type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  242. def visitPar_block(ctx: Par_blockContext): T

    Visit a parse tree produced by VerilogParser#par_block.

    Visit a parse tree produced by VerilogParser#par_block.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  243. def visitParallel_edge_sensitive_path_description(ctx: Parallel_edge_sensitive_path_descriptionContext): T

    Visit a parse tree produced by VerilogParser#parallel_edge_sensitive_path_description.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  244. def visitParallel_path_description(ctx: Parallel_path_descriptionContext): T

    Visit a parse tree produced by VerilogParser#parallel_path_description.

    Visit a parse tree produced by VerilogParser#parallel_path_description.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  245. def visitParam_assignment(ctx: Param_assignmentContext): T

    Visit a parse tree produced by VerilogParser#param_assignment.

    Visit a parse tree produced by VerilogParser#param_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  246. def visitParameter_declaration(ctx: Parameter_declarationContext): T

    Visit a parse tree produced by VerilogParser#parameter_declaration.

    Visit a parse tree produced by VerilogParser#parameter_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  247. def visitParameter_declaration_(ctx: Parameter_declaration_Context): T

    Visit a parse tree produced by VerilogParser#parameter_declaration_.

    Visit a parse tree produced by VerilogParser#parameter_declaration_.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  248. def visitParameter_identifier(ctx: Parameter_identifierContext): T

    Visit a parse tree produced by VerilogParser#parameter_identifier.

    Visit a parse tree produced by VerilogParser#parameter_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  249. def visitParameter_override(ctx: Parameter_overrideContext): T

    Visit a parse tree produced by VerilogParser#parameter_override.

    Visit a parse tree produced by VerilogParser#parameter_override.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  250. def visitParameter_value_assignment(ctx: Parameter_value_assignmentContext): T

    Visit a parse tree produced by VerilogParser#parameter_value_assignment.

    Visit a parse tree produced by VerilogParser#parameter_value_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  251. def visitPass_en_switchtype(ctx: Pass_en_switchtypeContext): T

    Visit a parse tree produced by VerilogParser#pass_en_switchtype.

    Visit a parse tree produced by VerilogParser#pass_en_switchtype.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  252. def visitPass_enable_switch_instance(ctx: Pass_enable_switch_instanceContext): T

    Visit a parse tree produced by VerilogParser#pass_enable_switch_instance.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  253. def visitPass_switch_instance(ctx: Pass_switch_instanceContext): T

    Visit a parse tree produced by VerilogParser#pass_switch_instance.

    Visit a parse tree produced by VerilogParser#pass_switch_instance.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  254. def visitPass_switchtype(ctx: Pass_switchtypeContext): T

    Visit a parse tree produced by VerilogParser#pass_switchtype.

    Visit a parse tree produced by VerilogParser#pass_switchtype.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  255. def visitPath_declaration(ctx: Path_declarationContext): T

    Visit a parse tree produced by VerilogParser#path_declaration.

    Visit a parse tree produced by VerilogParser#path_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  256. def visitPath_delay_expression(ctx: Path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#path_delay_expression.

    Visit a parse tree produced by VerilogParser#path_delay_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  257. def visitPath_delay_value(ctx: Path_delay_valueContext): T

    Visit a parse tree produced by VerilogParser#path_delay_value.

    Visit a parse tree produced by VerilogParser#path_delay_value.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  258. def visitPcontrol_terminal(ctx: Pcontrol_terminalContext): T

    Visit a parse tree produced by VerilogParser#pcontrol_terminal.

    Visit a parse tree produced by VerilogParser#pcontrol_terminal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  259. def visitPolarity_operator(ctx: Polarity_operatorContext): T

    Visit a parse tree produced by VerilogParser#polarity_operator.

    Visit a parse tree produced by VerilogParser#polarity_operator.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  260. def visitPort(ctx: PortContext): T

    Visit a parse tree produced by VerilogParser#port.

    Visit a parse tree produced by VerilogParser#port.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  261. def visitPort_declaration(ctx: Port_declarationContext): T

    Visit a parse tree produced by VerilogParser#port_declaration.

    Visit a parse tree produced by VerilogParser#port_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  262. def visitPort_expression(ctx: Port_expressionContext): T

    Visit a parse tree produced by VerilogParser#port_expression.

    Visit a parse tree produced by VerilogParser#port_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  263. def visitPort_identifier(ctx: Port_identifierContext): T

    Visit a parse tree produced by VerilogParser#port_identifier.

    Visit a parse tree produced by VerilogParser#port_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  264. def visitPort_reference(ctx: Port_referenceContext): T

    Visit a parse tree produced by VerilogParser#port_reference.

    Visit a parse tree produced by VerilogParser#port_reference.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  265. def visitPrimary(ctx: PrimaryContext): T

    Visit a parse tree produced by VerilogParser#primary.

    Visit a parse tree produced by VerilogParser#primary.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  266. def visitProcedural_continuous_assignments(ctx: Procedural_continuous_assignmentsContext): T

    Visit a parse tree produced by VerilogParser#procedural_continuous_assignments.

    Visit a parse tree produced by VerilogParser#procedural_continuous_assignments.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  267. def visitProcedural_timing_control_statement(ctx: Procedural_timing_control_statementContext): T

    Visit a parse tree produced by VerilogParser#procedural_timing_control_statement.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  268. def visitPull_gate_instance(ctx: Pull_gate_instanceContext): T

    Visit a parse tree produced by VerilogParser#pull_gate_instance.

    Visit a parse tree produced by VerilogParser#pull_gate_instance.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  269. def visitPulldown_strength(ctx: Pulldown_strengthContext): T

    Visit a parse tree produced by VerilogParser#pulldown_strength.

    Visit a parse tree produced by VerilogParser#pulldown_strength.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  270. def visitPullup_strength(ctx: Pullup_strengthContext): T

    Visit a parse tree produced by VerilogParser#pullup_strength.

    Visit a parse tree produced by VerilogParser#pullup_strength.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  271. def visitPulse_control_specparam(ctx: Pulse_control_specparamContext): T

    Visit a parse tree produced by VerilogParser#pulse_control_specparam.

    Visit a parse tree produced by VerilogParser#pulse_control_specparam.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  272. def visitPulsestyle_declaration(ctx: Pulsestyle_declarationContext): T

    Visit a parse tree produced by VerilogParser#pulsestyle_declaration.

    Visit a parse tree produced by VerilogParser#pulsestyle_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  273. def visitRange_(ctx: Range_Context): T

    Visit a parse tree produced by VerilogParser#range_.

    Visit a parse tree produced by VerilogParser#range_.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  274. def visitRange_expression(ctx: Range_expressionContext): T

    Visit a parse tree produced by VerilogParser#range_expression.

    Visit a parse tree produced by VerilogParser#range_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  275. def visitRange_or_type(ctx: Range_or_typeContext): T

    Visit a parse tree produced by VerilogParser#range_or_type.

    Visit a parse tree produced by VerilogParser#range_or_type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  276. def visitReal_declaration(ctx: Real_declarationContext): T

    Visit a parse tree produced by VerilogParser#real_declaration.

    Visit a parse tree produced by VerilogParser#real_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  277. def visitReal_identifier(ctx: Real_identifierContext): T

    Visit a parse tree produced by VerilogParser#real_identifier.

    Visit a parse tree produced by VerilogParser#real_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  278. def visitReal_type(ctx: Real_typeContext): T

    Visit a parse tree produced by VerilogParser#real_type.

    Visit a parse tree produced by VerilogParser#real_type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  279. def visitRealtime_declaration(ctx: Realtime_declarationContext): T

    Visit a parse tree produced by VerilogParser#realtime_declaration.

    Visit a parse tree produced by VerilogParser#realtime_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  280. def visitReg_declaration(ctx: Reg_declarationContext): T

    Visit a parse tree produced by VerilogParser#reg_declaration.

    Visit a parse tree produced by VerilogParser#reg_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  281. def visitReject_limit_value(ctx: Reject_limit_valueContext): T

    Visit a parse tree produced by VerilogParser#reject_limit_value.

    Visit a parse tree produced by VerilogParser#reject_limit_value.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  282. def visitRemain_active_flag(ctx: Remain_active_flagContext): T

    Visit a parse tree produced by VerilogParser#remain_active_flag.

    Visit a parse tree produced by VerilogParser#remain_active_flag.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  283. def visitSeq_block(ctx: Seq_blockContext): T

    Visit a parse tree produced by VerilogParser#seq_block.

    Visit a parse tree produced by VerilogParser#seq_block.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  284. def visitShowcancelled_declaration(ctx: Showcancelled_declarationContext): T

    Visit a parse tree produced by VerilogParser#showcancelled_declaration.

    Visit a parse tree produced by VerilogParser#showcancelled_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  285. def visitSimple_arrayed_identifier(ctx: Simple_arrayed_identifierContext): T

    Visit a parse tree produced by VerilogParser#simple_arrayed_identifier.

    Visit a parse tree produced by VerilogParser#simple_arrayed_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  286. def visitSimple_hierarchical_branch(ctx: Simple_hierarchical_branchContext): T

    Visit a parse tree produced by VerilogParser#simple_hierarchical_branch.

    Visit a parse tree produced by VerilogParser#simple_hierarchical_branch.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  287. def visitSimple_hierarchical_identifier(ctx: Simple_hierarchical_identifierContext): T

    Visit a parse tree produced by VerilogParser#simple_hierarchical_identifier.

    Visit a parse tree produced by VerilogParser#simple_hierarchical_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  288. def visitSimple_path_declaration(ctx: Simple_path_declarationContext): T

    Visit a parse tree produced by VerilogParser#simple_path_declaration.

    Visit a parse tree produced by VerilogParser#simple_path_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  289. def visitSource_text(ctx: Source_textContext): T

    Visit a parse tree produced by VerilogParser#source_text.

    Visit a parse tree produced by VerilogParser#source_text.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  290. def visitSpecify_block(ctx: Specify_blockContext): T

    Visit a parse tree produced by VerilogParser#specify_block.

    Visit a parse tree produced by VerilogParser#specify_block.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  291. def visitSpecify_input_terminal_descriptor(ctx: Specify_input_terminal_descriptorContext): T

    Visit a parse tree produced by VerilogParser#specify_input_terminal_descriptor.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  292. def visitSpecify_item(ctx: Specify_itemContext): T

    Visit a parse tree produced by VerilogParser#specify_item.

    Visit a parse tree produced by VerilogParser#specify_item.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  293. def visitSpecify_output_terminal_descriptor(ctx: Specify_output_terminal_descriptorContext): T

    Visit a parse tree produced by VerilogParser#specify_output_terminal_descriptor.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  294. def visitSpecparam_assignment(ctx: Specparam_assignmentContext): T

    Visit a parse tree produced by VerilogParser#specparam_assignment.

    Visit a parse tree produced by VerilogParser#specparam_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  295. def visitSpecparam_declaration(ctx: Specparam_declarationContext): T

    Visit a parse tree produced by VerilogParser#specparam_declaration.

    Visit a parse tree produced by VerilogParser#specparam_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  296. def visitSpecparam_identifier(ctx: Specparam_identifierContext): T

    Visit a parse tree produced by VerilogParser#specparam_identifier.

    Visit a parse tree produced by VerilogParser#specparam_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  297. def visitStamptime_condition(ctx: Stamptime_conditionContext): T

    Visit a parse tree produced by VerilogParser#stamptime_condition.

    Visit a parse tree produced by VerilogParser#stamptime_condition.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  298. def visitStart_edge_offset(ctx: Start_edge_offsetContext): T

    Visit a parse tree produced by VerilogParser#start_edge_offset.

    Visit a parse tree produced by VerilogParser#start_edge_offset.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  299. def visitState_dependent_path_declaration(ctx: State_dependent_path_declarationContext): T

    Visit a parse tree produced by VerilogParser#state_dependent_path_declaration.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  300. def visitStatement(ctx: StatementContext): T

    Visit a parse tree produced by VerilogParser#statement.

    Visit a parse tree produced by VerilogParser#statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  301. def visitStatement_or_null(ctx: Statement_or_nullContext): T

    Visit a parse tree produced by VerilogParser#statement_or_null.

    Visit a parse tree produced by VerilogParser#statement_or_null.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  302. def visitStrength0(ctx: Strength0Context): T

    Visit a parse tree produced by VerilogParser#strength0.

    Visit a parse tree produced by VerilogParser#strength0.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  303. def visitStrength1(ctx: Strength1Context): T

    Visit a parse tree produced by VerilogParser#strength1.

    Visit a parse tree produced by VerilogParser#strength1.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  304. def visitSystem_function_call(ctx: System_function_callContext): T

    Visit a parse tree produced by VerilogParser#system_function_call.

    Visit a parse tree produced by VerilogParser#system_function_call.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  305. def visitSystem_function_identifier(ctx: System_function_identifierContext): T

    Visit a parse tree produced by VerilogParser#system_function_identifier.

    Visit a parse tree produced by VerilogParser#system_function_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  306. def visitSystem_task_enable(ctx: System_task_enableContext): T

    Visit a parse tree produced by VerilogParser#system_task_enable.

    Visit a parse tree produced by VerilogParser#system_task_enable.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  307. def visitSystem_task_identifier(ctx: System_task_identifierContext): T

    Visit a parse tree produced by VerilogParser#system_task_identifier.

    Visit a parse tree produced by VerilogParser#system_task_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  308. def visitT01_path_delay_expression(ctx: T01_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#t01_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  309. def visitT0x_path_delay_expression(ctx: T0x_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#t0x_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  310. def visitT0z_path_delay_expression(ctx: T0z_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#t0z_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  311. def visitT10_path_delay_expression(ctx: T10_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#t10_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  312. def visitT1x_path_delay_expression(ctx: T1x_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#t1x_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  313. def visitT1z_path_delay_expression(ctx: T1z_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#t1z_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  314. def visitT_path_delay_expression(ctx: T_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#t_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  315. def visitTask_declaration(ctx: Task_declarationContext): T

    Visit a parse tree produced by VerilogParser#task_declaration.

    Visit a parse tree produced by VerilogParser#task_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  316. def visitTask_enable(ctx: Task_enableContext): T

    Visit a parse tree produced by VerilogParser#task_enable.

    Visit a parse tree produced by VerilogParser#task_enable.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  317. def visitTask_identifier(ctx: Task_identifierContext): T

    Visit a parse tree produced by VerilogParser#task_identifier.

    Visit a parse tree produced by VerilogParser#task_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  318. def visitTask_item_declaration(ctx: Task_item_declarationContext): T

    Visit a parse tree produced by VerilogParser#task_item_declaration.

    Visit a parse tree produced by VerilogParser#task_item_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  319. def visitTask_port_item(ctx: Task_port_itemContext): T

    Visit a parse tree produced by VerilogParser#task_port_item.

    Visit a parse tree produced by VerilogParser#task_port_item.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  320. def visitTask_port_list(ctx: Task_port_listContext): T

    Visit a parse tree produced by VerilogParser#task_port_list.

    Visit a parse tree produced by VerilogParser#task_port_list.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  321. def visitTask_port_type(ctx: Task_port_typeContext): T

    Visit a parse tree produced by VerilogParser#task_port_type.

    Visit a parse tree produced by VerilogParser#task_port_type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  322. def visitTerm(ctx: TermContext): T

    Visit a parse tree produced by VerilogParser#term.

    Visit a parse tree produced by VerilogParser#term.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  323. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  324. def visitTerminal_identifier(ctx: Terminal_identifierContext): T

    Visit a parse tree produced by VerilogParser#terminal_identifier.

    Visit a parse tree produced by VerilogParser#terminal_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  325. def visitText_macro_identifier(ctx: Text_macro_identifierContext): T

    Visit a parse tree produced by VerilogParser#text_macro_identifier.

    Visit a parse tree produced by VerilogParser#text_macro_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  326. def visitTf_decl_header(ctx: Tf_decl_headerContext): T

    Visit a parse tree produced by VerilogParser#tf_decl_header.

    Visit a parse tree produced by VerilogParser#tf_decl_header.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  327. def visitTf_declaration(ctx: Tf_declarationContext): T

    Visit a parse tree produced by VerilogParser#tf_declaration.

    Visit a parse tree produced by VerilogParser#tf_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  328. def visitTfall_path_delay_expression(ctx: Tfall_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#tfall_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  329. def visitThreshold(ctx: ThresholdContext): T

    Visit a parse tree produced by VerilogParser#threshold.

    Visit a parse tree produced by VerilogParser#threshold.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  330. def visitTime_declaration(ctx: Time_declarationContext): T

    Visit a parse tree produced by VerilogParser#time_declaration.

    Visit a parse tree produced by VerilogParser#time_declaration.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  331. def visitTimescale_directive(ctx: Timescale_directiveContext): T

    Visit a parse tree produced by VerilogParser#timescale_directive.

    Visit a parse tree produced by VerilogParser#timescale_directive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  332. def visitTiming_check_limit(ctx: Timing_check_limitContext): T

    Visit a parse tree produced by VerilogParser#timing_check_limit.

    Visit a parse tree produced by VerilogParser#timing_check_limit.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  333. def visitTopmodule_identifier(ctx: Topmodule_identifierContext): T

    Visit a parse tree produced by VerilogParser#topmodule_identifier.

    Visit a parse tree produced by VerilogParser#topmodule_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  334. def visitTrise_path_delay_expression(ctx: Trise_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#trise_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  335. def visitTx0_path_delay_expression(ctx: Tx0_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#tx0_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  336. def visitTx1_path_delay_expression(ctx: Tx1_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#tx1_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  337. def visitTxz_path_delay_expression(ctx: Txz_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#txz_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  338. def visitTz0_path_delay_expression(ctx: Tz0_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#tz0_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  339. def visitTz1_path_delay_expression(ctx: Tz1_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#tz1_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  340. def visitTz_path_delay_expression(ctx: Tz_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#tz_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  341. def visitTzx_path_delay_expression(ctx: Tzx_path_delay_expressionContext): T

    Visit a parse tree produced by VerilogParser#tzx_path_delay_expression.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  342. def visitUdp_identifier(ctx: Udp_identifierContext): T

    Visit a parse tree produced by VerilogParser#udp_identifier.

    Visit a parse tree produced by VerilogParser#udp_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  343. def visitUdp_instance_identifier(ctx: Udp_instance_identifierContext): T

    Visit a parse tree produced by VerilogParser#udp_instance_identifier.

    Visit a parse tree produced by VerilogParser#udp_instance_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  344. def visitUnary_module_path_operator(ctx: Unary_module_path_operatorContext): T

    Visit a parse tree produced by VerilogParser#unary_module_path_operator.

    Visit a parse tree produced by VerilogParser#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
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  345. def visitUnary_operator(ctx: Unary_operatorContext): T

    Visit a parse tree produced by VerilogParser#unary_operator.

    Visit a parse tree produced by VerilogParser#unary_operator.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  346. def visitUndef_directive(ctx: Undef_directiveContext): T

    Visit a parse tree produced by VerilogParser#undef_directive.

    Visit a parse tree produced by VerilogParser#undef_directive.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  347. def visitUse_clause(ctx: Use_clauseContext): T

    Visit a parse tree produced by VerilogParser#use_clause.

    Visit a parse tree produced by VerilogParser#use_clause.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  348. def visitUsing_defined_flag(ctx: Using_defined_flagContext): T

    Visit a parse tree produced by VerilogParser#using_defined_flag.

    Visit a parse tree produced by VerilogParser#using_defined_flag.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  349. def visitVariable_assignment(ctx: Variable_assignmentContext): T

    Visit a parse tree produced by VerilogParser#variable_assignment.

    Visit a parse tree produced by VerilogParser#variable_assignment.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  350. def visitVariable_concatenation(ctx: Variable_concatenationContext): T

    Visit a parse tree produced by VerilogParser#variable_concatenation.

    Visit a parse tree produced by VerilogParser#variable_concatenation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  351. def visitVariable_concatenation_value(ctx: Variable_concatenation_valueContext): T

    Visit a parse tree produced by VerilogParser#variable_concatenation_value.

    Visit a parse tree produced by VerilogParser#variable_concatenation_value.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  352. def visitVariable_identifier(ctx: Variable_identifierContext): T

    Visit a parse tree produced by VerilogParser#variable_identifier.

    Visit a parse tree produced by VerilogParser#variable_identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  353. def visitVariable_lvalue(ctx: Variable_lvalueContext): T

    Visit a parse tree produced by VerilogParser#variable_lvalue.

    Visit a parse tree produced by VerilogParser#variable_lvalue.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  354. def visitVariable_type(ctx: Variable_typeContext): T

    Visit a parse tree produced by VerilogParser#variable_type.

    Visit a parse tree produced by VerilogParser#variable_type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  355. def visitWait_statement(ctx: Wait_statementContext): T

    Visit a parse tree produced by VerilogParser#wait_statement.

    Visit a parse tree produced by VerilogParser#wait_statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  356. def visitWidth_constant_expression(ctx: Width_constant_expressionContext): T

    Visit a parse tree produced by VerilogParser#width_constant_expression.

    Visit a parse tree produced by VerilogParser#width_constant_expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    VerilogParserBaseVisitorVerilogParserVisitor
    Annotations
    @Override()
  357. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  358. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  359. 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 VerilogParserVisitor[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped