Packages

c

top.scaleda.bluespec.parser

BluespecBaseVisitor

class BluespecBaseVisitor[T] extends AbstractParseTreeVisitor[T] with BluespecVisitor[T]

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

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

Instance Constructors

  1. new BluespecBaseVisitor()

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 visitActionBlock(ctx: ActionBlockContext): T

    Visit a parse tree produced by BluespecParser#actionBlock.

    Visit a parse tree produced by BluespecParser#actionBlock.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  21. def visitActionStmt(ctx: ActionStmtContext): T

    Visit a parse tree produced by BluespecParser#actionStmt.

    Visit a parse tree produced by BluespecParser#actionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  22. def visitActionValueBlock(ctx: ActionValueBlockContext): T

    Visit a parse tree produced by BluespecParser#actionValueBlock.

    Visit a parse tree produced by BluespecParser#actionValueBlock.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  23. def visitActionValueStmt(ctx: ActionValueStmtContext): T

    Visit a parse tree produced by BluespecParser#actionValueStmt.

    Visit a parse tree produced by BluespecParser#actionValueStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  24. def visitAncestorBVIStmt(ctx: AncestorBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#ancestorBVIStmt.

    Visit a parse tree produced by BluespecParser#ancestorBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  25. def visitArrayDims(ctx: ArrayDimsContext): T

    Visit a parse tree produced by BluespecParser#arrayDims.

    Visit a parse tree produced by BluespecParser#arrayDims.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  26. def visitArrayIndexes(ctx: ArrayIndexesContext): T

    Visit a parse tree produced by BluespecParser#arrayIndexes.

    Visit a parse tree produced by BluespecParser#arrayIndexes.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  27. def visitAttrName(ctx: AttrNameContext): T

    Visit a parse tree produced by BluespecParser#attrName.

    Visit a parse tree produced by BluespecParser#attrName.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  28. def visitAttrSpec(ctx: AttrSpecContext): T

    Visit a parse tree produced by BluespecParser#attrSpec.

    Visit a parse tree produced by BluespecParser#attrSpec.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  29. def visitAttributeInstance(ctx: AttributeInstanceContext): T

    Visit a parse tree produced by BluespecParser#attributeInstance.

    Visit a parse tree produced by BluespecParser#attributeInstance.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  30. def visitAttributeInstances(ctx: AttributeInstancesContext): T

    Visit a parse tree produced by BluespecParser#attributeInstances.

    Visit a parse tree produced by BluespecParser#attributeInstances.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  31. def visitBeginEndExpr(ctx: BeginEndExprContext): T

    Visit a parse tree produced by BluespecParser#beginEndExpr.

    Visit a parse tree produced by BluespecParser#beginEndExpr.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  32. def visitBeginEndStmt_actionStmt(ctx: BeginEndStmt_actionStmtContext): T

    Visit a parse tree produced by BluespecParser#beginEndStmt_actionStmt.

    Visit a parse tree produced by BluespecParser#beginEndStmt_actionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  33. def visitBeginEndStmt_actionValueStmt(ctx: BeginEndStmt_actionValueStmtContext): T

    Visit a parse tree produced by BluespecParser#beginEndStmt_actionValueStmt.

    Visit a parse tree produced by BluespecParser#beginEndStmt_actionValueStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  34. def visitBeginEndStmt_expressionStmt(ctx: BeginEndStmt_expressionStmtContext): T

    Visit a parse tree produced by BluespecParser#beginEndStmt_expressionStmt.

    Visit a parse tree produced by BluespecParser#beginEndStmt_expressionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  35. def visitBeginEndStmt_functionBodyStmt(ctx: BeginEndStmt_functionBodyStmtContext): T

    Visit a parse tree produced by BluespecParser#beginEndStmt_functionBodyStmt.

    Visit a parse tree produced by BluespecParser#beginEndStmt_functionBodyStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  36. def visitBeginEndStmt_moduleStmt(ctx: BeginEndStmt_moduleStmtContext): T

    Visit a parse tree produced by BluespecParser#beginEndStmt_moduleStmt.

    Visit a parse tree produced by BluespecParser#beginEndStmt_moduleStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  37. def visitBinop(ctx: BinopContext): T

    Visit a parse tree produced by BluespecParser#binop.

    Visit a parse tree produced by BluespecParser#binop.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  38. def visitBitConcat(ctx: BitConcatContext): T

    Visit a parse tree produced by BluespecParser#bitConcat.

    Visit a parse tree produced by BluespecParser#bitConcat.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  39. def visitCFuncArg(ctx: CFuncArgContext): T

    Visit a parse tree produced by BluespecParser#cFuncArg.

    Visit a parse tree produced by BluespecParser#cFuncArg.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  40. def visitCFuncArgs(ctx: CFuncArgsContext): T

    Visit a parse tree produced by BluespecParser#cFuncArgs.

    Visit a parse tree produced by BluespecParser#cFuncArgs.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  41. def visitCaseExpr(ctx: CaseExprContext): T

    Visit a parse tree produced by BluespecParser#caseExpr.

    Visit a parse tree produced by BluespecParser#caseExpr.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  42. def visitCaseExprItem(ctx: CaseExprItemContext): T

    Visit a parse tree produced by BluespecParser#caseExprItem.

    Visit a parse tree produced by BluespecParser#caseExprItem.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  43. def visitCaseItem_actionStmt(ctx: CaseItem_actionStmtContext): T

    Visit a parse tree produced by BluespecParser#caseItem_actionStmt.

    Visit a parse tree produced by BluespecParser#caseItem_actionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  44. def visitCaseItem_actionValueStmt(ctx: CaseItem_actionValueStmtContext): T

    Visit a parse tree produced by BluespecParser#caseItem_actionValueStmt.

    Visit a parse tree produced by BluespecParser#caseItem_actionValueStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  45. def visitCaseItem_expressionStmt(ctx: CaseItem_expressionStmtContext): T

    Visit a parse tree produced by BluespecParser#caseItem_expressionStmt.

    Visit a parse tree produced by BluespecParser#caseItem_expressionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  46. def visitCaseItem_functionBodyStmt(ctx: CaseItem_functionBodyStmtContext): T

    Visit a parse tree produced by BluespecParser#caseItem_functionBodyStmt.

    Visit a parse tree produced by BluespecParser#caseItem_functionBodyStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  47. def visitCaseItem_moduleStmt(ctx: CaseItem_moduleStmtContext): T

    Visit a parse tree produced by BluespecParser#caseItem_moduleStmt.

    Visit a parse tree produced by BluespecParser#caseItem_moduleStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  48. def visitCasePatItem_actionStmt(ctx: CasePatItem_actionStmtContext): T

    Visit a parse tree produced by BluespecParser#casePatItem_actionStmt.

    Visit a parse tree produced by BluespecParser#casePatItem_actionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  49. def visitCasePatItem_actionValueStmt(ctx: CasePatItem_actionValueStmtContext): T

    Visit a parse tree produced by BluespecParser#casePatItem_actionValueStmt.

    Visit a parse tree produced by BluespecParser#casePatItem_actionValueStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  50. def visitCasePatItem_expressionStmt(ctx: CasePatItem_expressionStmtContext): T

    Visit a parse tree produced by BluespecParser#casePatItem_expressionStmt.

    Visit a parse tree produced by BluespecParser#casePatItem_expressionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  51. def visitCasePatItem_functionBodyStmt(ctx: CasePatItem_functionBodyStmtContext): T

    Visit a parse tree produced by BluespecParser#casePatItem_functionBodyStmt.

    Visit a parse tree produced by BluespecParser#casePatItem_functionBodyStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  52. def visitCasePatItem_moduleStmt(ctx: CasePatItem_moduleStmtContext): T

    Visit a parse tree produced by BluespecParser#casePatItem_moduleStmt.

    Visit a parse tree produced by BluespecParser#casePatItem_moduleStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  53. def visitCase_actionStmt(ctx: Case_actionStmtContext): T

    Visit a parse tree produced by BluespecParser#case_actionStmt.

    Visit a parse tree produced by BluespecParser#case_actionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  54. def visitCase_actionValueStmt(ctx: Case_actionValueStmtContext): T

    Visit a parse tree produced by BluespecParser#case_actionValueStmt.

    Visit a parse tree produced by BluespecParser#case_actionValueStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  55. def visitCase_expressionStmt(ctx: Case_expressionStmtContext): T

    Visit a parse tree produced by BluespecParser#case_expressionStmt.

    Visit a parse tree produced by BluespecParser#case_expressionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  56. def visitCase_functionBodyStmt(ctx: Case_functionBodyStmtContext): T

    Visit a parse tree produced by BluespecParser#case_functionBodyStmt.

    Visit a parse tree produced by BluespecParser#case_functionBodyStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  57. def visitCase_moduleStmt(ctx: Case_moduleStmtContext): T

    Visit a parse tree produced by BluespecParser#case_moduleStmt.

    Visit a parse tree produced by BluespecParser#case_moduleStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  58. def visitChildren(arg0: RuleNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  59. def visitClockId(ctx: ClockIdContext): T

    Visit a parse tree produced by BluespecParser#clockId.

    Visit a parse tree produced by BluespecParser#clockId.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  60. def visitClocked_by_sel(ctx: Clocked_by_selContext): T

    Visit a parse tree produced by BluespecParser#clocked_by_sel.

    Visit a parse tree produced by BluespecParser#clocked_by_sel.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  61. def visitCondExpr(ctx: CondExprContext): T

    Visit a parse tree produced by BluespecParser#condExpr.

    Visit a parse tree produced by BluespecParser#condExpr.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  62. def visitCondPredicate(ctx: CondPredicateContext): T

    Visit a parse tree produced by BluespecParser#condPredicate.

    Visit a parse tree produced by BluespecParser#condPredicate.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  63. def visitConstantPattern(ctx: ConstantPatternContext): T

    Visit a parse tree produced by BluespecParser#constantPattern.

    Visit a parse tree produced by BluespecParser#constantPattern.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  64. def visitDefaultClockBVIStmt(ctx: DefaultClockBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#defaultClockBVIStmt.

    Visit a parse tree produced by BluespecParser#defaultClockBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  65. def visitDefaultItem_actionStmt(ctx: DefaultItem_actionStmtContext): T

    Visit a parse tree produced by BluespecParser#defaultItem_actionStmt.

    Visit a parse tree produced by BluespecParser#defaultItem_actionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  66. def visitDefaultItem_actionValueStmt(ctx: DefaultItem_actionValueStmtContext): T

    Visit a parse tree produced by BluespecParser#defaultItem_actionValueStmt.

    Visit a parse tree produced by BluespecParser#defaultItem_actionValueStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  67. def visitDefaultItem_expressionStmt(ctx: DefaultItem_expressionStmtContext): T

    Visit a parse tree produced by BluespecParser#defaultItem_expressionStmt.

    Visit a parse tree produced by BluespecParser#defaultItem_expressionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  68. def visitDefaultItem_functionBodyStmt(ctx: DefaultItem_functionBodyStmtContext): T

    Visit a parse tree produced by BluespecParser#defaultItem_functionBodyStmt.

    Visit a parse tree produced by BluespecParser#defaultItem_functionBodyStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  69. def visitDefaultItem_moduleStmt(ctx: DefaultItem_moduleStmtContext): T

    Visit a parse tree produced by BluespecParser#defaultItem_moduleStmt.

    Visit a parse tree produced by BluespecParser#defaultItem_moduleStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  70. def visitDefaultResetBVIStmt(ctx: DefaultResetBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#defaultResetBVIStmt.

    Visit a parse tree produced by BluespecParser#defaultResetBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  71. def visitDerives(ctx: DerivesContext): T

    Visit a parse tree produced by BluespecParser#derives.

    Visit a parse tree produced by BluespecParser#derives.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  72. def visitDisplayTaskName(ctx: DisplayTaskNameContext): T

    Visit a parse tree produced by BluespecParser#displayTaskName.

    Visit a parse tree produced by BluespecParser#displayTaskName.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  73. def visitEnabled_sel(ctx: Enabled_selContext): T

    Visit a parse tree produced by BluespecParser#enabled_sel.

    Visit a parse tree produced by BluespecParser#enabled_sel.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  74. def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  75. def visitExportDecl(ctx: ExportDeclContext): T

    Visit a parse tree produced by BluespecParser#exportDecl.

    Visit a parse tree produced by BluespecParser#exportDecl.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  76. def visitExportItem(ctx: ExportItemContext): T

    Visit a parse tree produced by BluespecParser#exportItem.

    Visit a parse tree produced by BluespecParser#exportItem.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  77. def visitExprFsmStmt(ctx: ExprFsmStmtContext): T

    Visit a parse tree produced by BluespecParser#exprFsmStmt.

    Visit a parse tree produced by BluespecParser#exprFsmStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  78. def visitExprOrCondPattern(ctx: ExprOrCondPatternContext): T

    Visit a parse tree produced by BluespecParser#exprOrCondPattern.

    Visit a parse tree produced by BluespecParser#exprOrCondPattern.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  79. def visitExprPrimary(ctx: ExprPrimaryContext): T

    Visit a parse tree produced by BluespecParser#exprPrimary.

    Visit a parse tree produced by BluespecParser#exprPrimary.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  80. def visitExpression(ctx: ExpressionContext): T

    Visit a parse tree produced by BluespecParser#expression.

    Visit a parse tree produced by BluespecParser#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  81. def visitExpressionStmt(ctx: ExpressionStmtContext): T

    Visit a parse tree produced by BluespecParser#expressionStmt.

    Visit a parse tree produced by BluespecParser#expressionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  82. def visitExternCImport(ctx: ExternCImportContext): T

    Visit a parse tree produced by BluespecParser#externCImport.

    Visit a parse tree produced by BluespecParser#externCImport.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  83. def visitExternModuleImport(ctx: ExternModuleImportContext): T

    Visit a parse tree produced by BluespecParser#externModuleImport.

    Visit a parse tree produced by BluespecParser#externModuleImport.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  84. def visitForFsmStmt(ctx: ForFsmStmtContext): T

    Visit a parse tree produced by BluespecParser#forFsmStmt.

    Visit a parse tree produced by BluespecParser#forFsmStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  85. def visitForIncr(ctx: ForIncrContext): T

    Visit a parse tree produced by BluespecParser#forIncr.

    Visit a parse tree produced by BluespecParser#forIncr.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  86. def visitForInit(ctx: ForInitContext): T

    Visit a parse tree produced by BluespecParser#forInit.

    Visit a parse tree produced by BluespecParser#forInit.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  87. def visitForNewInit(ctx: ForNewInitContext): T

    Visit a parse tree produced by BluespecParser#forNewInit.

    Visit a parse tree produced by BluespecParser#forNewInit.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  88. def visitForOldInit(ctx: ForOldInitContext): T

    Visit a parse tree produced by BluespecParser#forOldInit.

    Visit a parse tree produced by BluespecParser#forOldInit.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  89. def visitForTest(ctx: ForTestContext): T

    Visit a parse tree produced by BluespecParser#forTest.

    Visit a parse tree produced by BluespecParser#forTest.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  90. def visitFor_actionStmt(ctx: For_actionStmtContext): T

    Visit a parse tree produced by BluespecParser#for_actionStmt.

    Visit a parse tree produced by BluespecParser#for_actionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  91. def visitFor_actionValueStmt(ctx: For_actionValueStmtContext): T

    Visit a parse tree produced by BluespecParser#for_actionValueStmt.

    Visit a parse tree produced by BluespecParser#for_actionValueStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  92. def visitFor_expressionStmt(ctx: For_expressionStmtContext): T

    Visit a parse tree produced by BluespecParser#for_expressionStmt.

    Visit a parse tree produced by BluespecParser#for_expressionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  93. def visitFor_functionBodyStmt(ctx: For_functionBodyStmtContext): T

    Visit a parse tree produced by BluespecParser#for_functionBodyStmt.

    Visit a parse tree produced by BluespecParser#for_functionBodyStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  94. def visitFor_moduleStmt(ctx: For_moduleStmtContext): T

    Visit a parse tree produced by BluespecParser#for_moduleStmt.

    Visit a parse tree produced by BluespecParser#for_moduleStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  95. def visitFsmStmt(ctx: FsmStmtContext): T

    Visit a parse tree produced by BluespecParser#fsmStmt.

    Visit a parse tree produced by BluespecParser#fsmStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  96. def visitFunctionBody(ctx: FunctionBodyContext): T

    Visit a parse tree produced by BluespecParser#functionBody.

    Visit a parse tree produced by BluespecParser#functionBody.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  97. def visitFunctionBodyStmt(ctx: FunctionBodyStmtContext): T

    Visit a parse tree produced by BluespecParser#functionBodyStmt.

    Visit a parse tree produced by BluespecParser#functionBodyStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  98. def visitFunctionCall(ctx: FunctionCallContext): T

    Visit a parse tree produced by BluespecParser#functionCall.

    Visit a parse tree produced by BluespecParser#functionCall.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  99. def visitFunctionDef(ctx: FunctionDefContext): T

    Visit a parse tree produced by BluespecParser#functionDef.

    Visit a parse tree produced by BluespecParser#functionDef.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  100. def visitFunctionFormal(ctx: FunctionFormalContext): T

    Visit a parse tree produced by BluespecParser#functionFormal.

    Visit a parse tree produced by BluespecParser#functionFormal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  101. def visitFunctionFormals(ctx: FunctionFormalsContext): T

    Visit a parse tree produced by BluespecParser#functionFormals.

    Visit a parse tree produced by BluespecParser#functionFormals.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  102. def visitFunctionProto(ctx: FunctionProtoContext): T

    Visit a parse tree produced by BluespecParser#functionProto.

    Visit a parse tree produced by BluespecParser#functionProto.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  103. def visitIdentifier(ctx: IdentifierContext): T

    Visit a parse tree produced by BluespecParser#identifier.

    Visit a parse tree produced by BluespecParser#identifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  104. def visitIdentifier_type(ctx: Identifier_typeContext): T

    Visit a parse tree produced by BluespecParser#identifier_type.

    Visit a parse tree produced by BluespecParser#identifier_type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  105. def visitIfFsmStmt(ctx: IfFsmStmtContext): T

    Visit a parse tree produced by BluespecParser#ifFsmStmt.

    Visit a parse tree produced by BluespecParser#ifFsmStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  106. def visitIf_actionStmt(ctx: If_actionStmtContext): T

    Visit a parse tree produced by BluespecParser#if_actionStmt.

    Visit a parse tree produced by BluespecParser#if_actionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  107. def visitIf_actionValueStmt(ctx: If_actionValueStmtContext): T

    Visit a parse tree produced by BluespecParser#if_actionValueStmt.

    Visit a parse tree produced by BluespecParser#if_actionValueStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  108. def visitIf_expressionStmt(ctx: If_expressionStmtContext): T

    Visit a parse tree produced by BluespecParser#if_expressionStmt.

    Visit a parse tree produced by BluespecParser#if_expressionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  109. def visitIf_functionBodyStmt(ctx: If_functionBodyStmtContext): T

    Visit a parse tree produced by BluespecParser#if_functionBodyStmt.

    Visit a parse tree produced by BluespecParser#if_functionBodyStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  110. def visitIf_moduleStmt(ctx: If_moduleStmtContext): T

    Visit a parse tree produced by BluespecParser#if_moduleStmt.

    Visit a parse tree produced by BluespecParser#if_moduleStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  111. def visitImplicitCond(ctx: ImplicitCondContext): T

    Visit a parse tree produced by BluespecParser#implicitCond.

    Visit a parse tree produced by BluespecParser#implicitCond.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  112. def visitImportBVIStmt(ctx: ImportBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#importBVIStmt.

    Visit a parse tree produced by BluespecParser#importBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  113. def visitImportDecl(ctx: ImportDeclContext): T

    Visit a parse tree produced by BluespecParser#importDecl.

    Visit a parse tree produced by BluespecParser#importDecl.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  114. def visitImportItem(ctx: ImportItemContext): T

    Visit a parse tree produced by BluespecParser#importItem.

    Visit a parse tree produced by BluespecParser#importItem.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  115. def visitInoutBVIStmt(ctx: InoutBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#inoutBVIStmt.

    Visit a parse tree produced by BluespecParser#inoutBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  116. def visitInputClockBVIStmt(ctx: InputClockBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#inputClockBVIStmt.

    Visit a parse tree produced by BluespecParser#inputClockBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  117. def visitInputResetBVIStmt(ctx: InputResetBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#inputResetBVIStmt.

    Visit a parse tree produced by BluespecParser#inputResetBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  118. def visitInterfaceBVIMembDecl(ctx: InterfaceBVIMembDeclContext): T

    Visit a parse tree produced by BluespecParser#interfaceBVIMembDecl.

    Visit a parse tree produced by BluespecParser#interfaceBVIMembDecl.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  119. def visitInterfaceBVIStmt(ctx: InterfaceBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#interfaceBVIStmt.

    Visit a parse tree produced by BluespecParser#interfaceBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  120. def visitInterfaceDecl(ctx: InterfaceDeclContext): T

    Visit a parse tree produced by BluespecParser#interfaceDecl.

    Visit a parse tree produced by BluespecParser#interfaceDecl.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  121. def visitInterfaceExpr(ctx: InterfaceExprContext): T

    Visit a parse tree produced by BluespecParser#interfaceExpr.

    Visit a parse tree produced by BluespecParser#interfaceExpr.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  122. def visitInterfaceMemberDecl(ctx: InterfaceMemberDeclContext): T

    Visit a parse tree produced by BluespecParser#interfaceMemberDecl.

    Visit a parse tree produced by BluespecParser#interfaceMemberDecl.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  123. def visitInterfaceStmt(ctx: InterfaceStmtContext): T

    Visit a parse tree produced by BluespecParser#interfaceStmt.

    Visit a parse tree produced by BluespecParser#interfaceStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  124. def visitLValue(ctx: LValueContext): T

    Visit a parse tree produced by BluespecParser#lValue.

    Visit a parse tree produced by BluespecParser#lValue.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  125. def visitLoopBodyFsmStmt(ctx: LoopBodyFsmStmtContext): T

    Visit a parse tree produced by BluespecParser#loopBodyFsmStmt.

    Visit a parse tree produced by BluespecParser#loopBodyFsmStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  126. def visitMemberBind(ctx: MemberBindContext): T

    Visit a parse tree produced by BluespecParser#memberBind.

    Visit a parse tree produced by BluespecParser#memberBind.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  127. def visitMethodBVIStmt(ctx: MethodBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#methodBVIStmt.

    Visit a parse tree produced by BluespecParser#methodBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  128. def visitMethodCall(ctx: MethodCallContext): T

    Visit a parse tree produced by BluespecParser#methodCall.

    Visit a parse tree produced by BluespecParser#methodCall.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  129. def visitMethodDef(ctx: MethodDefContext): T

    Visit a parse tree produced by BluespecParser#methodDef.

    Visit a parse tree produced by BluespecParser#methodDef.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  130. def visitMethodFormal(ctx: MethodFormalContext): T

    Visit a parse tree produced by BluespecParser#methodFormal.

    Visit a parse tree produced by BluespecParser#methodFormal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  131. def visitMethodFormals(ctx: MethodFormalsContext): T

    Visit a parse tree produced by BluespecParser#methodFormals.

    Visit a parse tree produced by BluespecParser#methodFormals.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  132. def visitMethodProto(ctx: MethodProtoContext): T

    Visit a parse tree produced by BluespecParser#methodProto.

    Visit a parse tree produced by BluespecParser#methodProto.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  133. def visitMethodProtoFormal(ctx: MethodProtoFormalContext): T

    Visit a parse tree produced by BluespecParser#methodProtoFormal.

    Visit a parse tree produced by BluespecParser#methodProtoFormal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  134. def visitMethodProtoFormals(ctx: MethodProtoFormalsContext): T

    Visit a parse tree produced by BluespecParser#methodProtoFormals.

    Visit a parse tree produced by BluespecParser#methodProtoFormals.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  135. def visitModuleActualArg(ctx: ModuleActualArgContext): T

    Visit a parse tree produced by BluespecParser#moduleActualArg.

    Visit a parse tree produced by BluespecParser#moduleActualArg.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  136. def visitModuleActualArgs(ctx: ModuleActualArgsContext): T

    Visit a parse tree produced by BluespecParser#moduleActualArgs.

    Visit a parse tree produced by BluespecParser#moduleActualArgs.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  137. def visitModuleActualParam(ctx: ModuleActualParamContext): T

    Visit a parse tree produced by BluespecParser#moduleActualParam.

    Visit a parse tree produced by BluespecParser#moduleActualParam.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  138. def visitModuleActualParamArg(ctx: ModuleActualParamArgContext): T

    Visit a parse tree produced by BluespecParser#moduleActualParamArg.

    Visit a parse tree produced by BluespecParser#moduleActualParamArg.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  139. def visitModuleApp(ctx: ModuleAppContext): T

    Visit a parse tree produced by BluespecParser#moduleApp.

    Visit a parse tree produced by BluespecParser#moduleApp.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  140. def visitModuleApp2(ctx: ModuleApp2Context): T

    Visit a parse tree produced by BluespecParser#moduleApp2.

    Visit a parse tree produced by BluespecParser#moduleApp2.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  141. def visitModuleDef(ctx: ModuleDefContext): T

    Visit a parse tree produced by BluespecParser#moduleDef.

    Visit a parse tree produced by BluespecParser#moduleDef.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  142. def visitModuleFormalArgs(ctx: ModuleFormalArgsContext): T

    Visit a parse tree produced by BluespecParser#moduleFormalArgs.

    Visit a parse tree produced by BluespecParser#moduleFormalArgs.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  143. def visitModuleFormalParam(ctx: ModuleFormalParamContext): T

    Visit a parse tree produced by BluespecParser#moduleFormalParam.

    Visit a parse tree produced by BluespecParser#moduleFormalParam.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  144. def visitModuleFormalParams(ctx: ModuleFormalParamsContext): T

    Visit a parse tree produced by BluespecParser#moduleFormalParams.

    Visit a parse tree produced by BluespecParser#moduleFormalParams.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  145. def visitModuleIdentifier(ctx: ModuleIdentifierContext): T

    Visit a parse tree produced by BluespecParser#moduleIdentifier.

    Visit a parse tree produced by BluespecParser#moduleIdentifier.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  146. def visitModuleInst(ctx: ModuleInstContext): T

    Visit a parse tree produced by BluespecParser#moduleInst.

    Visit a parse tree produced by BluespecParser#moduleInst.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  147. def visitModuleProto(ctx: ModuleProtoContext): T

    Visit a parse tree produced by BluespecParser#moduleProto.

    Visit a parse tree produced by BluespecParser#moduleProto.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  148. def visitModuleStmt(ctx: ModuleStmtContext): T

    Visit a parse tree produced by BluespecParser#moduleStmt.

    Visit a parse tree produced by BluespecParser#moduleStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  149. def visitNoResetBVIStmt(ctx: NoResetBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#noResetBVIStmt.

    Visit a parse tree produced by BluespecParser#noResetBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  150. def visitNon_package(ctx: Non_packageContext): T

    Visit a parse tree produced by BluespecParser#non_package.

    Visit a parse tree produced by BluespecParser#non_package.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  151. def visitOperatorExpr(ctx: OperatorExprContext): T

    Visit a parse tree produced by BluespecParser#operatorExpr.

    Visit a parse tree produced by BluespecParser#operatorExpr.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  152. def visitOperatorId(ctx: OperatorIdContext): T

    Visit a parse tree produced by BluespecParser#operatorId.

    Visit a parse tree produced by BluespecParser#operatorId.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  153. def visitOutputClockBVIStmt(ctx: OutputClockBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#outputClockBVIStmt.

    Visit a parse tree produced by BluespecParser#outputClockBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  154. def visitOutputResetBVIStmt(ctx: OutputResetBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#outputResetBVIStmt.

    Visit a parse tree produced by BluespecParser#outputResetBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  155. def visitOverloadedDef(ctx: OverloadedDefContext): T

    Visit a parse tree produced by BluespecParser#overloadedDef.

    Visit a parse tree produced by BluespecParser#overloadedDef.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  156. def visitPackageIde(ctx: PackageIdeContext): T

    Visit a parse tree produced by BluespecParser#packageIde.

    Visit a parse tree produced by BluespecParser#packageIde.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  157. def visitPackageStmt(ctx: PackageStmtContext): T

    Visit a parse tree produced by BluespecParser#packageStmt.

    Visit a parse tree produced by BluespecParser#packageStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  158. def visitParFsmStmt(ctx: ParFsmStmtContext): T

    Visit a parse tree produced by BluespecParser#parFsmStmt.

    Visit a parse tree produced by BluespecParser#parFsmStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  159. def visitParameterBVIStmt(ctx: ParameterBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#parameterBVIStmt.

    Visit a parse tree produced by BluespecParser#parameterBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  160. def visitPathBVIStmt(ctx: PathBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#pathBVIStmt.

    Visit a parse tree produced by BluespecParser#pathBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  161. def visitPattern(ctx: PatternContext): T

    Visit a parse tree produced by BluespecParser#pattern.

    Visit a parse tree produced by BluespecParser#pattern.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  162. def visitPortBVIStmt(ctx: PortBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#portBVIStmt.

    Visit a parse tree produced by BluespecParser#portBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  163. def visitPortId(ctx: PortIdContext): T

    Visit a parse tree produced by BluespecParser#portId.

    Visit a parse tree produced by BluespecParser#portId.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  164. def visitPortsDef(ctx: PortsDefContext): T

    Visit a parse tree produced by BluespecParser#portsDef.

    Visit a parse tree produced by BluespecParser#portsDef.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  165. def visitProviso(ctx: ProvisoContext): T

    Visit a parse tree produced by BluespecParser#proviso.

    Visit a parse tree produced by BluespecParser#proviso.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  166. def visitProvisos(ctx: ProvisosContext): T

    Visit a parse tree produced by BluespecParser#provisos.

    Visit a parse tree produced by BluespecParser#provisos.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  167. def visitR_package(ctx: R_packageContext): T

    Visit a parse tree produced by BluespecParser#r_package.

    Visit a parse tree produced by BluespecParser#r_package.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  168. def visitR_rule(ctx: R_ruleContext): T

    Visit a parse tree produced by BluespecParser#r_rule.

    Visit a parse tree produced by BluespecParser#r_rule.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  169. def visitReady_sel(ctx: Ready_selContext): T

    Visit a parse tree produced by BluespecParser#ready_sel.

    Visit a parse tree produced by BluespecParser#ready_sel.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  170. def visitRegWrite(ctx: RegWriteContext): T

    Visit a parse tree produced by BluespecParser#regWrite.

    Visit a parse tree produced by BluespecParser#regWrite.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  171. def visitRepeatFsmStmt(ctx: RepeatFsmStmtContext): T

    Visit a parse tree produced by BluespecParser#repeatFsmStmt.

    Visit a parse tree produced by BluespecParser#repeatFsmStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  172. def visitResetId(ctx: ResetIdContext): T

    Visit a parse tree produced by BluespecParser#resetId.

    Visit a parse tree produced by BluespecParser#resetId.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  173. def visitReset_by_sel(ctx: Reset_by_selContext): T

    Visit a parse tree produced by BluespecParser#reset_by_sel.

    Visit a parse tree produced by BluespecParser#reset_by_sel.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  174. def visitReturnFsmStmt(ctx: ReturnFsmStmtContext): T

    Visit a parse tree produced by BluespecParser#returnFsmStmt.

    Visit a parse tree produced by BluespecParser#returnFsmStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  175. def visitReturnStmt(ctx: ReturnStmtContext): T

    Visit a parse tree produced by BluespecParser#returnStmt.

    Visit a parse tree produced by BluespecParser#returnStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  176. def visitRuleBody(ctx: RuleBodyContext): T

    Visit a parse tree produced by BluespecParser#ruleBody.

    Visit a parse tree produced by BluespecParser#ruleBody.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  177. def visitRuleCond(ctx: RuleCondContext): T

    Visit a parse tree produced by BluespecParser#ruleCond.

    Visit a parse tree produced by BluespecParser#ruleCond.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  178. def visitRuleExpr(ctx: RuleExprContext): T

    Visit a parse tree produced by BluespecParser#ruleExpr.

    Visit a parse tree produced by BluespecParser#ruleExpr.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  179. def visitRuleStmt(ctx: RuleStmtContext): T

    Visit a parse tree produced by BluespecParser#ruleStmt.

    Visit a parse tree produced by BluespecParser#ruleStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  180. def visitSameFamilyBVIStmt(ctx: SameFamilyBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#sameFamilyBVIStmt.

    Visit a parse tree produced by BluespecParser#sameFamilyBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  181. def visitScheduleBVIStmt(ctx: ScheduleBVIStmtContext): T

    Visit a parse tree produced by BluespecParser#scheduleBVIStmt.

    Visit a parse tree produced by BluespecParser#scheduleBVIStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  182. def visitSeqFsmStmt(ctx: SeqFsmStmtContext): T

    Visit a parse tree produced by BluespecParser#seqFsmStmt.

    Visit a parse tree produced by BluespecParser#seqFsmStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  183. def visitSimpleVarAssign(ctx: SimpleVarAssignContext): T

    Visit a parse tree produced by BluespecParser#simpleVarAssign.

    Visit a parse tree produced by BluespecParser#simpleVarAssign.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  184. def visitSimpleVarDeclAssign(ctx: SimpleVarDeclAssignContext): T

    Visit a parse tree produced by BluespecParser#simpleVarDeclAssign.

    Visit a parse tree produced by BluespecParser#simpleVarDeclAssign.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  185. def visitStringAVTaskName(ctx: StringAVTaskNameContext): T

    Visit a parse tree produced by BluespecParser#stringAVTaskName.

    Visit a parse tree produced by BluespecParser#stringAVTaskName.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  186. def visitStringLiteral(ctx: StringLiteralContext): T

    Visit a parse tree produced by BluespecParser#stringLiteral.

    Visit a parse tree produced by BluespecParser#stringLiteral.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  187. def visitStringTaskName(ctx: StringTaskNameContext): T

    Visit a parse tree produced by BluespecParser#stringTaskName.

    Visit a parse tree produced by BluespecParser#stringTaskName.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  188. def visitStructExpr(ctx: StructExprContext): T

    Visit a parse tree produced by BluespecParser#structExpr.

    Visit a parse tree produced by BluespecParser#structExpr.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  189. def visitStructMember(ctx: StructMemberContext): T

    Visit a parse tree produced by BluespecParser#structMember.

    Visit a parse tree produced by BluespecParser#structMember.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  190. def visitStructPattern(ctx: StructPatternContext): T

    Visit a parse tree produced by BluespecParser#structPattern.

    Visit a parse tree produced by BluespecParser#structPattern.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  191. def visitSubStruct(ctx: SubStructContext): T

    Visit a parse tree produced by BluespecParser#subStruct.

    Visit a parse tree produced by BluespecParser#subStruct.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  192. def visitSubUnion(ctx: SubUnionContext): T

    Visit a parse tree produced by BluespecParser#subUnion.

    Visit a parse tree produced by BluespecParser#subUnion.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  193. def visitSubinterfaceDecl(ctx: SubinterfaceDeclContext): T

    Visit a parse tree produced by BluespecParser#subinterfaceDecl.

    Visit a parse tree produced by BluespecParser#subinterfaceDecl.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  194. def visitSubinterfaceDef(ctx: SubinterfaceDefContext): T

    Visit a parse tree produced by BluespecParser#subinterfaceDef.

    Visit a parse tree produced by BluespecParser#subinterfaceDef.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  195. def visitSystemFunctionCall(ctx: SystemFunctionCallContext): T

    Visit a parse tree produced by BluespecParser#systemFunctionCall.

    Visit a parse tree produced by BluespecParser#systemFunctionCall.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  196. def visitSystemTaskCall(ctx: SystemTaskCallContext): T

    Visit a parse tree produced by BluespecParser#systemTaskCall.

    Visit a parse tree produced by BluespecParser#systemTaskCall.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  197. def visitSystemTaskStmt(ctx: SystemTaskStmtContext): T

    Visit a parse tree produced by BluespecParser#systemTaskStmt.

    Visit a parse tree produced by BluespecParser#systemTaskStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  198. def visitTaggedUnionExpr(ctx: TaggedUnionExprContext): T

    Visit a parse tree produced by BluespecParser#taggedUnionExpr.

    Visit a parse tree produced by BluespecParser#taggedUnionExpr.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  199. def visitTaggedUnionPattern(ctx: TaggedUnionPatternContext): T

    Visit a parse tree produced by BluespecParser#taggedUnionPattern.

    Visit a parse tree produced by BluespecParser#taggedUnionPattern.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  200. def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  201. def visitTop(ctx: TopContext): T

    Visit a parse tree produced by BluespecParser#top.

    Visit a parse tree produced by BluespecParser#top.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  202. def visitTuplePattern(ctx: TuplePatternContext): T

    Visit a parse tree produced by BluespecParser#tuplePattern.

    Visit a parse tree produced by BluespecParser#tuplePattern.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  203. def visitType(ctx: TypeContext): T

    Visit a parse tree produced by BluespecParser#type.

    Visit a parse tree produced by BluespecParser#type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  204. def visitTypeAssertion(ctx: TypeAssertionContext): T

    Visit a parse tree produced by BluespecParser#typeAssertion.

    Visit a parse tree produced by BluespecParser#typeAssertion.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  205. def visitTypeDef(ctx: TypeDefContext): T

    Visit a parse tree produced by BluespecParser#typeDef.

    Visit a parse tree produced by BluespecParser#typeDef.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  206. def visitTypeDefType(ctx: TypeDefTypeContext): T

    Visit a parse tree produced by BluespecParser#typeDefType.

    Visit a parse tree produced by BluespecParser#typeDefType.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  207. def visitTypeFormal(ctx: TypeFormalContext): T

    Visit a parse tree produced by BluespecParser#typeFormal.

    Visit a parse tree produced by BluespecParser#typeFormal.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  208. def visitTypeFormals(ctx: TypeFormalsContext): T

    Visit a parse tree produced by BluespecParser#typeFormals.

    Visit a parse tree produced by BluespecParser#typeFormals.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  209. def visitTypeIde(ctx: TypeIdeContext): T

    Visit a parse tree produced by BluespecParser#typeIde.

    Visit a parse tree produced by BluespecParser#typeIde.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  210. def visitTypeNat(ctx: TypeNatContext): T

    Visit a parse tree produced by BluespecParser#typeNat.

    Visit a parse tree produced by BluespecParser#typeNat.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  211. def visitTypePrimary(ctx: TypePrimaryContext): T

    Visit a parse tree produced by BluespecParser#typePrimary.

    Visit a parse tree produced by BluespecParser#typePrimary.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  212. def visitTypeclassDef(ctx: TypeclassDefContext): T

    Visit a parse tree produced by BluespecParser#typeclassDef.

    Visit a parse tree produced by BluespecParser#typeclassDef.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  213. def visitTypeclassIde(ctx: TypeclassIdeContext): T

    Visit a parse tree produced by BluespecParser#typeclassIde.

    Visit a parse tree produced by BluespecParser#typeclassIde.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  214. def visitTypeclassInstanceDef(ctx: TypeclassInstanceDefContext): T

    Visit a parse tree produced by BluespecParser#typeclassInstanceDef.

    Visit a parse tree produced by BluespecParser#typeclassInstanceDef.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  215. def visitTypedefEnum(ctx: TypedefEnumContext): T

    Visit a parse tree produced by BluespecParser#typedefEnum.

    Visit a parse tree produced by BluespecParser#typedefEnum.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  216. def visitTypedefEnumElement(ctx: TypedefEnumElementContext): T

    Visit a parse tree produced by BluespecParser#typedefEnumElement.

    Visit a parse tree produced by BluespecParser#typedefEnumElement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  217. def visitTypedefEnumElements(ctx: TypedefEnumElementsContext): T

    Visit a parse tree produced by BluespecParser#typedefEnumElements.

    Visit a parse tree produced by BluespecParser#typedefEnumElements.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  218. def visitTypedefStruct(ctx: TypedefStructContext): T

    Visit a parse tree produced by BluespecParser#typedefStruct.

    Visit a parse tree produced by BluespecParser#typedefStruct.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  219. def visitTypedefSynonym(ctx: TypedefSynonymContext): T

    Visit a parse tree produced by BluespecParser#typedefSynonym.

    Visit a parse tree produced by BluespecParser#typedefSynonym.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  220. def visitTypedefTaggedUnion(ctx: TypedefTaggedUnionContext): T

    Visit a parse tree produced by BluespecParser#typedefTaggedUnion.

    Visit a parse tree produced by BluespecParser#typedefTaggedUnion.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  221. def visitTypedepend(ctx: TypedependContext): T

    Visit a parse tree produced by BluespecParser#typedepend.

    Visit a parse tree produced by BluespecParser#typedepend.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  222. def visitTypedepends(ctx: TypedependsContext): T

    Visit a parse tree produced by BluespecParser#typedepends.

    Visit a parse tree produced by BluespecParser#typedepends.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  223. def visitTypelist(ctx: TypelistContext): T

    Visit a parse tree produced by BluespecParser#typelist.

    Visit a parse tree produced by BluespecParser#typelist.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  224. def visitUnionMember(ctx: UnionMemberContext): T

    Visit a parse tree produced by BluespecParser#unionMember.

    Visit a parse tree produced by BluespecParser#unionMember.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  225. def visitUnop(ctx: UnopContext): T

    Visit a parse tree produced by BluespecParser#unop.

    Visit a parse tree produced by BluespecParser#unop.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  226. def visitVarAssign(ctx: VarAssignContext): T

    Visit a parse tree produced by BluespecParser#varAssign.

    Visit a parse tree produced by BluespecParser#varAssign.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  227. def visitVarDecl(ctx: VarDeclContext): T

    Visit a parse tree produced by BluespecParser#varDecl.

    Visit a parse tree produced by BluespecParser#varDecl.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  228. def visitVarDeclDo(ctx: VarDeclDoContext): T

    Visit a parse tree produced by BluespecParser#varDeclDo.

    Visit a parse tree produced by BluespecParser#varDeclDo.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  229. def visitVarDo(ctx: VarDoContext): T

    Visit a parse tree produced by BluespecParser#varDo.

    Visit a parse tree produced by BluespecParser#varDo.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  230. def visitVarIncr(ctx: VarIncrContext): T

    Visit a parse tree produced by BluespecParser#varIncr.

    Visit a parse tree produced by BluespecParser#varIncr.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  231. def visitVarInit(ctx: VarInitContext): T

    Visit a parse tree produced by BluespecParser#varInit.

    Visit a parse tree produced by BluespecParser#varInit.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  232. def visitWhileFsmStmt(ctx: WhileFsmStmtContext): T

    Visit a parse tree produced by BluespecParser#whileFsmStmt.

    Visit a parse tree produced by BluespecParser#whileFsmStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  233. def visitWhile_actionStmt(ctx: While_actionStmtContext): T

    Visit a parse tree produced by BluespecParser#while_actionStmt.

    Visit a parse tree produced by BluespecParser#while_actionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  234. def visitWhile_actionValueStmt(ctx: While_actionValueStmtContext): T

    Visit a parse tree produced by BluespecParser#while_actionValueStmt.

    Visit a parse tree produced by BluespecParser#while_actionValueStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  235. def visitWhile_expressionStmt(ctx: While_expressionStmtContext): T

    Visit a parse tree produced by BluespecParser#while_expressionStmt.

    Visit a parse tree produced by BluespecParser#while_expressionStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  236. def visitWhile_functionBodyStmt(ctx: While_functionBodyStmtContext): T

    Visit a parse tree produced by BluespecParser#while_functionBodyStmt.

    Visit a parse tree produced by BluespecParser#while_functionBodyStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  237. def visitWhile_moduleStmt(ctx: While_moduleStmtContext): T

    Visit a parse tree produced by BluespecParser#while_moduleStmt.

    Visit a parse tree produced by BluespecParser#while_moduleStmt.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    BluespecBaseVisitorBluespecVisitor
    Annotations
    @Override()
  238. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  239. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  240. 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 BluespecVisitor[T]

Inherited from AbstractParseTreeVisitor[T]

Inherited from ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped