Packages

c

top.scaleda.bluespec.parser

BluespecBaseListener

class BluespecBaseListener extends BluespecListener

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

Annotations
@SuppressWarnings()
Linear Supertypes
BluespecListener, ParseTreeListener, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BluespecBaseListener
  2. BluespecListener
  3. ParseTreeListener
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BluespecBaseListener()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def enterActionBlock(ctx: ActionBlockContext): Unit

    Enter a parse tree produced by BluespecParser#actionBlock.

    Enter a parse tree produced by BluespecParser#actionBlock.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  7. def enterActionStmt(ctx: ActionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#actionStmt.

    Enter a parse tree produced by BluespecParser#actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  8. def enterActionValueBlock(ctx: ActionValueBlockContext): Unit

    Enter a parse tree produced by BluespecParser#actionValueBlock.

    Enter a parse tree produced by BluespecParser#actionValueBlock.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  9. def enterActionValueStmt(ctx: ActionValueStmtContext): Unit

    Enter a parse tree produced by BluespecParser#actionValueStmt.

    Enter a parse tree produced by BluespecParser#actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  10. def enterAncestorBVIStmt(ctx: AncestorBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#ancestorBVIStmt.

    Enter a parse tree produced by BluespecParser#ancestorBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  11. def enterArrayDims(ctx: ArrayDimsContext): Unit

    Enter a parse tree produced by BluespecParser#arrayDims.

    Enter a parse tree produced by BluespecParser#arrayDims.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  12. def enterArrayIndexes(ctx: ArrayIndexesContext): Unit

    Enter a parse tree produced by BluespecParser#arrayIndexes.

    Enter a parse tree produced by BluespecParser#arrayIndexes.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  13. def enterAttrName(ctx: AttrNameContext): Unit

    Enter a parse tree produced by BluespecParser#attrName.

    Enter a parse tree produced by BluespecParser#attrName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  14. def enterAttrSpec(ctx: AttrSpecContext): Unit

    Enter a parse tree produced by BluespecParser#attrSpec.

    Enter a parse tree produced by BluespecParser#attrSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  15. def enterAttributeInstance(ctx: AttributeInstanceContext): Unit

    Enter a parse tree produced by BluespecParser#attributeInstance.

    Enter a parse tree produced by BluespecParser#attributeInstance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  16. def enterAttributeInstances(ctx: AttributeInstancesContext): Unit

    Enter a parse tree produced by BluespecParser#attributeInstances.

    Enter a parse tree produced by BluespecParser#attributeInstances.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  17. def enterBeginEndExpr(ctx: BeginEndExprContext): Unit

    Enter a parse tree produced by BluespecParser#beginEndExpr.

    Enter a parse tree produced by BluespecParser#beginEndExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  18. def enterBeginEndStmt_actionStmt(ctx: BeginEndStmt_actionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#beginEndStmt_actionStmt.

    Enter a parse tree produced by BluespecParser#beginEndStmt_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  19. def enterBeginEndStmt_actionValueStmt(ctx: BeginEndStmt_actionValueStmtContext): Unit

    Enter a parse tree produced by BluespecParser#beginEndStmt_actionValueStmt.

    Enter a parse tree produced by BluespecParser#beginEndStmt_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  20. def enterBeginEndStmt_expressionStmt(ctx: BeginEndStmt_expressionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#beginEndStmt_expressionStmt.

    Enter a parse tree produced by BluespecParser#beginEndStmt_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  21. def enterBeginEndStmt_functionBodyStmt(ctx: BeginEndStmt_functionBodyStmtContext): Unit

    Enter a parse tree produced by BluespecParser#beginEndStmt_functionBodyStmt.

    Enter a parse tree produced by BluespecParser#beginEndStmt_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  22. def enterBeginEndStmt_moduleStmt(ctx: BeginEndStmt_moduleStmtContext): Unit

    Enter a parse tree produced by BluespecParser#beginEndStmt_moduleStmt.

    Enter a parse tree produced by BluespecParser#beginEndStmt_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  23. def enterBinop(ctx: BinopContext): Unit

    Enter a parse tree produced by BluespecParser#binop.

    Enter a parse tree produced by BluespecParser#binop.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  24. def enterBitConcat(ctx: BitConcatContext): Unit

    Enter a parse tree produced by BluespecParser#bitConcat.

    Enter a parse tree produced by BluespecParser#bitConcat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  25. def enterCFuncArg(ctx: CFuncArgContext): Unit

    Enter a parse tree produced by BluespecParser#cFuncArg.

    Enter a parse tree produced by BluespecParser#cFuncArg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  26. def enterCFuncArgs(ctx: CFuncArgsContext): Unit

    Enter a parse tree produced by BluespecParser#cFuncArgs.

    Enter a parse tree produced by BluespecParser#cFuncArgs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  27. def enterCaseExpr(ctx: CaseExprContext): Unit

    Enter a parse tree produced by BluespecParser#caseExpr.

    Enter a parse tree produced by BluespecParser#caseExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  28. def enterCaseExprItem(ctx: CaseExprItemContext): Unit

    Enter a parse tree produced by BluespecParser#caseExprItem.

    Enter a parse tree produced by BluespecParser#caseExprItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  29. def enterCaseItem_actionStmt(ctx: CaseItem_actionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#caseItem_actionStmt.

    Enter a parse tree produced by BluespecParser#caseItem_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  30. def enterCaseItem_actionValueStmt(ctx: CaseItem_actionValueStmtContext): Unit

    Enter a parse tree produced by BluespecParser#caseItem_actionValueStmt.

    Enter a parse tree produced by BluespecParser#caseItem_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  31. def enterCaseItem_expressionStmt(ctx: CaseItem_expressionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#caseItem_expressionStmt.

    Enter a parse tree produced by BluespecParser#caseItem_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  32. def enterCaseItem_functionBodyStmt(ctx: CaseItem_functionBodyStmtContext): Unit

    Enter a parse tree produced by BluespecParser#caseItem_functionBodyStmt.

    Enter a parse tree produced by BluespecParser#caseItem_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  33. def enterCaseItem_moduleStmt(ctx: CaseItem_moduleStmtContext): Unit

    Enter a parse tree produced by BluespecParser#caseItem_moduleStmt.

    Enter a parse tree produced by BluespecParser#caseItem_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  34. def enterCasePatItem_actionStmt(ctx: CasePatItem_actionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#casePatItem_actionStmt.

    Enter a parse tree produced by BluespecParser#casePatItem_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  35. def enterCasePatItem_actionValueStmt(ctx: CasePatItem_actionValueStmtContext): Unit

    Enter a parse tree produced by BluespecParser#casePatItem_actionValueStmt.

    Enter a parse tree produced by BluespecParser#casePatItem_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  36. def enterCasePatItem_expressionStmt(ctx: CasePatItem_expressionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#casePatItem_expressionStmt.

    Enter a parse tree produced by BluespecParser#casePatItem_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  37. def enterCasePatItem_functionBodyStmt(ctx: CasePatItem_functionBodyStmtContext): Unit

    Enter a parse tree produced by BluespecParser#casePatItem_functionBodyStmt.

    Enter a parse tree produced by BluespecParser#casePatItem_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  38. def enterCasePatItem_moduleStmt(ctx: CasePatItem_moduleStmtContext): Unit

    Enter a parse tree produced by BluespecParser#casePatItem_moduleStmt.

    Enter a parse tree produced by BluespecParser#casePatItem_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  39. def enterCase_actionStmt(ctx: Case_actionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#case_actionStmt.

    Enter a parse tree produced by BluespecParser#case_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  40. def enterCase_actionValueStmt(ctx: Case_actionValueStmtContext): Unit

    Enter a parse tree produced by BluespecParser#case_actionValueStmt.

    Enter a parse tree produced by BluespecParser#case_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  41. def enterCase_expressionStmt(ctx: Case_expressionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#case_expressionStmt.

    Enter a parse tree produced by BluespecParser#case_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  42. def enterCase_functionBodyStmt(ctx: Case_functionBodyStmtContext): Unit

    Enter a parse tree produced by BluespecParser#case_functionBodyStmt.

    Enter a parse tree produced by BluespecParser#case_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  43. def enterCase_moduleStmt(ctx: Case_moduleStmtContext): Unit

    Enter a parse tree produced by BluespecParser#case_moduleStmt.

    Enter a parse tree produced by BluespecParser#case_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  44. def enterClockId(ctx: ClockIdContext): Unit

    Enter a parse tree produced by BluespecParser#clockId.

    Enter a parse tree produced by BluespecParser#clockId.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  45. def enterClocked_by_sel(ctx: Clocked_by_selContext): Unit

    Enter a parse tree produced by BluespecParser#clocked_by_sel.

    Enter a parse tree produced by BluespecParser#clocked_by_sel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  46. def enterCondExpr(ctx: CondExprContext): Unit

    Enter a parse tree produced by BluespecParser#condExpr.

    Enter a parse tree produced by BluespecParser#condExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  47. def enterCondPredicate(ctx: CondPredicateContext): Unit

    Enter a parse tree produced by BluespecParser#condPredicate.

    Enter a parse tree produced by BluespecParser#condPredicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  48. def enterConstantPattern(ctx: ConstantPatternContext): Unit

    Enter a parse tree produced by BluespecParser#constantPattern.

    Enter a parse tree produced by BluespecParser#constantPattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  49. def enterDefaultClockBVIStmt(ctx: DefaultClockBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#defaultClockBVIStmt.

    Enter a parse tree produced by BluespecParser#defaultClockBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  50. def enterDefaultItem_actionStmt(ctx: DefaultItem_actionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#defaultItem_actionStmt.

    Enter a parse tree produced by BluespecParser#defaultItem_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  51. def enterDefaultItem_actionValueStmt(ctx: DefaultItem_actionValueStmtContext): Unit

    Enter a parse tree produced by BluespecParser#defaultItem_actionValueStmt.

    Enter a parse tree produced by BluespecParser#defaultItem_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  52. def enterDefaultItem_expressionStmt(ctx: DefaultItem_expressionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#defaultItem_expressionStmt.

    Enter a parse tree produced by BluespecParser#defaultItem_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  53. def enterDefaultItem_functionBodyStmt(ctx: DefaultItem_functionBodyStmtContext): Unit

    Enter a parse tree produced by BluespecParser#defaultItem_functionBodyStmt.

    Enter a parse tree produced by BluespecParser#defaultItem_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  54. def enterDefaultItem_moduleStmt(ctx: DefaultItem_moduleStmtContext): Unit

    Enter a parse tree produced by BluespecParser#defaultItem_moduleStmt.

    Enter a parse tree produced by BluespecParser#defaultItem_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  55. def enterDefaultResetBVIStmt(ctx: DefaultResetBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#defaultResetBVIStmt.

    Enter a parse tree produced by BluespecParser#defaultResetBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  56. def enterDerives(ctx: DerivesContext): Unit

    Enter a parse tree produced by BluespecParser#derives.

    Enter a parse tree produced by BluespecParser#derives.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  57. def enterDisplayTaskName(ctx: DisplayTaskNameContext): Unit

    Enter a parse tree produced by BluespecParser#displayTaskName.

    Enter a parse tree produced by BluespecParser#displayTaskName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  58. def enterEnabled_sel(ctx: Enabled_selContext): Unit

    Enter a parse tree produced by BluespecParser#enabled_sel.

    Enter a parse tree produced by BluespecParser#enabled_sel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  59. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    BluespecBaseListener → ParseTreeListener
    Annotations
    @Override()
  60. def enterExportDecl(ctx: ExportDeclContext): Unit

    Enter a parse tree produced by BluespecParser#exportDecl.

    Enter a parse tree produced by BluespecParser#exportDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  61. def enterExportItem(ctx: ExportItemContext): Unit

    Enter a parse tree produced by BluespecParser#exportItem.

    Enter a parse tree produced by BluespecParser#exportItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  62. def enterExprFsmStmt(ctx: ExprFsmStmtContext): Unit

    Enter a parse tree produced by BluespecParser#exprFsmStmt.

    Enter a parse tree produced by BluespecParser#exprFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  63. def enterExprOrCondPattern(ctx: ExprOrCondPatternContext): Unit

    Enter a parse tree produced by BluespecParser#exprOrCondPattern.

    Enter a parse tree produced by BluespecParser#exprOrCondPattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  64. def enterExprPrimary(ctx: ExprPrimaryContext): Unit

    Enter a parse tree produced by BluespecParser#exprPrimary.

    Enter a parse tree produced by BluespecParser#exprPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  65. def enterExpression(ctx: ExpressionContext): Unit

    Enter a parse tree produced by BluespecParser#expression.

    Enter a parse tree produced by BluespecParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  66. def enterExpressionStmt(ctx: ExpressionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#expressionStmt.

    Enter a parse tree produced by BluespecParser#expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  67. def enterExternCImport(ctx: ExternCImportContext): Unit

    Enter a parse tree produced by BluespecParser#externCImport.

    Enter a parse tree produced by BluespecParser#externCImport.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  68. def enterExternModuleImport(ctx: ExternModuleImportContext): Unit

    Enter a parse tree produced by BluespecParser#externModuleImport.

    Enter a parse tree produced by BluespecParser#externModuleImport.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  69. def enterForFsmStmt(ctx: ForFsmStmtContext): Unit

    Enter a parse tree produced by BluespecParser#forFsmStmt.

    Enter a parse tree produced by BluespecParser#forFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  70. def enterForIncr(ctx: ForIncrContext): Unit

    Enter a parse tree produced by BluespecParser#forIncr.

    Enter a parse tree produced by BluespecParser#forIncr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  71. def enterForInit(ctx: ForInitContext): Unit

    Enter a parse tree produced by BluespecParser#forInit.

    Enter a parse tree produced by BluespecParser#forInit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  72. def enterForNewInit(ctx: ForNewInitContext): Unit

    Enter a parse tree produced by BluespecParser#forNewInit.

    Enter a parse tree produced by BluespecParser#forNewInit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  73. def enterForOldInit(ctx: ForOldInitContext): Unit

    Enter a parse tree produced by BluespecParser#forOldInit.

    Enter a parse tree produced by BluespecParser#forOldInit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  74. def enterForTest(ctx: ForTestContext): Unit

    Enter a parse tree produced by BluespecParser#forTest.

    Enter a parse tree produced by BluespecParser#forTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  75. def enterFor_actionStmt(ctx: For_actionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#for_actionStmt.

    Enter a parse tree produced by BluespecParser#for_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  76. def enterFor_actionValueStmt(ctx: For_actionValueStmtContext): Unit

    Enter a parse tree produced by BluespecParser#for_actionValueStmt.

    Enter a parse tree produced by BluespecParser#for_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  77. def enterFor_expressionStmt(ctx: For_expressionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#for_expressionStmt.

    Enter a parse tree produced by BluespecParser#for_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  78. def enterFor_functionBodyStmt(ctx: For_functionBodyStmtContext): Unit

    Enter a parse tree produced by BluespecParser#for_functionBodyStmt.

    Enter a parse tree produced by BluespecParser#for_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  79. def enterFor_moduleStmt(ctx: For_moduleStmtContext): Unit

    Enter a parse tree produced by BluespecParser#for_moduleStmt.

    Enter a parse tree produced by BluespecParser#for_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  80. def enterFsmStmt(ctx: FsmStmtContext): Unit

    Enter a parse tree produced by BluespecParser#fsmStmt.

    Enter a parse tree produced by BluespecParser#fsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  81. def enterFunctionBody(ctx: FunctionBodyContext): Unit

    Enter a parse tree produced by BluespecParser#functionBody.

    Enter a parse tree produced by BluespecParser#functionBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  82. def enterFunctionBodyStmt(ctx: FunctionBodyStmtContext): Unit

    Enter a parse tree produced by BluespecParser#functionBodyStmt.

    Enter a parse tree produced by BluespecParser#functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  83. def enterFunctionCall(ctx: FunctionCallContext): Unit

    Enter a parse tree produced by BluespecParser#functionCall.

    Enter a parse tree produced by BluespecParser#functionCall.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  84. def enterFunctionDef(ctx: FunctionDefContext): Unit

    Enter a parse tree produced by BluespecParser#functionDef.

    Enter a parse tree produced by BluespecParser#functionDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  85. def enterFunctionFormal(ctx: FunctionFormalContext): Unit

    Enter a parse tree produced by BluespecParser#functionFormal.

    Enter a parse tree produced by BluespecParser#functionFormal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  86. def enterFunctionFormals(ctx: FunctionFormalsContext): Unit

    Enter a parse tree produced by BluespecParser#functionFormals.

    Enter a parse tree produced by BluespecParser#functionFormals.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  87. def enterFunctionProto(ctx: FunctionProtoContext): Unit

    Enter a parse tree produced by BluespecParser#functionProto.

    Enter a parse tree produced by BluespecParser#functionProto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  88. def enterIdentifier(ctx: IdentifierContext): Unit

    Enter a parse tree produced by BluespecParser#identifier.

    Enter a parse tree produced by BluespecParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  89. def enterIdentifier_type(ctx: Identifier_typeContext): Unit

    Enter a parse tree produced by BluespecParser#identifier_type.

    Enter a parse tree produced by BluespecParser#identifier_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  90. def enterIfFsmStmt(ctx: IfFsmStmtContext): Unit

    Enter a parse tree produced by BluespecParser#ifFsmStmt.

    Enter a parse tree produced by BluespecParser#ifFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  91. def enterIf_actionStmt(ctx: If_actionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#if_actionStmt.

    Enter a parse tree produced by BluespecParser#if_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  92. def enterIf_actionValueStmt(ctx: If_actionValueStmtContext): Unit

    Enter a parse tree produced by BluespecParser#if_actionValueStmt.

    Enter a parse tree produced by BluespecParser#if_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  93. def enterIf_expressionStmt(ctx: If_expressionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#if_expressionStmt.

    Enter a parse tree produced by BluespecParser#if_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  94. def enterIf_functionBodyStmt(ctx: If_functionBodyStmtContext): Unit

    Enter a parse tree produced by BluespecParser#if_functionBodyStmt.

    Enter a parse tree produced by BluespecParser#if_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  95. def enterIf_moduleStmt(ctx: If_moduleStmtContext): Unit

    Enter a parse tree produced by BluespecParser#if_moduleStmt.

    Enter a parse tree produced by BluespecParser#if_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  96. def enterImplicitCond(ctx: ImplicitCondContext): Unit

    Enter a parse tree produced by BluespecParser#implicitCond.

    Enter a parse tree produced by BluespecParser#implicitCond.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  97. def enterImportBVIStmt(ctx: ImportBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#importBVIStmt.

    Enter a parse tree produced by BluespecParser#importBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  98. def enterImportDecl(ctx: ImportDeclContext): Unit

    Enter a parse tree produced by BluespecParser#importDecl.

    Enter a parse tree produced by BluespecParser#importDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  99. def enterImportItem(ctx: ImportItemContext): Unit

    Enter a parse tree produced by BluespecParser#importItem.

    Enter a parse tree produced by BluespecParser#importItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  100. def enterInoutBVIStmt(ctx: InoutBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#inoutBVIStmt.

    Enter a parse tree produced by BluespecParser#inoutBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  101. def enterInputClockBVIStmt(ctx: InputClockBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#inputClockBVIStmt.

    Enter a parse tree produced by BluespecParser#inputClockBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  102. def enterInputResetBVIStmt(ctx: InputResetBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#inputResetBVIStmt.

    Enter a parse tree produced by BluespecParser#inputResetBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  103. def enterInterfaceBVIMembDecl(ctx: InterfaceBVIMembDeclContext): Unit

    Enter a parse tree produced by BluespecParser#interfaceBVIMembDecl.

    Enter a parse tree produced by BluespecParser#interfaceBVIMembDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  104. def enterInterfaceBVIStmt(ctx: InterfaceBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#interfaceBVIStmt.

    Enter a parse tree produced by BluespecParser#interfaceBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  105. def enterInterfaceDecl(ctx: InterfaceDeclContext): Unit

    Enter a parse tree produced by BluespecParser#interfaceDecl.

    Enter a parse tree produced by BluespecParser#interfaceDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  106. def enterInterfaceExpr(ctx: InterfaceExprContext): Unit

    Enter a parse tree produced by BluespecParser#interfaceExpr.

    Enter a parse tree produced by BluespecParser#interfaceExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  107. def enterInterfaceMemberDecl(ctx: InterfaceMemberDeclContext): Unit

    Enter a parse tree produced by BluespecParser#interfaceMemberDecl.

    Enter a parse tree produced by BluespecParser#interfaceMemberDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  108. def enterInterfaceStmt(ctx: InterfaceStmtContext): Unit

    Enter a parse tree produced by BluespecParser#interfaceStmt.

    Enter a parse tree produced by BluespecParser#interfaceStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  109. def enterLValue(ctx: LValueContext): Unit

    Enter a parse tree produced by BluespecParser#lValue.

    Enter a parse tree produced by BluespecParser#lValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  110. def enterLoopBodyFsmStmt(ctx: LoopBodyFsmStmtContext): Unit

    Enter a parse tree produced by BluespecParser#loopBodyFsmStmt.

    Enter a parse tree produced by BluespecParser#loopBodyFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  111. def enterMemberBind(ctx: MemberBindContext): Unit

    Enter a parse tree produced by BluespecParser#memberBind.

    Enter a parse tree produced by BluespecParser#memberBind.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  112. def enterMethodBVIStmt(ctx: MethodBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#methodBVIStmt.

    Enter a parse tree produced by BluespecParser#methodBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  113. def enterMethodCall(ctx: MethodCallContext): Unit

    Enter a parse tree produced by BluespecParser#methodCall.

    Enter a parse tree produced by BluespecParser#methodCall.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  114. def enterMethodDef(ctx: MethodDefContext): Unit

    Enter a parse tree produced by BluespecParser#methodDef.

    Enter a parse tree produced by BluespecParser#methodDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  115. def enterMethodFormal(ctx: MethodFormalContext): Unit

    Enter a parse tree produced by BluespecParser#methodFormal.

    Enter a parse tree produced by BluespecParser#methodFormal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  116. def enterMethodFormals(ctx: MethodFormalsContext): Unit

    Enter a parse tree produced by BluespecParser#methodFormals.

    Enter a parse tree produced by BluespecParser#methodFormals.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  117. def enterMethodProto(ctx: MethodProtoContext): Unit

    Enter a parse tree produced by BluespecParser#methodProto.

    Enter a parse tree produced by BluespecParser#methodProto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  118. def enterMethodProtoFormal(ctx: MethodProtoFormalContext): Unit

    Enter a parse tree produced by BluespecParser#methodProtoFormal.

    Enter a parse tree produced by BluespecParser#methodProtoFormal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  119. def enterMethodProtoFormals(ctx: MethodProtoFormalsContext): Unit

    Enter a parse tree produced by BluespecParser#methodProtoFormals.

    Enter a parse tree produced by BluespecParser#methodProtoFormals.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  120. def enterModuleActualArg(ctx: ModuleActualArgContext): Unit

    Enter a parse tree produced by BluespecParser#moduleActualArg.

    Enter a parse tree produced by BluespecParser#moduleActualArg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  121. def enterModuleActualArgs(ctx: ModuleActualArgsContext): Unit

    Enter a parse tree produced by BluespecParser#moduleActualArgs.

    Enter a parse tree produced by BluespecParser#moduleActualArgs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  122. def enterModuleActualParam(ctx: ModuleActualParamContext): Unit

    Enter a parse tree produced by BluespecParser#moduleActualParam.

    Enter a parse tree produced by BluespecParser#moduleActualParam.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  123. def enterModuleActualParamArg(ctx: ModuleActualParamArgContext): Unit

    Enter a parse tree produced by BluespecParser#moduleActualParamArg.

    Enter a parse tree produced by BluespecParser#moduleActualParamArg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  124. def enterModuleApp(ctx: ModuleAppContext): Unit

    Enter a parse tree produced by BluespecParser#moduleApp.

    Enter a parse tree produced by BluespecParser#moduleApp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  125. def enterModuleApp2(ctx: ModuleApp2Context): Unit

    Enter a parse tree produced by BluespecParser#moduleApp2.

    Enter a parse tree produced by BluespecParser#moduleApp2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  126. def enterModuleDef(ctx: ModuleDefContext): Unit

    Enter a parse tree produced by BluespecParser#moduleDef.

    Enter a parse tree produced by BluespecParser#moduleDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  127. def enterModuleFormalArgs(ctx: ModuleFormalArgsContext): Unit

    Enter a parse tree produced by BluespecParser#moduleFormalArgs.

    Enter a parse tree produced by BluespecParser#moduleFormalArgs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  128. def enterModuleFormalParam(ctx: ModuleFormalParamContext): Unit

    Enter a parse tree produced by BluespecParser#moduleFormalParam.

    Enter a parse tree produced by BluespecParser#moduleFormalParam.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  129. def enterModuleFormalParams(ctx: ModuleFormalParamsContext): Unit

    Enter a parse tree produced by BluespecParser#moduleFormalParams.

    Enter a parse tree produced by BluespecParser#moduleFormalParams.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  130. def enterModuleIdentifier(ctx: ModuleIdentifierContext): Unit

    Enter a parse tree produced by BluespecParser#moduleIdentifier.

    Enter a parse tree produced by BluespecParser#moduleIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  131. def enterModuleInst(ctx: ModuleInstContext): Unit

    Enter a parse tree produced by BluespecParser#moduleInst.

    Enter a parse tree produced by BluespecParser#moduleInst.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  132. def enterModuleProto(ctx: ModuleProtoContext): Unit

    Enter a parse tree produced by BluespecParser#moduleProto.

    Enter a parse tree produced by BluespecParser#moduleProto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  133. def enterModuleStmt(ctx: ModuleStmtContext): Unit

    Enter a parse tree produced by BluespecParser#moduleStmt.

    Enter a parse tree produced by BluespecParser#moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  134. def enterNoResetBVIStmt(ctx: NoResetBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#noResetBVIStmt.

    Enter a parse tree produced by BluespecParser#noResetBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  135. def enterNon_package(ctx: Non_packageContext): Unit

    Enter a parse tree produced by BluespecParser#non_package.

    Enter a parse tree produced by BluespecParser#non_package.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  136. def enterOperatorExpr(ctx: OperatorExprContext): Unit

    Enter a parse tree produced by BluespecParser#operatorExpr.

    Enter a parse tree produced by BluespecParser#operatorExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  137. def enterOperatorId(ctx: OperatorIdContext): Unit

    Enter a parse tree produced by BluespecParser#operatorId.

    Enter a parse tree produced by BluespecParser#operatorId.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  138. def enterOutputClockBVIStmt(ctx: OutputClockBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#outputClockBVIStmt.

    Enter a parse tree produced by BluespecParser#outputClockBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  139. def enterOutputResetBVIStmt(ctx: OutputResetBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#outputResetBVIStmt.

    Enter a parse tree produced by BluespecParser#outputResetBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  140. def enterOverloadedDef(ctx: OverloadedDefContext): Unit

    Enter a parse tree produced by BluespecParser#overloadedDef.

    Enter a parse tree produced by BluespecParser#overloadedDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  141. def enterPackageIde(ctx: PackageIdeContext): Unit

    Enter a parse tree produced by BluespecParser#packageIde.

    Enter a parse tree produced by BluespecParser#packageIde.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  142. def enterPackageStmt(ctx: PackageStmtContext): Unit

    Enter a parse tree produced by BluespecParser#packageStmt.

    Enter a parse tree produced by BluespecParser#packageStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  143. def enterParFsmStmt(ctx: ParFsmStmtContext): Unit

    Enter a parse tree produced by BluespecParser#parFsmStmt.

    Enter a parse tree produced by BluespecParser#parFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  144. def enterParameterBVIStmt(ctx: ParameterBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#parameterBVIStmt.

    Enter a parse tree produced by BluespecParser#parameterBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  145. def enterPathBVIStmt(ctx: PathBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#pathBVIStmt.

    Enter a parse tree produced by BluespecParser#pathBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  146. def enterPattern(ctx: PatternContext): Unit

    Enter a parse tree produced by BluespecParser#pattern.

    Enter a parse tree produced by BluespecParser#pattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  147. def enterPortBVIStmt(ctx: PortBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#portBVIStmt.

    Enter a parse tree produced by BluespecParser#portBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  148. def enterPortId(ctx: PortIdContext): Unit

    Enter a parse tree produced by BluespecParser#portId.

    Enter a parse tree produced by BluespecParser#portId.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  149. def enterPortsDef(ctx: PortsDefContext): Unit

    Enter a parse tree produced by BluespecParser#portsDef.

    Enter a parse tree produced by BluespecParser#portsDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  150. def enterProviso(ctx: ProvisoContext): Unit

    Enter a parse tree produced by BluespecParser#proviso.

    Enter a parse tree produced by BluespecParser#proviso.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  151. def enterProvisos(ctx: ProvisosContext): Unit

    Enter a parse tree produced by BluespecParser#provisos.

    Enter a parse tree produced by BluespecParser#provisos.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  152. def enterR_package(ctx: R_packageContext): Unit

    Enter a parse tree produced by BluespecParser#r_package.

    Enter a parse tree produced by BluespecParser#r_package.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  153. def enterR_rule(ctx: R_ruleContext): Unit

    Enter a parse tree produced by BluespecParser#r_rule.

    Enter a parse tree produced by BluespecParser#r_rule.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  154. def enterReady_sel(ctx: Ready_selContext): Unit

    Enter a parse tree produced by BluespecParser#ready_sel.

    Enter a parse tree produced by BluespecParser#ready_sel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  155. def enterRegWrite(ctx: RegWriteContext): Unit

    Enter a parse tree produced by BluespecParser#regWrite.

    Enter a parse tree produced by BluespecParser#regWrite.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  156. def enterRepeatFsmStmt(ctx: RepeatFsmStmtContext): Unit

    Enter a parse tree produced by BluespecParser#repeatFsmStmt.

    Enter a parse tree produced by BluespecParser#repeatFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  157. def enterResetId(ctx: ResetIdContext): Unit

    Enter a parse tree produced by BluespecParser#resetId.

    Enter a parse tree produced by BluespecParser#resetId.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  158. def enterReset_by_sel(ctx: Reset_by_selContext): Unit

    Enter a parse tree produced by BluespecParser#reset_by_sel.

    Enter a parse tree produced by BluespecParser#reset_by_sel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  159. def enterReturnFsmStmt(ctx: ReturnFsmStmtContext): Unit

    Enter a parse tree produced by BluespecParser#returnFsmStmt.

    Enter a parse tree produced by BluespecParser#returnFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  160. def enterReturnStmt(ctx: ReturnStmtContext): Unit

    Enter a parse tree produced by BluespecParser#returnStmt.

    Enter a parse tree produced by BluespecParser#returnStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  161. def enterRuleBody(ctx: RuleBodyContext): Unit

    Enter a parse tree produced by BluespecParser#ruleBody.

    Enter a parse tree produced by BluespecParser#ruleBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  162. def enterRuleCond(ctx: RuleCondContext): Unit

    Enter a parse tree produced by BluespecParser#ruleCond.

    Enter a parse tree produced by BluespecParser#ruleCond.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  163. def enterRuleExpr(ctx: RuleExprContext): Unit

    Enter a parse tree produced by BluespecParser#ruleExpr.

    Enter a parse tree produced by BluespecParser#ruleExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  164. def enterRuleStmt(ctx: RuleStmtContext): Unit

    Enter a parse tree produced by BluespecParser#ruleStmt.

    Enter a parse tree produced by BluespecParser#ruleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  165. def enterSameFamilyBVIStmt(ctx: SameFamilyBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#sameFamilyBVIStmt.

    Enter a parse tree produced by BluespecParser#sameFamilyBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  166. def enterScheduleBVIStmt(ctx: ScheduleBVIStmtContext): Unit

    Enter a parse tree produced by BluespecParser#scheduleBVIStmt.

    Enter a parse tree produced by BluespecParser#scheduleBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  167. def enterSeqFsmStmt(ctx: SeqFsmStmtContext): Unit

    Enter a parse tree produced by BluespecParser#seqFsmStmt.

    Enter a parse tree produced by BluespecParser#seqFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  168. def enterSimpleVarAssign(ctx: SimpleVarAssignContext): Unit

    Enter a parse tree produced by BluespecParser#simpleVarAssign.

    Enter a parse tree produced by BluespecParser#simpleVarAssign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  169. def enterSimpleVarDeclAssign(ctx: SimpleVarDeclAssignContext): Unit

    Enter a parse tree produced by BluespecParser#simpleVarDeclAssign.

    Enter a parse tree produced by BluespecParser#simpleVarDeclAssign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  170. def enterStringAVTaskName(ctx: StringAVTaskNameContext): Unit

    Enter a parse tree produced by BluespecParser#stringAVTaskName.

    Enter a parse tree produced by BluespecParser#stringAVTaskName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  171. def enterStringLiteral(ctx: StringLiteralContext): Unit

    Enter a parse tree produced by BluespecParser#stringLiteral.

    Enter a parse tree produced by BluespecParser#stringLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  172. def enterStringTaskName(ctx: StringTaskNameContext): Unit

    Enter a parse tree produced by BluespecParser#stringTaskName.

    Enter a parse tree produced by BluespecParser#stringTaskName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  173. def enterStructExpr(ctx: StructExprContext): Unit

    Enter a parse tree produced by BluespecParser#structExpr.

    Enter a parse tree produced by BluespecParser#structExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  174. def enterStructMember(ctx: StructMemberContext): Unit

    Enter a parse tree produced by BluespecParser#structMember.

    Enter a parse tree produced by BluespecParser#structMember.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  175. def enterStructPattern(ctx: StructPatternContext): Unit

    Enter a parse tree produced by BluespecParser#structPattern.

    Enter a parse tree produced by BluespecParser#structPattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  176. def enterSubStruct(ctx: SubStructContext): Unit

    Enter a parse tree produced by BluespecParser#subStruct.

    Enter a parse tree produced by BluespecParser#subStruct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  177. def enterSubUnion(ctx: SubUnionContext): Unit

    Enter a parse tree produced by BluespecParser#subUnion.

    Enter a parse tree produced by BluespecParser#subUnion.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  178. def enterSubinterfaceDecl(ctx: SubinterfaceDeclContext): Unit

    Enter a parse tree produced by BluespecParser#subinterfaceDecl.

    Enter a parse tree produced by BluespecParser#subinterfaceDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  179. def enterSubinterfaceDef(ctx: SubinterfaceDefContext): Unit

    Enter a parse tree produced by BluespecParser#subinterfaceDef.

    Enter a parse tree produced by BluespecParser#subinterfaceDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  180. def enterSystemFunctionCall(ctx: SystemFunctionCallContext): Unit

    Enter a parse tree produced by BluespecParser#systemFunctionCall.

    Enter a parse tree produced by BluespecParser#systemFunctionCall.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  181. def enterSystemTaskCall(ctx: SystemTaskCallContext): Unit

    Enter a parse tree produced by BluespecParser#systemTaskCall.

    Enter a parse tree produced by BluespecParser#systemTaskCall.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  182. def enterSystemTaskStmt(ctx: SystemTaskStmtContext): Unit

    Enter a parse tree produced by BluespecParser#systemTaskStmt.

    Enter a parse tree produced by BluespecParser#systemTaskStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  183. def enterTaggedUnionExpr(ctx: TaggedUnionExprContext): Unit

    Enter a parse tree produced by BluespecParser#taggedUnionExpr.

    Enter a parse tree produced by BluespecParser#taggedUnionExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  184. def enterTaggedUnionPattern(ctx: TaggedUnionPatternContext): Unit

    Enter a parse tree produced by BluespecParser#taggedUnionPattern.

    Enter a parse tree produced by BluespecParser#taggedUnionPattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  185. def enterTop(ctx: TopContext): Unit

    Enter a parse tree produced by BluespecParser#top.

    Enter a parse tree produced by BluespecParser#top.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  186. def enterTuplePattern(ctx: TuplePatternContext): Unit

    Enter a parse tree produced by BluespecParser#tuplePattern.

    Enter a parse tree produced by BluespecParser#tuplePattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  187. def enterType(ctx: TypeContext): Unit

    Enter a parse tree produced by BluespecParser#type.

    Enter a parse tree produced by BluespecParser#type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  188. def enterTypeAssertion(ctx: TypeAssertionContext): Unit

    Enter a parse tree produced by BluespecParser#typeAssertion.

    Enter a parse tree produced by BluespecParser#typeAssertion.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  189. def enterTypeDef(ctx: TypeDefContext): Unit

    Enter a parse tree produced by BluespecParser#typeDef.

    Enter a parse tree produced by BluespecParser#typeDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  190. def enterTypeDefType(ctx: TypeDefTypeContext): Unit

    Enter a parse tree produced by BluespecParser#typeDefType.

    Enter a parse tree produced by BluespecParser#typeDefType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  191. def enterTypeFormal(ctx: TypeFormalContext): Unit

    Enter a parse tree produced by BluespecParser#typeFormal.

    Enter a parse tree produced by BluespecParser#typeFormal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  192. def enterTypeFormals(ctx: TypeFormalsContext): Unit

    Enter a parse tree produced by BluespecParser#typeFormals.

    Enter a parse tree produced by BluespecParser#typeFormals.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  193. def enterTypeIde(ctx: TypeIdeContext): Unit

    Enter a parse tree produced by BluespecParser#typeIde.

    Enter a parse tree produced by BluespecParser#typeIde.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  194. def enterTypeNat(ctx: TypeNatContext): Unit

    Enter a parse tree produced by BluespecParser#typeNat.

    Enter a parse tree produced by BluespecParser#typeNat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  195. def enterTypePrimary(ctx: TypePrimaryContext): Unit

    Enter a parse tree produced by BluespecParser#typePrimary.

    Enter a parse tree produced by BluespecParser#typePrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  196. def enterTypeclassDef(ctx: TypeclassDefContext): Unit

    Enter a parse tree produced by BluespecParser#typeclassDef.

    Enter a parse tree produced by BluespecParser#typeclassDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  197. def enterTypeclassIde(ctx: TypeclassIdeContext): Unit

    Enter a parse tree produced by BluespecParser#typeclassIde.

    Enter a parse tree produced by BluespecParser#typeclassIde.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  198. def enterTypeclassInstanceDef(ctx: TypeclassInstanceDefContext): Unit

    Enter a parse tree produced by BluespecParser#typeclassInstanceDef.

    Enter a parse tree produced by BluespecParser#typeclassInstanceDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  199. def enterTypedefEnum(ctx: TypedefEnumContext): Unit

    Enter a parse tree produced by BluespecParser#typedefEnum.

    Enter a parse tree produced by BluespecParser#typedefEnum.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  200. def enterTypedefEnumElement(ctx: TypedefEnumElementContext): Unit

    Enter a parse tree produced by BluespecParser#typedefEnumElement.

    Enter a parse tree produced by BluespecParser#typedefEnumElement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  201. def enterTypedefEnumElements(ctx: TypedefEnumElementsContext): Unit

    Enter a parse tree produced by BluespecParser#typedefEnumElements.

    Enter a parse tree produced by BluespecParser#typedefEnumElements.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  202. def enterTypedefStruct(ctx: TypedefStructContext): Unit

    Enter a parse tree produced by BluespecParser#typedefStruct.

    Enter a parse tree produced by BluespecParser#typedefStruct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  203. def enterTypedefSynonym(ctx: TypedefSynonymContext): Unit

    Enter a parse tree produced by BluespecParser#typedefSynonym.

    Enter a parse tree produced by BluespecParser#typedefSynonym.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  204. def enterTypedefTaggedUnion(ctx: TypedefTaggedUnionContext): Unit

    Enter a parse tree produced by BluespecParser#typedefTaggedUnion.

    Enter a parse tree produced by BluespecParser#typedefTaggedUnion.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  205. def enterTypedepend(ctx: TypedependContext): Unit

    Enter a parse tree produced by BluespecParser#typedepend.

    Enter a parse tree produced by BluespecParser#typedepend.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  206. def enterTypedepends(ctx: TypedependsContext): Unit

    Enter a parse tree produced by BluespecParser#typedepends.

    Enter a parse tree produced by BluespecParser#typedepends.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  207. def enterTypelist(ctx: TypelistContext): Unit

    Enter a parse tree produced by BluespecParser#typelist.

    Enter a parse tree produced by BluespecParser#typelist.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  208. def enterUnionMember(ctx: UnionMemberContext): Unit

    Enter a parse tree produced by BluespecParser#unionMember.

    Enter a parse tree produced by BluespecParser#unionMember.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  209. def enterUnop(ctx: UnopContext): Unit

    Enter a parse tree produced by BluespecParser#unop.

    Enter a parse tree produced by BluespecParser#unop.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  210. def enterVarAssign(ctx: VarAssignContext): Unit

    Enter a parse tree produced by BluespecParser#varAssign.

    Enter a parse tree produced by BluespecParser#varAssign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  211. def enterVarDecl(ctx: VarDeclContext): Unit

    Enter a parse tree produced by BluespecParser#varDecl.

    Enter a parse tree produced by BluespecParser#varDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  212. def enterVarDeclDo(ctx: VarDeclDoContext): Unit

    Enter a parse tree produced by BluespecParser#varDeclDo.

    Enter a parse tree produced by BluespecParser#varDeclDo.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  213. def enterVarDo(ctx: VarDoContext): Unit

    Enter a parse tree produced by BluespecParser#varDo.

    Enter a parse tree produced by BluespecParser#varDo.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  214. def enterVarIncr(ctx: VarIncrContext): Unit

    Enter a parse tree produced by BluespecParser#varIncr.

    Enter a parse tree produced by BluespecParser#varIncr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  215. def enterVarInit(ctx: VarInitContext): Unit

    Enter a parse tree produced by BluespecParser#varInit.

    Enter a parse tree produced by BluespecParser#varInit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  216. def enterWhileFsmStmt(ctx: WhileFsmStmtContext): Unit

    Enter a parse tree produced by BluespecParser#whileFsmStmt.

    Enter a parse tree produced by BluespecParser#whileFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  217. def enterWhile_actionStmt(ctx: While_actionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#while_actionStmt.

    Enter a parse tree produced by BluespecParser#while_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  218. def enterWhile_actionValueStmt(ctx: While_actionValueStmtContext): Unit

    Enter a parse tree produced by BluespecParser#while_actionValueStmt.

    Enter a parse tree produced by BluespecParser#while_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  219. def enterWhile_expressionStmt(ctx: While_expressionStmtContext): Unit

    Enter a parse tree produced by BluespecParser#while_expressionStmt.

    Enter a parse tree produced by BluespecParser#while_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  220. def enterWhile_functionBodyStmt(ctx: While_functionBodyStmtContext): Unit

    Enter a parse tree produced by BluespecParser#while_functionBodyStmt.

    Enter a parse tree produced by BluespecParser#while_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  221. def enterWhile_moduleStmt(ctx: While_moduleStmtContext): Unit

    Enter a parse tree produced by BluespecParser#while_moduleStmt.

    Enter a parse tree produced by BluespecParser#while_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  222. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  223. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  224. def exitActionBlock(ctx: ActionBlockContext): Unit

    Exit a parse tree produced by BluespecParser#actionBlock.

    Exit a parse tree produced by BluespecParser#actionBlock.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  225. def exitActionStmt(ctx: ActionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#actionStmt.

    Exit a parse tree produced by BluespecParser#actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  226. def exitActionValueBlock(ctx: ActionValueBlockContext): Unit

    Exit a parse tree produced by BluespecParser#actionValueBlock.

    Exit a parse tree produced by BluespecParser#actionValueBlock.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  227. def exitActionValueStmt(ctx: ActionValueStmtContext): Unit

    Exit a parse tree produced by BluespecParser#actionValueStmt.

    Exit a parse tree produced by BluespecParser#actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  228. def exitAncestorBVIStmt(ctx: AncestorBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#ancestorBVIStmt.

    Exit a parse tree produced by BluespecParser#ancestorBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  229. def exitArrayDims(ctx: ArrayDimsContext): Unit

    Exit a parse tree produced by BluespecParser#arrayDims.

    Exit a parse tree produced by BluespecParser#arrayDims.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  230. def exitArrayIndexes(ctx: ArrayIndexesContext): Unit

    Exit a parse tree produced by BluespecParser#arrayIndexes.

    Exit a parse tree produced by BluespecParser#arrayIndexes.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  231. def exitAttrName(ctx: AttrNameContext): Unit

    Exit a parse tree produced by BluespecParser#attrName.

    Exit a parse tree produced by BluespecParser#attrName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  232. def exitAttrSpec(ctx: AttrSpecContext): Unit

    Exit a parse tree produced by BluespecParser#attrSpec.

    Exit a parse tree produced by BluespecParser#attrSpec.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  233. def exitAttributeInstance(ctx: AttributeInstanceContext): Unit

    Exit a parse tree produced by BluespecParser#attributeInstance.

    Exit a parse tree produced by BluespecParser#attributeInstance.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  234. def exitAttributeInstances(ctx: AttributeInstancesContext): Unit

    Exit a parse tree produced by BluespecParser#attributeInstances.

    Exit a parse tree produced by BluespecParser#attributeInstances.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  235. def exitBeginEndExpr(ctx: BeginEndExprContext): Unit

    Exit a parse tree produced by BluespecParser#beginEndExpr.

    Exit a parse tree produced by BluespecParser#beginEndExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  236. def exitBeginEndStmt_actionStmt(ctx: BeginEndStmt_actionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#beginEndStmt_actionStmt.

    Exit a parse tree produced by BluespecParser#beginEndStmt_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  237. def exitBeginEndStmt_actionValueStmt(ctx: BeginEndStmt_actionValueStmtContext): Unit

    Exit a parse tree produced by BluespecParser#beginEndStmt_actionValueStmt.

    Exit a parse tree produced by BluespecParser#beginEndStmt_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  238. def exitBeginEndStmt_expressionStmt(ctx: BeginEndStmt_expressionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#beginEndStmt_expressionStmt.

    Exit a parse tree produced by BluespecParser#beginEndStmt_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  239. def exitBeginEndStmt_functionBodyStmt(ctx: BeginEndStmt_functionBodyStmtContext): Unit

    Exit a parse tree produced by BluespecParser#beginEndStmt_functionBodyStmt.

    Exit a parse tree produced by BluespecParser#beginEndStmt_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  240. def exitBeginEndStmt_moduleStmt(ctx: BeginEndStmt_moduleStmtContext): Unit

    Exit a parse tree produced by BluespecParser#beginEndStmt_moduleStmt.

    Exit a parse tree produced by BluespecParser#beginEndStmt_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  241. def exitBinop(ctx: BinopContext): Unit

    Exit a parse tree produced by BluespecParser#binop.

    Exit a parse tree produced by BluespecParser#binop.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  242. def exitBitConcat(ctx: BitConcatContext): Unit

    Exit a parse tree produced by BluespecParser#bitConcat.

    Exit a parse tree produced by BluespecParser#bitConcat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  243. def exitCFuncArg(ctx: CFuncArgContext): Unit

    Exit a parse tree produced by BluespecParser#cFuncArg.

    Exit a parse tree produced by BluespecParser#cFuncArg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  244. def exitCFuncArgs(ctx: CFuncArgsContext): Unit

    Exit a parse tree produced by BluespecParser#cFuncArgs.

    Exit a parse tree produced by BluespecParser#cFuncArgs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  245. def exitCaseExpr(ctx: CaseExprContext): Unit

    Exit a parse tree produced by BluespecParser#caseExpr.

    Exit a parse tree produced by BluespecParser#caseExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  246. def exitCaseExprItem(ctx: CaseExprItemContext): Unit

    Exit a parse tree produced by BluespecParser#caseExprItem.

    Exit a parse tree produced by BluespecParser#caseExprItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  247. def exitCaseItem_actionStmt(ctx: CaseItem_actionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#caseItem_actionStmt.

    Exit a parse tree produced by BluespecParser#caseItem_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  248. def exitCaseItem_actionValueStmt(ctx: CaseItem_actionValueStmtContext): Unit

    Exit a parse tree produced by BluespecParser#caseItem_actionValueStmt.

    Exit a parse tree produced by BluespecParser#caseItem_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  249. def exitCaseItem_expressionStmt(ctx: CaseItem_expressionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#caseItem_expressionStmt.

    Exit a parse tree produced by BluespecParser#caseItem_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  250. def exitCaseItem_functionBodyStmt(ctx: CaseItem_functionBodyStmtContext): Unit

    Exit a parse tree produced by BluespecParser#caseItem_functionBodyStmt.

    Exit a parse tree produced by BluespecParser#caseItem_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  251. def exitCaseItem_moduleStmt(ctx: CaseItem_moduleStmtContext): Unit

    Exit a parse tree produced by BluespecParser#caseItem_moduleStmt.

    Exit a parse tree produced by BluespecParser#caseItem_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  252. def exitCasePatItem_actionStmt(ctx: CasePatItem_actionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#casePatItem_actionStmt.

    Exit a parse tree produced by BluespecParser#casePatItem_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  253. def exitCasePatItem_actionValueStmt(ctx: CasePatItem_actionValueStmtContext): Unit

    Exit a parse tree produced by BluespecParser#casePatItem_actionValueStmt.

    Exit a parse tree produced by BluespecParser#casePatItem_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  254. def exitCasePatItem_expressionStmt(ctx: CasePatItem_expressionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#casePatItem_expressionStmt.

    Exit a parse tree produced by BluespecParser#casePatItem_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  255. def exitCasePatItem_functionBodyStmt(ctx: CasePatItem_functionBodyStmtContext): Unit

    Exit a parse tree produced by BluespecParser#casePatItem_functionBodyStmt.

    Exit a parse tree produced by BluespecParser#casePatItem_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  256. def exitCasePatItem_moduleStmt(ctx: CasePatItem_moduleStmtContext): Unit

    Exit a parse tree produced by BluespecParser#casePatItem_moduleStmt.

    Exit a parse tree produced by BluespecParser#casePatItem_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  257. def exitCase_actionStmt(ctx: Case_actionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#case_actionStmt.

    Exit a parse tree produced by BluespecParser#case_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  258. def exitCase_actionValueStmt(ctx: Case_actionValueStmtContext): Unit

    Exit a parse tree produced by BluespecParser#case_actionValueStmt.

    Exit a parse tree produced by BluespecParser#case_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  259. def exitCase_expressionStmt(ctx: Case_expressionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#case_expressionStmt.

    Exit a parse tree produced by BluespecParser#case_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  260. def exitCase_functionBodyStmt(ctx: Case_functionBodyStmtContext): Unit

    Exit a parse tree produced by BluespecParser#case_functionBodyStmt.

    Exit a parse tree produced by BluespecParser#case_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  261. def exitCase_moduleStmt(ctx: Case_moduleStmtContext): Unit

    Exit a parse tree produced by BluespecParser#case_moduleStmt.

    Exit a parse tree produced by BluespecParser#case_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  262. def exitClockId(ctx: ClockIdContext): Unit

    Exit a parse tree produced by BluespecParser#clockId.

    Exit a parse tree produced by BluespecParser#clockId.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  263. def exitClocked_by_sel(ctx: Clocked_by_selContext): Unit

    Exit a parse tree produced by BluespecParser#clocked_by_sel.

    Exit a parse tree produced by BluespecParser#clocked_by_sel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  264. def exitCondExpr(ctx: CondExprContext): Unit

    Exit a parse tree produced by BluespecParser#condExpr.

    Exit a parse tree produced by BluespecParser#condExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  265. def exitCondPredicate(ctx: CondPredicateContext): Unit

    Exit a parse tree produced by BluespecParser#condPredicate.

    Exit a parse tree produced by BluespecParser#condPredicate.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  266. def exitConstantPattern(ctx: ConstantPatternContext): Unit

    Exit a parse tree produced by BluespecParser#constantPattern.

    Exit a parse tree produced by BluespecParser#constantPattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  267. def exitDefaultClockBVIStmt(ctx: DefaultClockBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#defaultClockBVIStmt.

    Exit a parse tree produced by BluespecParser#defaultClockBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  268. def exitDefaultItem_actionStmt(ctx: DefaultItem_actionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#defaultItem_actionStmt.

    Exit a parse tree produced by BluespecParser#defaultItem_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  269. def exitDefaultItem_actionValueStmt(ctx: DefaultItem_actionValueStmtContext): Unit

    Exit a parse tree produced by BluespecParser#defaultItem_actionValueStmt.

    Exit a parse tree produced by BluespecParser#defaultItem_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  270. def exitDefaultItem_expressionStmt(ctx: DefaultItem_expressionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#defaultItem_expressionStmt.

    Exit a parse tree produced by BluespecParser#defaultItem_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  271. def exitDefaultItem_functionBodyStmt(ctx: DefaultItem_functionBodyStmtContext): Unit

    Exit a parse tree produced by BluespecParser#defaultItem_functionBodyStmt.

    Exit a parse tree produced by BluespecParser#defaultItem_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  272. def exitDefaultItem_moduleStmt(ctx: DefaultItem_moduleStmtContext): Unit

    Exit a parse tree produced by BluespecParser#defaultItem_moduleStmt.

    Exit a parse tree produced by BluespecParser#defaultItem_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  273. def exitDefaultResetBVIStmt(ctx: DefaultResetBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#defaultResetBVIStmt.

    Exit a parse tree produced by BluespecParser#defaultResetBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  274. def exitDerives(ctx: DerivesContext): Unit

    Exit a parse tree produced by BluespecParser#derives.

    Exit a parse tree produced by BluespecParser#derives.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  275. def exitDisplayTaskName(ctx: DisplayTaskNameContext): Unit

    Exit a parse tree produced by BluespecParser#displayTaskName.

    Exit a parse tree produced by BluespecParser#displayTaskName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  276. def exitEnabled_sel(ctx: Enabled_selContext): Unit

    Exit a parse tree produced by BluespecParser#enabled_sel.

    Exit a parse tree produced by BluespecParser#enabled_sel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  277. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    BluespecBaseListener → ParseTreeListener
    Annotations
    @Override()
  278. def exitExportDecl(ctx: ExportDeclContext): Unit

    Exit a parse tree produced by BluespecParser#exportDecl.

    Exit a parse tree produced by BluespecParser#exportDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  279. def exitExportItem(ctx: ExportItemContext): Unit

    Exit a parse tree produced by BluespecParser#exportItem.

    Exit a parse tree produced by BluespecParser#exportItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  280. def exitExprFsmStmt(ctx: ExprFsmStmtContext): Unit

    Exit a parse tree produced by BluespecParser#exprFsmStmt.

    Exit a parse tree produced by BluespecParser#exprFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  281. def exitExprOrCondPattern(ctx: ExprOrCondPatternContext): Unit

    Exit a parse tree produced by BluespecParser#exprOrCondPattern.

    Exit a parse tree produced by BluespecParser#exprOrCondPattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  282. def exitExprPrimary(ctx: ExprPrimaryContext): Unit

    Exit a parse tree produced by BluespecParser#exprPrimary.

    Exit a parse tree produced by BluespecParser#exprPrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  283. def exitExpression(ctx: ExpressionContext): Unit

    Exit a parse tree produced by BluespecParser#expression.

    Exit a parse tree produced by BluespecParser#expression.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  284. def exitExpressionStmt(ctx: ExpressionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#expressionStmt.

    Exit a parse tree produced by BluespecParser#expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  285. def exitExternCImport(ctx: ExternCImportContext): Unit

    Exit a parse tree produced by BluespecParser#externCImport.

    Exit a parse tree produced by BluespecParser#externCImport.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  286. def exitExternModuleImport(ctx: ExternModuleImportContext): Unit

    Exit a parse tree produced by BluespecParser#externModuleImport.

    Exit a parse tree produced by BluespecParser#externModuleImport.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  287. def exitForFsmStmt(ctx: ForFsmStmtContext): Unit

    Exit a parse tree produced by BluespecParser#forFsmStmt.

    Exit a parse tree produced by BluespecParser#forFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  288. def exitForIncr(ctx: ForIncrContext): Unit

    Exit a parse tree produced by BluespecParser#forIncr.

    Exit a parse tree produced by BluespecParser#forIncr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  289. def exitForInit(ctx: ForInitContext): Unit

    Exit a parse tree produced by BluespecParser#forInit.

    Exit a parse tree produced by BluespecParser#forInit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  290. def exitForNewInit(ctx: ForNewInitContext): Unit

    Exit a parse tree produced by BluespecParser#forNewInit.

    Exit a parse tree produced by BluespecParser#forNewInit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  291. def exitForOldInit(ctx: ForOldInitContext): Unit

    Exit a parse tree produced by BluespecParser#forOldInit.

    Exit a parse tree produced by BluespecParser#forOldInit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  292. def exitForTest(ctx: ForTestContext): Unit

    Exit a parse tree produced by BluespecParser#forTest.

    Exit a parse tree produced by BluespecParser#forTest.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  293. def exitFor_actionStmt(ctx: For_actionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#for_actionStmt.

    Exit a parse tree produced by BluespecParser#for_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  294. def exitFor_actionValueStmt(ctx: For_actionValueStmtContext): Unit

    Exit a parse tree produced by BluespecParser#for_actionValueStmt.

    Exit a parse tree produced by BluespecParser#for_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  295. def exitFor_expressionStmt(ctx: For_expressionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#for_expressionStmt.

    Exit a parse tree produced by BluespecParser#for_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  296. def exitFor_functionBodyStmt(ctx: For_functionBodyStmtContext): Unit

    Exit a parse tree produced by BluespecParser#for_functionBodyStmt.

    Exit a parse tree produced by BluespecParser#for_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  297. def exitFor_moduleStmt(ctx: For_moduleStmtContext): Unit

    Exit a parse tree produced by BluespecParser#for_moduleStmt.

    Exit a parse tree produced by BluespecParser#for_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  298. def exitFsmStmt(ctx: FsmStmtContext): Unit

    Exit a parse tree produced by BluespecParser#fsmStmt.

    Exit a parse tree produced by BluespecParser#fsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  299. def exitFunctionBody(ctx: FunctionBodyContext): Unit

    Exit a parse tree produced by BluespecParser#functionBody.

    Exit a parse tree produced by BluespecParser#functionBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  300. def exitFunctionBodyStmt(ctx: FunctionBodyStmtContext): Unit

    Exit a parse tree produced by BluespecParser#functionBodyStmt.

    Exit a parse tree produced by BluespecParser#functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  301. def exitFunctionCall(ctx: FunctionCallContext): Unit

    Exit a parse tree produced by BluespecParser#functionCall.

    Exit a parse tree produced by BluespecParser#functionCall.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  302. def exitFunctionDef(ctx: FunctionDefContext): Unit

    Exit a parse tree produced by BluespecParser#functionDef.

    Exit a parse tree produced by BluespecParser#functionDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  303. def exitFunctionFormal(ctx: FunctionFormalContext): Unit

    Exit a parse tree produced by BluespecParser#functionFormal.

    Exit a parse tree produced by BluespecParser#functionFormal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  304. def exitFunctionFormals(ctx: FunctionFormalsContext): Unit

    Exit a parse tree produced by BluespecParser#functionFormals.

    Exit a parse tree produced by BluespecParser#functionFormals.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  305. def exitFunctionProto(ctx: FunctionProtoContext): Unit

    Exit a parse tree produced by BluespecParser#functionProto.

    Exit a parse tree produced by BluespecParser#functionProto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  306. def exitIdentifier(ctx: IdentifierContext): Unit

    Exit a parse tree produced by BluespecParser#identifier.

    Exit a parse tree produced by BluespecParser#identifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  307. def exitIdentifier_type(ctx: Identifier_typeContext): Unit

    Exit a parse tree produced by BluespecParser#identifier_type.

    Exit a parse tree produced by BluespecParser#identifier_type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  308. def exitIfFsmStmt(ctx: IfFsmStmtContext): Unit

    Exit a parse tree produced by BluespecParser#ifFsmStmt.

    Exit a parse tree produced by BluespecParser#ifFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  309. def exitIf_actionStmt(ctx: If_actionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#if_actionStmt.

    Exit a parse tree produced by BluespecParser#if_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  310. def exitIf_actionValueStmt(ctx: If_actionValueStmtContext): Unit

    Exit a parse tree produced by BluespecParser#if_actionValueStmt.

    Exit a parse tree produced by BluespecParser#if_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  311. def exitIf_expressionStmt(ctx: If_expressionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#if_expressionStmt.

    Exit a parse tree produced by BluespecParser#if_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  312. def exitIf_functionBodyStmt(ctx: If_functionBodyStmtContext): Unit

    Exit a parse tree produced by BluespecParser#if_functionBodyStmt.

    Exit a parse tree produced by BluespecParser#if_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  313. def exitIf_moduleStmt(ctx: If_moduleStmtContext): Unit

    Exit a parse tree produced by BluespecParser#if_moduleStmt.

    Exit a parse tree produced by BluespecParser#if_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  314. def exitImplicitCond(ctx: ImplicitCondContext): Unit

    Exit a parse tree produced by BluespecParser#implicitCond.

    Exit a parse tree produced by BluespecParser#implicitCond.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  315. def exitImportBVIStmt(ctx: ImportBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#importBVIStmt.

    Exit a parse tree produced by BluespecParser#importBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  316. def exitImportDecl(ctx: ImportDeclContext): Unit

    Exit a parse tree produced by BluespecParser#importDecl.

    Exit a parse tree produced by BluespecParser#importDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  317. def exitImportItem(ctx: ImportItemContext): Unit

    Exit a parse tree produced by BluespecParser#importItem.

    Exit a parse tree produced by BluespecParser#importItem.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  318. def exitInoutBVIStmt(ctx: InoutBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#inoutBVIStmt.

    Exit a parse tree produced by BluespecParser#inoutBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  319. def exitInputClockBVIStmt(ctx: InputClockBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#inputClockBVIStmt.

    Exit a parse tree produced by BluespecParser#inputClockBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  320. def exitInputResetBVIStmt(ctx: InputResetBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#inputResetBVIStmt.

    Exit a parse tree produced by BluespecParser#inputResetBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  321. def exitInterfaceBVIMembDecl(ctx: InterfaceBVIMembDeclContext): Unit

    Exit a parse tree produced by BluespecParser#interfaceBVIMembDecl.

    Exit a parse tree produced by BluespecParser#interfaceBVIMembDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  322. def exitInterfaceBVIStmt(ctx: InterfaceBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#interfaceBVIStmt.

    Exit a parse tree produced by BluespecParser#interfaceBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  323. def exitInterfaceDecl(ctx: InterfaceDeclContext): Unit

    Exit a parse tree produced by BluespecParser#interfaceDecl.

    Exit a parse tree produced by BluespecParser#interfaceDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  324. def exitInterfaceExpr(ctx: InterfaceExprContext): Unit

    Exit a parse tree produced by BluespecParser#interfaceExpr.

    Exit a parse tree produced by BluespecParser#interfaceExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  325. def exitInterfaceMemberDecl(ctx: InterfaceMemberDeclContext): Unit

    Exit a parse tree produced by BluespecParser#interfaceMemberDecl.

    Exit a parse tree produced by BluespecParser#interfaceMemberDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  326. def exitInterfaceStmt(ctx: InterfaceStmtContext): Unit

    Exit a parse tree produced by BluespecParser#interfaceStmt.

    Exit a parse tree produced by BluespecParser#interfaceStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  327. def exitLValue(ctx: LValueContext): Unit

    Exit a parse tree produced by BluespecParser#lValue.

    Exit a parse tree produced by BluespecParser#lValue.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  328. def exitLoopBodyFsmStmt(ctx: LoopBodyFsmStmtContext): Unit

    Exit a parse tree produced by BluespecParser#loopBodyFsmStmt.

    Exit a parse tree produced by BluespecParser#loopBodyFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  329. def exitMemberBind(ctx: MemberBindContext): Unit

    Exit a parse tree produced by BluespecParser#memberBind.

    Exit a parse tree produced by BluespecParser#memberBind.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  330. def exitMethodBVIStmt(ctx: MethodBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#methodBVIStmt.

    Exit a parse tree produced by BluespecParser#methodBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  331. def exitMethodCall(ctx: MethodCallContext): Unit

    Exit a parse tree produced by BluespecParser#methodCall.

    Exit a parse tree produced by BluespecParser#methodCall.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  332. def exitMethodDef(ctx: MethodDefContext): Unit

    Exit a parse tree produced by BluespecParser#methodDef.

    Exit a parse tree produced by BluespecParser#methodDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  333. def exitMethodFormal(ctx: MethodFormalContext): Unit

    Exit a parse tree produced by BluespecParser#methodFormal.

    Exit a parse tree produced by BluespecParser#methodFormal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  334. def exitMethodFormals(ctx: MethodFormalsContext): Unit

    Exit a parse tree produced by BluespecParser#methodFormals.

    Exit a parse tree produced by BluespecParser#methodFormals.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  335. def exitMethodProto(ctx: MethodProtoContext): Unit

    Exit a parse tree produced by BluespecParser#methodProto.

    Exit a parse tree produced by BluespecParser#methodProto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  336. def exitMethodProtoFormal(ctx: MethodProtoFormalContext): Unit

    Exit a parse tree produced by BluespecParser#methodProtoFormal.

    Exit a parse tree produced by BluespecParser#methodProtoFormal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  337. def exitMethodProtoFormals(ctx: MethodProtoFormalsContext): Unit

    Exit a parse tree produced by BluespecParser#methodProtoFormals.

    Exit a parse tree produced by BluespecParser#methodProtoFormals.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  338. def exitModuleActualArg(ctx: ModuleActualArgContext): Unit

    Exit a parse tree produced by BluespecParser#moduleActualArg.

    Exit a parse tree produced by BluespecParser#moduleActualArg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  339. def exitModuleActualArgs(ctx: ModuleActualArgsContext): Unit

    Exit a parse tree produced by BluespecParser#moduleActualArgs.

    Exit a parse tree produced by BluespecParser#moduleActualArgs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  340. def exitModuleActualParam(ctx: ModuleActualParamContext): Unit

    Exit a parse tree produced by BluespecParser#moduleActualParam.

    Exit a parse tree produced by BluespecParser#moduleActualParam.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  341. def exitModuleActualParamArg(ctx: ModuleActualParamArgContext): Unit

    Exit a parse tree produced by BluespecParser#moduleActualParamArg.

    Exit a parse tree produced by BluespecParser#moduleActualParamArg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  342. def exitModuleApp(ctx: ModuleAppContext): Unit

    Exit a parse tree produced by BluespecParser#moduleApp.

    Exit a parse tree produced by BluespecParser#moduleApp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  343. def exitModuleApp2(ctx: ModuleApp2Context): Unit

    Exit a parse tree produced by BluespecParser#moduleApp2.

    Exit a parse tree produced by BluespecParser#moduleApp2.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  344. def exitModuleDef(ctx: ModuleDefContext): Unit

    Exit a parse tree produced by BluespecParser#moduleDef.

    Exit a parse tree produced by BluespecParser#moduleDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  345. def exitModuleFormalArgs(ctx: ModuleFormalArgsContext): Unit

    Exit a parse tree produced by BluespecParser#moduleFormalArgs.

    Exit a parse tree produced by BluespecParser#moduleFormalArgs.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  346. def exitModuleFormalParam(ctx: ModuleFormalParamContext): Unit

    Exit a parse tree produced by BluespecParser#moduleFormalParam.

    Exit a parse tree produced by BluespecParser#moduleFormalParam.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  347. def exitModuleFormalParams(ctx: ModuleFormalParamsContext): Unit

    Exit a parse tree produced by BluespecParser#moduleFormalParams.

    Exit a parse tree produced by BluespecParser#moduleFormalParams.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  348. def exitModuleIdentifier(ctx: ModuleIdentifierContext): Unit

    Exit a parse tree produced by BluespecParser#moduleIdentifier.

    Exit a parse tree produced by BluespecParser#moduleIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  349. def exitModuleInst(ctx: ModuleInstContext): Unit

    Exit a parse tree produced by BluespecParser#moduleInst.

    Exit a parse tree produced by BluespecParser#moduleInst.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  350. def exitModuleProto(ctx: ModuleProtoContext): Unit

    Exit a parse tree produced by BluespecParser#moduleProto.

    Exit a parse tree produced by BluespecParser#moduleProto.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  351. def exitModuleStmt(ctx: ModuleStmtContext): Unit

    Exit a parse tree produced by BluespecParser#moduleStmt.

    Exit a parse tree produced by BluespecParser#moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  352. def exitNoResetBVIStmt(ctx: NoResetBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#noResetBVIStmt.

    Exit a parse tree produced by BluespecParser#noResetBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  353. def exitNon_package(ctx: Non_packageContext): Unit

    Exit a parse tree produced by BluespecParser#non_package.

    Exit a parse tree produced by BluespecParser#non_package.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  354. def exitOperatorExpr(ctx: OperatorExprContext): Unit

    Exit a parse tree produced by BluespecParser#operatorExpr.

    Exit a parse tree produced by BluespecParser#operatorExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  355. def exitOperatorId(ctx: OperatorIdContext): Unit

    Exit a parse tree produced by BluespecParser#operatorId.

    Exit a parse tree produced by BluespecParser#operatorId.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  356. def exitOutputClockBVIStmt(ctx: OutputClockBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#outputClockBVIStmt.

    Exit a parse tree produced by BluespecParser#outputClockBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  357. def exitOutputResetBVIStmt(ctx: OutputResetBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#outputResetBVIStmt.

    Exit a parse tree produced by BluespecParser#outputResetBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  358. def exitOverloadedDef(ctx: OverloadedDefContext): Unit

    Exit a parse tree produced by BluespecParser#overloadedDef.

    Exit a parse tree produced by BluespecParser#overloadedDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  359. def exitPackageIde(ctx: PackageIdeContext): Unit

    Exit a parse tree produced by BluespecParser#packageIde.

    Exit a parse tree produced by BluespecParser#packageIde.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  360. def exitPackageStmt(ctx: PackageStmtContext): Unit

    Exit a parse tree produced by BluespecParser#packageStmt.

    Exit a parse tree produced by BluespecParser#packageStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  361. def exitParFsmStmt(ctx: ParFsmStmtContext): Unit

    Exit a parse tree produced by BluespecParser#parFsmStmt.

    Exit a parse tree produced by BluespecParser#parFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  362. def exitParameterBVIStmt(ctx: ParameterBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#parameterBVIStmt.

    Exit a parse tree produced by BluespecParser#parameterBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  363. def exitPathBVIStmt(ctx: PathBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#pathBVIStmt.

    Exit a parse tree produced by BluespecParser#pathBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  364. def exitPattern(ctx: PatternContext): Unit

    Exit a parse tree produced by BluespecParser#pattern.

    Exit a parse tree produced by BluespecParser#pattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  365. def exitPortBVIStmt(ctx: PortBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#portBVIStmt.

    Exit a parse tree produced by BluespecParser#portBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  366. def exitPortId(ctx: PortIdContext): Unit

    Exit a parse tree produced by BluespecParser#portId.

    Exit a parse tree produced by BluespecParser#portId.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  367. def exitPortsDef(ctx: PortsDefContext): Unit

    Exit a parse tree produced by BluespecParser#portsDef.

    Exit a parse tree produced by BluespecParser#portsDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  368. def exitProviso(ctx: ProvisoContext): Unit

    Exit a parse tree produced by BluespecParser#proviso.

    Exit a parse tree produced by BluespecParser#proviso.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  369. def exitProvisos(ctx: ProvisosContext): Unit

    Exit a parse tree produced by BluespecParser#provisos.

    Exit a parse tree produced by BluespecParser#provisos.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  370. def exitR_package(ctx: R_packageContext): Unit

    Exit a parse tree produced by BluespecParser#r_package.

    Exit a parse tree produced by BluespecParser#r_package.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  371. def exitR_rule(ctx: R_ruleContext): Unit

    Exit a parse tree produced by BluespecParser#r_rule.

    Exit a parse tree produced by BluespecParser#r_rule.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  372. def exitReady_sel(ctx: Ready_selContext): Unit

    Exit a parse tree produced by BluespecParser#ready_sel.

    Exit a parse tree produced by BluespecParser#ready_sel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  373. def exitRegWrite(ctx: RegWriteContext): Unit

    Exit a parse tree produced by BluespecParser#regWrite.

    Exit a parse tree produced by BluespecParser#regWrite.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  374. def exitRepeatFsmStmt(ctx: RepeatFsmStmtContext): Unit

    Exit a parse tree produced by BluespecParser#repeatFsmStmt.

    Exit a parse tree produced by BluespecParser#repeatFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  375. def exitResetId(ctx: ResetIdContext): Unit

    Exit a parse tree produced by BluespecParser#resetId.

    Exit a parse tree produced by BluespecParser#resetId.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  376. def exitReset_by_sel(ctx: Reset_by_selContext): Unit

    Exit a parse tree produced by BluespecParser#reset_by_sel.

    Exit a parse tree produced by BluespecParser#reset_by_sel.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  377. def exitReturnFsmStmt(ctx: ReturnFsmStmtContext): Unit

    Exit a parse tree produced by BluespecParser#returnFsmStmt.

    Exit a parse tree produced by BluespecParser#returnFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  378. def exitReturnStmt(ctx: ReturnStmtContext): Unit

    Exit a parse tree produced by BluespecParser#returnStmt.

    Exit a parse tree produced by BluespecParser#returnStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  379. def exitRuleBody(ctx: RuleBodyContext): Unit

    Exit a parse tree produced by BluespecParser#ruleBody.

    Exit a parse tree produced by BluespecParser#ruleBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  380. def exitRuleCond(ctx: RuleCondContext): Unit

    Exit a parse tree produced by BluespecParser#ruleCond.

    Exit a parse tree produced by BluespecParser#ruleCond.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  381. def exitRuleExpr(ctx: RuleExprContext): Unit

    Exit a parse tree produced by BluespecParser#ruleExpr.

    Exit a parse tree produced by BluespecParser#ruleExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  382. def exitRuleStmt(ctx: RuleStmtContext): Unit

    Exit a parse tree produced by BluespecParser#ruleStmt.

    Exit a parse tree produced by BluespecParser#ruleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  383. def exitSameFamilyBVIStmt(ctx: SameFamilyBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#sameFamilyBVIStmt.

    Exit a parse tree produced by BluespecParser#sameFamilyBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  384. def exitScheduleBVIStmt(ctx: ScheduleBVIStmtContext): Unit

    Exit a parse tree produced by BluespecParser#scheduleBVIStmt.

    Exit a parse tree produced by BluespecParser#scheduleBVIStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  385. def exitSeqFsmStmt(ctx: SeqFsmStmtContext): Unit

    Exit a parse tree produced by BluespecParser#seqFsmStmt.

    Exit a parse tree produced by BluespecParser#seqFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  386. def exitSimpleVarAssign(ctx: SimpleVarAssignContext): Unit

    Exit a parse tree produced by BluespecParser#simpleVarAssign.

    Exit a parse tree produced by BluespecParser#simpleVarAssign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  387. def exitSimpleVarDeclAssign(ctx: SimpleVarDeclAssignContext): Unit

    Exit a parse tree produced by BluespecParser#simpleVarDeclAssign.

    Exit a parse tree produced by BluespecParser#simpleVarDeclAssign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  388. def exitStringAVTaskName(ctx: StringAVTaskNameContext): Unit

    Exit a parse tree produced by BluespecParser#stringAVTaskName.

    Exit a parse tree produced by BluespecParser#stringAVTaskName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  389. def exitStringLiteral(ctx: StringLiteralContext): Unit

    Exit a parse tree produced by BluespecParser#stringLiteral.

    Exit a parse tree produced by BluespecParser#stringLiteral.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  390. def exitStringTaskName(ctx: StringTaskNameContext): Unit

    Exit a parse tree produced by BluespecParser#stringTaskName.

    Exit a parse tree produced by BluespecParser#stringTaskName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  391. def exitStructExpr(ctx: StructExprContext): Unit

    Exit a parse tree produced by BluespecParser#structExpr.

    Exit a parse tree produced by BluespecParser#structExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  392. def exitStructMember(ctx: StructMemberContext): Unit

    Exit a parse tree produced by BluespecParser#structMember.

    Exit a parse tree produced by BluespecParser#structMember.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  393. def exitStructPattern(ctx: StructPatternContext): Unit

    Exit a parse tree produced by BluespecParser#structPattern.

    Exit a parse tree produced by BluespecParser#structPattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  394. def exitSubStruct(ctx: SubStructContext): Unit

    Exit a parse tree produced by BluespecParser#subStruct.

    Exit a parse tree produced by BluespecParser#subStruct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  395. def exitSubUnion(ctx: SubUnionContext): Unit

    Exit a parse tree produced by BluespecParser#subUnion.

    Exit a parse tree produced by BluespecParser#subUnion.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  396. def exitSubinterfaceDecl(ctx: SubinterfaceDeclContext): Unit

    Exit a parse tree produced by BluespecParser#subinterfaceDecl.

    Exit a parse tree produced by BluespecParser#subinterfaceDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  397. def exitSubinterfaceDef(ctx: SubinterfaceDefContext): Unit

    Exit a parse tree produced by BluespecParser#subinterfaceDef.

    Exit a parse tree produced by BluespecParser#subinterfaceDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  398. def exitSystemFunctionCall(ctx: SystemFunctionCallContext): Unit

    Exit a parse tree produced by BluespecParser#systemFunctionCall.

    Exit a parse tree produced by BluespecParser#systemFunctionCall.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  399. def exitSystemTaskCall(ctx: SystemTaskCallContext): Unit

    Exit a parse tree produced by BluespecParser#systemTaskCall.

    Exit a parse tree produced by BluespecParser#systemTaskCall.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  400. def exitSystemTaskStmt(ctx: SystemTaskStmtContext): Unit

    Exit a parse tree produced by BluespecParser#systemTaskStmt.

    Exit a parse tree produced by BluespecParser#systemTaskStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  401. def exitTaggedUnionExpr(ctx: TaggedUnionExprContext): Unit

    Exit a parse tree produced by BluespecParser#taggedUnionExpr.

    Exit a parse tree produced by BluespecParser#taggedUnionExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  402. def exitTaggedUnionPattern(ctx: TaggedUnionPatternContext): Unit

    Exit a parse tree produced by BluespecParser#taggedUnionPattern.

    Exit a parse tree produced by BluespecParser#taggedUnionPattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  403. def exitTop(ctx: TopContext): Unit

    Exit a parse tree produced by BluespecParser#top.

    Exit a parse tree produced by BluespecParser#top.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  404. def exitTuplePattern(ctx: TuplePatternContext): Unit

    Exit a parse tree produced by BluespecParser#tuplePattern.

    Exit a parse tree produced by BluespecParser#tuplePattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  405. def exitType(ctx: TypeContext): Unit

    Exit a parse tree produced by BluespecParser#type.

    Exit a parse tree produced by BluespecParser#type.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  406. def exitTypeAssertion(ctx: TypeAssertionContext): Unit

    Exit a parse tree produced by BluespecParser#typeAssertion.

    Exit a parse tree produced by BluespecParser#typeAssertion.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  407. def exitTypeDef(ctx: TypeDefContext): Unit

    Exit a parse tree produced by BluespecParser#typeDef.

    Exit a parse tree produced by BluespecParser#typeDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  408. def exitTypeDefType(ctx: TypeDefTypeContext): Unit

    Exit a parse tree produced by BluespecParser#typeDefType.

    Exit a parse tree produced by BluespecParser#typeDefType.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  409. def exitTypeFormal(ctx: TypeFormalContext): Unit

    Exit a parse tree produced by BluespecParser#typeFormal.

    Exit a parse tree produced by BluespecParser#typeFormal.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  410. def exitTypeFormals(ctx: TypeFormalsContext): Unit

    Exit a parse tree produced by BluespecParser#typeFormals.

    Exit a parse tree produced by BluespecParser#typeFormals.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  411. def exitTypeIde(ctx: TypeIdeContext): Unit

    Exit a parse tree produced by BluespecParser#typeIde.

    Exit a parse tree produced by BluespecParser#typeIde.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  412. def exitTypeNat(ctx: TypeNatContext): Unit

    Exit a parse tree produced by BluespecParser#typeNat.

    Exit a parse tree produced by BluespecParser#typeNat.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  413. def exitTypePrimary(ctx: TypePrimaryContext): Unit

    Exit a parse tree produced by BluespecParser#typePrimary.

    Exit a parse tree produced by BluespecParser#typePrimary.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  414. def exitTypeclassDef(ctx: TypeclassDefContext): Unit

    Exit a parse tree produced by BluespecParser#typeclassDef.

    Exit a parse tree produced by BluespecParser#typeclassDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  415. def exitTypeclassIde(ctx: TypeclassIdeContext): Unit

    Exit a parse tree produced by BluespecParser#typeclassIde.

    Exit a parse tree produced by BluespecParser#typeclassIde.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  416. def exitTypeclassInstanceDef(ctx: TypeclassInstanceDefContext): Unit

    Exit a parse tree produced by BluespecParser#typeclassInstanceDef.

    Exit a parse tree produced by BluespecParser#typeclassInstanceDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  417. def exitTypedefEnum(ctx: TypedefEnumContext): Unit

    Exit a parse tree produced by BluespecParser#typedefEnum.

    Exit a parse tree produced by BluespecParser#typedefEnum.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  418. def exitTypedefEnumElement(ctx: TypedefEnumElementContext): Unit

    Exit a parse tree produced by BluespecParser#typedefEnumElement.

    Exit a parse tree produced by BluespecParser#typedefEnumElement.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  419. def exitTypedefEnumElements(ctx: TypedefEnumElementsContext): Unit

    Exit a parse tree produced by BluespecParser#typedefEnumElements.

    Exit a parse tree produced by BluespecParser#typedefEnumElements.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  420. def exitTypedefStruct(ctx: TypedefStructContext): Unit

    Exit a parse tree produced by BluespecParser#typedefStruct.

    Exit a parse tree produced by BluespecParser#typedefStruct.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  421. def exitTypedefSynonym(ctx: TypedefSynonymContext): Unit

    Exit a parse tree produced by BluespecParser#typedefSynonym.

    Exit a parse tree produced by BluespecParser#typedefSynonym.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  422. def exitTypedefTaggedUnion(ctx: TypedefTaggedUnionContext): Unit

    Exit a parse tree produced by BluespecParser#typedefTaggedUnion.

    Exit a parse tree produced by BluespecParser#typedefTaggedUnion.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  423. def exitTypedepend(ctx: TypedependContext): Unit

    Exit a parse tree produced by BluespecParser#typedepend.

    Exit a parse tree produced by BluespecParser#typedepend.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  424. def exitTypedepends(ctx: TypedependsContext): Unit

    Exit a parse tree produced by BluespecParser#typedepends.

    Exit a parse tree produced by BluespecParser#typedepends.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  425. def exitTypelist(ctx: TypelistContext): Unit

    Exit a parse tree produced by BluespecParser#typelist.

    Exit a parse tree produced by BluespecParser#typelist.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  426. def exitUnionMember(ctx: UnionMemberContext): Unit

    Exit a parse tree produced by BluespecParser#unionMember.

    Exit a parse tree produced by BluespecParser#unionMember.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  427. def exitUnop(ctx: UnopContext): Unit

    Exit a parse tree produced by BluespecParser#unop.

    Exit a parse tree produced by BluespecParser#unop.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  428. def exitVarAssign(ctx: VarAssignContext): Unit

    Exit a parse tree produced by BluespecParser#varAssign.

    Exit a parse tree produced by BluespecParser#varAssign.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  429. def exitVarDecl(ctx: VarDeclContext): Unit

    Exit a parse tree produced by BluespecParser#varDecl.

    Exit a parse tree produced by BluespecParser#varDecl.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  430. def exitVarDeclDo(ctx: VarDeclDoContext): Unit

    Exit a parse tree produced by BluespecParser#varDeclDo.

    Exit a parse tree produced by BluespecParser#varDeclDo.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  431. def exitVarDo(ctx: VarDoContext): Unit

    Exit a parse tree produced by BluespecParser#varDo.

    Exit a parse tree produced by BluespecParser#varDo.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  432. def exitVarIncr(ctx: VarIncrContext): Unit

    Exit a parse tree produced by BluespecParser#varIncr.

    Exit a parse tree produced by BluespecParser#varIncr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  433. def exitVarInit(ctx: VarInitContext): Unit

    Exit a parse tree produced by BluespecParser#varInit.

    Exit a parse tree produced by BluespecParser#varInit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  434. def exitWhileFsmStmt(ctx: WhileFsmStmtContext): Unit

    Exit a parse tree produced by BluespecParser#whileFsmStmt.

    Exit a parse tree produced by BluespecParser#whileFsmStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  435. def exitWhile_actionStmt(ctx: While_actionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#while_actionStmt.

    Exit a parse tree produced by BluespecParser#while_actionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  436. def exitWhile_actionValueStmt(ctx: While_actionValueStmtContext): Unit

    Exit a parse tree produced by BluespecParser#while_actionValueStmt.

    Exit a parse tree produced by BluespecParser#while_actionValueStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  437. def exitWhile_expressionStmt(ctx: While_expressionStmtContext): Unit

    Exit a parse tree produced by BluespecParser#while_expressionStmt.

    Exit a parse tree produced by BluespecParser#while_expressionStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  438. def exitWhile_functionBodyStmt(ctx: While_functionBodyStmtContext): Unit

    Exit a parse tree produced by BluespecParser#while_functionBodyStmt.

    Exit a parse tree produced by BluespecParser#while_functionBodyStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  439. def exitWhile_moduleStmt(ctx: While_moduleStmtContext): Unit

    Exit a parse tree produced by BluespecParser#while_moduleStmt.

    Exit a parse tree produced by BluespecParser#while_moduleStmt.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    BluespecBaseListenerBluespecListener
    Annotations
    @Override()
  440. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  441. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  442. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  443. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  444. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  445. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  446. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  447. def toString(): String
    Definition Classes
    AnyRef → Any
  448. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    BluespecBaseListener → ParseTreeListener
    Annotations
    @Override()
  449. def visitTerminal(node: TerminalNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    BluespecBaseListener → ParseTreeListener
    Annotations
    @Override()
  450. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  451. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  452. 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 BluespecListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped