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()
- Alphabetic
- By Inheritance
- TclBaseListener
- TclListener
- ParseTreeListener
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TclBaseListener()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- def enterEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- TclBaseListener → ParseTreeListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- def exitEveryRule(ctx: ParserRuleContext): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- TclBaseListener → ParseTreeListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- 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
- TclBaseListener → TclListener
- Annotations
- @Override()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def visitErrorNode(node: ErrorNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- TclBaseListener → ParseTreeListener
- Annotations
- @Override()
- def visitTerminal(node: TerminalNode): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
The default implementation does nothing.
- Definition Classes
- TclBaseListener → ParseTreeListener
- Annotations
- @Override()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)