Packages

c

top.scaleda.tcl.parser

TclBaseListener

class TclBaseListener extends TclListener

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

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

Instance Constructors

  1. new TclBaseListener()

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 enterCommand(ctx: CommandContext): Unit

    Enter a parse tree produced by TclParser#command.

    Enter a parse tree produced by TclParser#command.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  7. def enterCommandArg(ctx: CommandArgContext): Unit

    Enter a parse tree produced by TclParser#commandArg.

    Enter a parse tree produced by TclParser#commandArg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  8. def enterCommandEmpty(ctx: CommandEmptyContext): Unit

    Enter a parse tree produced by TclParser#commandEmpty.

    Enter a parse tree produced by TclParser#commandEmpty.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  9. def enterCommandLine(ctx: CommandLineContext): Unit

    Enter a parse tree produced by TclParser#commandLine.

    Enter a parse tree produced by TclParser#commandLine.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  10. def enterCommandName(ctx: CommandNameContext): Unit

    Enter a parse tree produced by TclParser#commandName.

    Enter a parse tree produced by TclParser#commandName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  11. def enterElseBody(ctx: ElseBodyContext): Unit

    Enter a parse tree produced by TclParser#elseBody.

    Enter a parse tree produced by TclParser#elseBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  12. def enterElsePart(ctx: ElsePartContext): Unit

    Enter a parse tree produced by TclParser#elsePart.

    Enter a parse tree produced by TclParser#elsePart.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  13. def enterElseif(ctx: ElseifContext): Unit

    Enter a parse tree produced by TclParser#elseif.

    Enter a parse tree produced by TclParser#elseif.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  14. def enterEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    TclBaseListener → ParseTreeListener
    Annotations
    @Override()
  15. def enterExpr(ctx: ExprContext): Unit

    Enter a parse tree produced by TclParser#expr.

    Enter a parse tree produced by TclParser#expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  16. def enterFor(ctx: ForContext): Unit

    Enter a parse tree produced by TclParser#for.

    Enter a parse tree produced by TclParser#for.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  17. def enterForBody(ctx: ForBodyContext): Unit

    Enter a parse tree produced by TclParser#forBody.

    Enter a parse tree produced by TclParser#forBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  18. def enterForCond(ctx: ForCondContext): Unit

    Enter a parse tree produced by TclParser#forCond.

    Enter a parse tree produced by TclParser#forCond.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  19. def enterForIncr(ctx: ForIncrContext): Unit

    Enter a parse tree produced by TclParser#forIncr.

    Enter a parse tree produced by TclParser#forIncr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  20. def enterForInit(ctx: ForInitContext): Unit

    Enter a parse tree produced by TclParser#forInit.

    Enter a parse tree produced by TclParser#forInit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  21. def enterForeach(ctx: ForeachContext): Unit

    Enter a parse tree produced by TclParser#foreach.

    Enter a parse tree produced by TclParser#foreach.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  22. def enterForeachBody(ctx: ForeachBodyContext): Unit

    Enter a parse tree produced by TclParser#foreachBody.

    Enter a parse tree produced by TclParser#foreachBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  23. def enterForeachList(ctx: ForeachListContext): Unit

    Enter a parse tree produced by TclParser#foreachList.

    Enter a parse tree produced by TclParser#foreachList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  24. def enterForeachVar(ctx: ForeachVarContext): Unit

    Enter a parse tree produced by TclParser#foreachVar.

    Enter a parse tree produced by TclParser#foreachVar.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  25. def enterIf(ctx: IfContext): Unit

    Enter a parse tree produced by TclParser#if.

    Enter a parse tree produced by TclParser#if.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  26. def enterIfBody(ctx: IfBodyContext): Unit

    Enter a parse tree produced by TclParser#ifBody.

    Enter a parse tree produced by TclParser#ifBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  27. def enterIfCond(ctx: IfCondContext): Unit

    Enter a parse tree produced by TclParser#ifCond.

    Enter a parse tree produced by TclParser#ifCond.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  28. def enterMatchPattern(ctx: MatchPatternContext): Unit

    Enter a parse tree produced by TclParser#matchPattern.

    Enter a parse tree produced by TclParser#matchPattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  29. def enterNamespace(ctx: NamespaceContext): Unit

    Enter a parse tree produced by TclParser#namespace.

    Enter a parse tree produced by TclParser#namespace.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  30. def enterNamespaceIdentifier(ctx: NamespaceIdentifierContext): Unit

    Enter a parse tree produced by TclParser#namespaceIdentifier.

    Enter a parse tree produced by TclParser#namespaceIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  31. def enterOperatorA(ctx: OperatorAContext): Unit

    Enter a parse tree produced by TclParser#operatorA.

    Enter a parse tree produced by TclParser#operatorA.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  32. def enterOperatorAB(ctx: OperatorABContext): Unit

    Enter a parse tree produced by TclParser#operatorAB.

    Enter a parse tree produced by TclParser#operatorAB.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  33. def enterPackage(ctx: PackageContext): Unit

    Enter a parse tree produced by TclParser#package.

    Enter a parse tree produced by TclParser#package.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  34. def enterPackageIdentifier(ctx: PackageIdentifierContext): Unit

    Enter a parse tree produced by TclParser#packageIdentifier.

    Enter a parse tree produced by TclParser#packageIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  35. def enterPackageProvide(ctx: PackageProvideContext): Unit

    Enter a parse tree produced by TclParser#packageProvide.

    Enter a parse tree produced by TclParser#packageProvide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  36. def enterPackageRequire(ctx: PackageRequireContext): Unit

    Enter a parse tree produced by TclParser#packageRequire.

    Enter a parse tree produced by TclParser#packageRequire.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  37. def enterPackageVersion(ctx: PackageVersionContext): Unit

    Enter a parse tree produced by TclParser#packageVersion.

    Enter a parse tree produced by TclParser#packageVersion.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  38. def enterProc(ctx: ProcContext): Unit

    Enter a parse tree produced by TclParser#proc.

    Enter a parse tree produced by TclParser#proc.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  39. def enterProcArg(ctx: ProcArgContext): Unit

    Enter a parse tree produced by TclParser#procArg.

    Enter a parse tree produced by TclParser#procArg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  40. def enterProcArgDef(ctx: ProcArgDefContext): Unit

    Enter a parse tree produced by TclParser#procArgDef.

    Enter a parse tree produced by TclParser#procArgDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  41. def enterProcBody(ctx: ProcBodyContext): Unit

    Enter a parse tree produced by TclParser#procBody.

    Enter a parse tree produced by TclParser#procBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  42. def enterProcIdentifier(ctx: ProcIdentifierContext): Unit

    Enter a parse tree produced by TclParser#procIdentifier.

    Enter a parse tree produced by TclParser#procIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  43. def enterRegexp(ctx: RegexpContext): Unit

    Enter a parse tree produced by TclParser#regexp.

    Enter a parse tree produced by TclParser#regexp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  44. def enterSource_text(ctx: Source_textContext): Unit

    Enter a parse tree produced by TclParser#source_text.

    Enter a parse tree produced by TclParser#source_text.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  45. def enterSwitch(ctx: SwitchContext): Unit

    Enter a parse tree produced by TclParser#switch.

    Enter a parse tree produced by TclParser#switch.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  46. def enterSwitchBody(ctx: SwitchBodyContext): Unit

    Enter a parse tree produced by TclParser#switchBody.

    Enter a parse tree produced by TclParser#switchBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  47. def enterSwitchDefaultBody(ctx: SwitchDefaultBodyContext): Unit

    Enter a parse tree produced by TclParser#switchDefaultBody.

    Enter a parse tree produced by TclParser#switchDefaultBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  48. def enterSwitchExpr(ctx: SwitchExprContext): Unit

    Enter a parse tree produced by TclParser#switchExpr.

    Enter a parse tree produced by TclParser#switchExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  49. def enterSwitchMatch(ctx: SwitchMatchContext): Unit

    Enter a parse tree produced by TclParser#switchMatch.

    Enter a parse tree produced by TclParser#switchMatch.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  50. def enterWhile(ctx: WhileContext): Unit

    Enter a parse tree produced by TclParser#while.

    Enter a parse tree produced by TclParser#while.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  51. def enterWhileBody(ctx: WhileBodyContext): Unit

    Enter a parse tree produced by TclParser#whileBody.

    Enter a parse tree produced by TclParser#whileBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  52. def enterWhileCond(ctx: WhileCondContext): Unit

    Enter a parse tree produced by TclParser#whileCond.

    Enter a parse tree produced by TclParser#whileCond.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  53. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  55. def exitCommand(ctx: CommandContext): Unit

    Exit a parse tree produced by TclParser#command.

    Exit a parse tree produced by TclParser#command.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  56. def exitCommandArg(ctx: CommandArgContext): Unit

    Exit a parse tree produced by TclParser#commandArg.

    Exit a parse tree produced by TclParser#commandArg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  57. def exitCommandEmpty(ctx: CommandEmptyContext): Unit

    Exit a parse tree produced by TclParser#commandEmpty.

    Exit a parse tree produced by TclParser#commandEmpty.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  58. def exitCommandLine(ctx: CommandLineContext): Unit

    Exit a parse tree produced by TclParser#commandLine.

    Exit a parse tree produced by TclParser#commandLine.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  59. def exitCommandName(ctx: CommandNameContext): Unit

    Exit a parse tree produced by TclParser#commandName.

    Exit a parse tree produced by TclParser#commandName.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  60. def exitElseBody(ctx: ElseBodyContext): Unit

    Exit a parse tree produced by TclParser#elseBody.

    Exit a parse tree produced by TclParser#elseBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  61. def exitElsePart(ctx: ElsePartContext): Unit

    Exit a parse tree produced by TclParser#elsePart.

    Exit a parse tree produced by TclParser#elsePart.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  62. def exitElseif(ctx: ElseifContext): Unit

    Exit a parse tree produced by TclParser#elseif.

    Exit a parse tree produced by TclParser#elseif.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  63. def exitEveryRule(ctx: ParserRuleContext): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    TclBaseListener → ParseTreeListener
    Annotations
    @Override()
  64. def exitExpr(ctx: ExprContext): Unit

    Exit a parse tree produced by TclParser#expr.

    Exit a parse tree produced by TclParser#expr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  65. def exitFor(ctx: ForContext): Unit

    Exit a parse tree produced by TclParser#for.

    Exit a parse tree produced by TclParser#for.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  66. def exitForBody(ctx: ForBodyContext): Unit

    Exit a parse tree produced by TclParser#forBody.

    Exit a parse tree produced by TclParser#forBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  67. def exitForCond(ctx: ForCondContext): Unit

    Exit a parse tree produced by TclParser#forCond.

    Exit a parse tree produced by TclParser#forCond.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  68. def exitForIncr(ctx: ForIncrContext): Unit

    Exit a parse tree produced by TclParser#forIncr.

    Exit a parse tree produced by TclParser#forIncr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  69. def exitForInit(ctx: ForInitContext): Unit

    Exit a parse tree produced by TclParser#forInit.

    Exit a parse tree produced by TclParser#forInit.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  70. def exitForeach(ctx: ForeachContext): Unit

    Exit a parse tree produced by TclParser#foreach.

    Exit a parse tree produced by TclParser#foreach.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  71. def exitForeachBody(ctx: ForeachBodyContext): Unit

    Exit a parse tree produced by TclParser#foreachBody.

    Exit a parse tree produced by TclParser#foreachBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  72. def exitForeachList(ctx: ForeachListContext): Unit

    Exit a parse tree produced by TclParser#foreachList.

    Exit a parse tree produced by TclParser#foreachList.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  73. def exitForeachVar(ctx: ForeachVarContext): Unit

    Exit a parse tree produced by TclParser#foreachVar.

    Exit a parse tree produced by TclParser#foreachVar.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  74. def exitIf(ctx: IfContext): Unit

    Exit a parse tree produced by TclParser#if.

    Exit a parse tree produced by TclParser#if.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  75. def exitIfBody(ctx: IfBodyContext): Unit

    Exit a parse tree produced by TclParser#ifBody.

    Exit a parse tree produced by TclParser#ifBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  76. def exitIfCond(ctx: IfCondContext): Unit

    Exit a parse tree produced by TclParser#ifCond.

    Exit a parse tree produced by TclParser#ifCond.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  77. def exitMatchPattern(ctx: MatchPatternContext): Unit

    Exit a parse tree produced by TclParser#matchPattern.

    Exit a parse tree produced by TclParser#matchPattern.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  78. def exitNamespace(ctx: NamespaceContext): Unit

    Exit a parse tree produced by TclParser#namespace.

    Exit a parse tree produced by TclParser#namespace.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  79. def exitNamespaceIdentifier(ctx: NamespaceIdentifierContext): Unit

    Exit a parse tree produced by TclParser#namespaceIdentifier.

    Exit a parse tree produced by TclParser#namespaceIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  80. def exitOperatorA(ctx: OperatorAContext): Unit

    Exit a parse tree produced by TclParser#operatorA.

    Exit a parse tree produced by TclParser#operatorA.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  81. def exitOperatorAB(ctx: OperatorABContext): Unit

    Exit a parse tree produced by TclParser#operatorAB.

    Exit a parse tree produced by TclParser#operatorAB.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  82. def exitPackage(ctx: PackageContext): Unit

    Exit a parse tree produced by TclParser#package.

    Exit a parse tree produced by TclParser#package.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  83. def exitPackageIdentifier(ctx: PackageIdentifierContext): Unit

    Exit a parse tree produced by TclParser#packageIdentifier.

    Exit a parse tree produced by TclParser#packageIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  84. def exitPackageProvide(ctx: PackageProvideContext): Unit

    Exit a parse tree produced by TclParser#packageProvide.

    Exit a parse tree produced by TclParser#packageProvide.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  85. def exitPackageRequire(ctx: PackageRequireContext): Unit

    Exit a parse tree produced by TclParser#packageRequire.

    Exit a parse tree produced by TclParser#packageRequire.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  86. def exitPackageVersion(ctx: PackageVersionContext): Unit

    Exit a parse tree produced by TclParser#packageVersion.

    Exit a parse tree produced by TclParser#packageVersion.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  87. def exitProc(ctx: ProcContext): Unit

    Exit a parse tree produced by TclParser#proc.

    Exit a parse tree produced by TclParser#proc.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  88. def exitProcArg(ctx: ProcArgContext): Unit

    Exit a parse tree produced by TclParser#procArg.

    Exit a parse tree produced by TclParser#procArg.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  89. def exitProcArgDef(ctx: ProcArgDefContext): Unit

    Exit a parse tree produced by TclParser#procArgDef.

    Exit a parse tree produced by TclParser#procArgDef.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  90. def exitProcBody(ctx: ProcBodyContext): Unit

    Exit a parse tree produced by TclParser#procBody.

    Exit a parse tree produced by TclParser#procBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  91. def exitProcIdentifier(ctx: ProcIdentifierContext): Unit

    Exit a parse tree produced by TclParser#procIdentifier.

    Exit a parse tree produced by TclParser#procIdentifier.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  92. def exitRegexp(ctx: RegexpContext): Unit

    Exit a parse tree produced by TclParser#regexp.

    Exit a parse tree produced by TclParser#regexp.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  93. def exitSource_text(ctx: Source_textContext): Unit

    Exit a parse tree produced by TclParser#source_text.

    Exit a parse tree produced by TclParser#source_text.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  94. def exitSwitch(ctx: SwitchContext): Unit

    Exit a parse tree produced by TclParser#switch.

    Exit a parse tree produced by TclParser#switch.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  95. def exitSwitchBody(ctx: SwitchBodyContext): Unit

    Exit a parse tree produced by TclParser#switchBody.

    Exit a parse tree produced by TclParser#switchBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  96. def exitSwitchDefaultBody(ctx: SwitchDefaultBodyContext): Unit

    Exit a parse tree produced by TclParser#switchDefaultBody.

    Exit a parse tree produced by TclParser#switchDefaultBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  97. def exitSwitchExpr(ctx: SwitchExprContext): Unit

    Exit a parse tree produced by TclParser#switchExpr.

    Exit a parse tree produced by TclParser#switchExpr.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  98. def exitSwitchMatch(ctx: SwitchMatchContext): Unit

    Exit a parse tree produced by TclParser#switchMatch.

    Exit a parse tree produced by TclParser#switchMatch.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  99. def exitWhile(ctx: WhileContext): Unit

    Exit a parse tree produced by TclParser#while.

    Exit a parse tree produced by TclParser#while.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  100. def exitWhileBody(ctx: WhileBodyContext): Unit

    Exit a parse tree produced by TclParser#whileBody.

    Exit a parse tree produced by TclParser#whileBody.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  101. def exitWhileCond(ctx: WhileCondContext): Unit

    Exit a parse tree produced by TclParser#whileCond.

    Exit a parse tree produced by TclParser#whileCond.

    The default implementation does nothing.

    ctx

    the parse tree

    Definition Classes
    TclBaseListenerTclListener
    Annotations
    @Override()
  102. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  103. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  104. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  105. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  106. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  107. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  108. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  109. def toString(): String
    Definition Classes
    AnyRef → Any
  110. def visitErrorNode(node: ErrorNode): Unit

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

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

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    The default implementation does nothing.

    Definition Classes
    TclBaseListener → ParseTreeListener
    Annotations
    @Override()
  112. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  113. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  114. 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 TclListener

Inherited from ParseTreeListener

Inherited from AnyRef

Inherited from Any

Ungrouped