Packages

trait TclVisitor[T] extends ParseTreeVisitor[T]

This interface defines a complete generic visitor for a parse tree produced by TclParser.

Linear Supertypes
ParseTreeVisitor[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TclVisitor
  2. ParseTreeVisitor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def visit(arg0: ParseTree): T
    Definition Classes
    ParseTreeVisitor
  2. abstract def visitChildren(arg0: RuleNode): T
    Definition Classes
    ParseTreeVisitor
  3. abstract def visitCommand(ctx: CommandContext): T

    Visit a parse tree produced by TclParser#command.

    Visit a parse tree produced by TclParser#command.

    ctx

    the parse tree

    returns

    the visitor result

  4. abstract def visitCommandArg(ctx: CommandArgContext): T

    Visit a parse tree produced by TclParser#commandArg.

    Visit a parse tree produced by TclParser#commandArg.

    ctx

    the parse tree

    returns

    the visitor result

  5. abstract def visitCommandEmpty(ctx: CommandEmptyContext): T

    Visit a parse tree produced by TclParser#commandEmpty.

    Visit a parse tree produced by TclParser#commandEmpty.

    ctx

    the parse tree

    returns

    the visitor result

  6. abstract def visitCommandLine(ctx: CommandLineContext): T

    Visit a parse tree produced by TclParser#commandLine.

    Visit a parse tree produced by TclParser#commandLine.

    ctx

    the parse tree

    returns

    the visitor result

  7. abstract def visitCommandName(ctx: CommandNameContext): T

    Visit a parse tree produced by TclParser#commandName.

    Visit a parse tree produced by TclParser#commandName.

    ctx

    the parse tree

    returns

    the visitor result

  8. abstract def visitElseBody(ctx: ElseBodyContext): T

    Visit a parse tree produced by TclParser#elseBody.

    Visit a parse tree produced by TclParser#elseBody.

    ctx

    the parse tree

    returns

    the visitor result

  9. abstract def visitElsePart(ctx: ElsePartContext): T

    Visit a parse tree produced by TclParser#elsePart.

    Visit a parse tree produced by TclParser#elsePart.

    ctx

    the parse tree

    returns

    the visitor result

  10. abstract def visitElseif(ctx: ElseifContext): T

    Visit a parse tree produced by TclParser#elseif.

    Visit a parse tree produced by TclParser#elseif.

    ctx

    the parse tree

    returns

    the visitor result

  11. abstract def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    ParseTreeVisitor
  12. abstract def visitExpr(ctx: ExprContext): T

    Visit a parse tree produced by TclParser#expr.

    Visit a parse tree produced by TclParser#expr.

    ctx

    the parse tree

    returns

    the visitor result

  13. abstract def visitFor(ctx: ForContext): T

    Visit a parse tree produced by TclParser#for.

    Visit a parse tree produced by TclParser#for.

    ctx

    the parse tree

    returns

    the visitor result

  14. abstract def visitForBody(ctx: ForBodyContext): T

    Visit a parse tree produced by TclParser#forBody.

    Visit a parse tree produced by TclParser#forBody.

    ctx

    the parse tree

    returns

    the visitor result

  15. abstract def visitForCond(ctx: ForCondContext): T

    Visit a parse tree produced by TclParser#forCond.

    Visit a parse tree produced by TclParser#forCond.

    ctx

    the parse tree

    returns

    the visitor result

  16. abstract def visitForIncr(ctx: ForIncrContext): T

    Visit a parse tree produced by TclParser#forIncr.

    Visit a parse tree produced by TclParser#forIncr.

    ctx

    the parse tree

    returns

    the visitor result

  17. abstract def visitForInit(ctx: ForInitContext): T

    Visit a parse tree produced by TclParser#forInit.

    Visit a parse tree produced by TclParser#forInit.

    ctx

    the parse tree

    returns

    the visitor result

  18. abstract def visitForeach(ctx: ForeachContext): T

    Visit a parse tree produced by TclParser#foreach.

    Visit a parse tree produced by TclParser#foreach.

    ctx

    the parse tree

    returns

    the visitor result

  19. abstract def visitForeachBody(ctx: ForeachBodyContext): T

    Visit a parse tree produced by TclParser#foreachBody.

    Visit a parse tree produced by TclParser#foreachBody.

    ctx

    the parse tree

    returns

    the visitor result

  20. abstract def visitForeachList(ctx: ForeachListContext): T

    Visit a parse tree produced by TclParser#foreachList.

    Visit a parse tree produced by TclParser#foreachList.

    ctx

    the parse tree

    returns

    the visitor result

  21. abstract def visitForeachVar(ctx: ForeachVarContext): T

    Visit a parse tree produced by TclParser#foreachVar.

    Visit a parse tree produced by TclParser#foreachVar.

    ctx

    the parse tree

    returns

    the visitor result

  22. abstract def visitIf(ctx: IfContext): T

    Visit a parse tree produced by TclParser#if.

    Visit a parse tree produced by TclParser#if.

    ctx

    the parse tree

    returns

    the visitor result

  23. abstract def visitIfBody(ctx: IfBodyContext): T

    Visit a parse tree produced by TclParser#ifBody.

    Visit a parse tree produced by TclParser#ifBody.

    ctx

    the parse tree

    returns

    the visitor result

  24. abstract def visitIfCond(ctx: IfCondContext): T

    Visit a parse tree produced by TclParser#ifCond.

    Visit a parse tree produced by TclParser#ifCond.

    ctx

    the parse tree

    returns

    the visitor result

  25. abstract def visitMatchPattern(ctx: MatchPatternContext): T

    Visit a parse tree produced by TclParser#matchPattern.

    Visit a parse tree produced by TclParser#matchPattern.

    ctx

    the parse tree

    returns

    the visitor result

  26. abstract def visitNamespace(ctx: NamespaceContext): T

    Visit a parse tree produced by TclParser#namespace.

    Visit a parse tree produced by TclParser#namespace.

    ctx

    the parse tree

    returns

    the visitor result

  27. abstract def visitNamespaceIdentifier(ctx: NamespaceIdentifierContext): T

    Visit a parse tree produced by TclParser#namespaceIdentifier.

    Visit a parse tree produced by TclParser#namespaceIdentifier.

    ctx

    the parse tree

    returns

    the visitor result

  28. abstract def visitOperatorA(ctx: OperatorAContext): T

    Visit a parse tree produced by TclParser#operatorA.

    Visit a parse tree produced by TclParser#operatorA.

    ctx

    the parse tree

    returns

    the visitor result

  29. abstract def visitOperatorAB(ctx: OperatorABContext): T

    Visit a parse tree produced by TclParser#operatorAB.

    Visit a parse tree produced by TclParser#operatorAB.

    ctx

    the parse tree

    returns

    the visitor result

  30. abstract def visitPackage(ctx: PackageContext): T

    Visit a parse tree produced by TclParser#package.

    Visit a parse tree produced by TclParser#package.

    ctx

    the parse tree

    returns

    the visitor result

  31. abstract def visitPackageIdentifier(ctx: PackageIdentifierContext): T

    Visit a parse tree produced by TclParser#packageIdentifier.

    Visit a parse tree produced by TclParser#packageIdentifier.

    ctx

    the parse tree

    returns

    the visitor result

  32. abstract def visitPackageProvide(ctx: PackageProvideContext): T

    Visit a parse tree produced by TclParser#packageProvide.

    Visit a parse tree produced by TclParser#packageProvide.

    ctx

    the parse tree

    returns

    the visitor result

  33. abstract def visitPackageRequire(ctx: PackageRequireContext): T

    Visit a parse tree produced by TclParser#packageRequire.

    Visit a parse tree produced by TclParser#packageRequire.

    ctx

    the parse tree

    returns

    the visitor result

  34. abstract def visitPackageVersion(ctx: PackageVersionContext): T

    Visit a parse tree produced by TclParser#packageVersion.

    Visit a parse tree produced by TclParser#packageVersion.

    ctx

    the parse tree

    returns

    the visitor result

  35. abstract def visitProc(ctx: ProcContext): T

    Visit a parse tree produced by TclParser#proc.

    Visit a parse tree produced by TclParser#proc.

    ctx

    the parse tree

    returns

    the visitor result

  36. abstract def visitProcArg(ctx: ProcArgContext): T

    Visit a parse tree produced by TclParser#procArg.

    Visit a parse tree produced by TclParser#procArg.

    ctx

    the parse tree

    returns

    the visitor result

  37. abstract def visitProcArgDef(ctx: ProcArgDefContext): T

    Visit a parse tree produced by TclParser#procArgDef.

    Visit a parse tree produced by TclParser#procArgDef.

    ctx

    the parse tree

    returns

    the visitor result

  38. abstract def visitProcBody(ctx: ProcBodyContext): T

    Visit a parse tree produced by TclParser#procBody.

    Visit a parse tree produced by TclParser#procBody.

    ctx

    the parse tree

    returns

    the visitor result

  39. abstract def visitProcIdentifier(ctx: ProcIdentifierContext): T

    Visit a parse tree produced by TclParser#procIdentifier.

    Visit a parse tree produced by TclParser#procIdentifier.

    ctx

    the parse tree

    returns

    the visitor result

  40. abstract def visitRegexp(ctx: RegexpContext): T

    Visit a parse tree produced by TclParser#regexp.

    Visit a parse tree produced by TclParser#regexp.

    ctx

    the parse tree

    returns

    the visitor result

  41. abstract def visitSource_text(ctx: Source_textContext): T

    Visit a parse tree produced by TclParser#source_text.

    Visit a parse tree produced by TclParser#source_text.

    ctx

    the parse tree

    returns

    the visitor result

  42. abstract def visitSwitch(ctx: SwitchContext): T

    Visit a parse tree produced by TclParser#switch.

    Visit a parse tree produced by TclParser#switch.

    ctx

    the parse tree

    returns

    the visitor result

  43. abstract def visitSwitchBody(ctx: SwitchBodyContext): T

    Visit a parse tree produced by TclParser#switchBody.

    Visit a parse tree produced by TclParser#switchBody.

    ctx

    the parse tree

    returns

    the visitor result

  44. abstract def visitSwitchDefaultBody(ctx: SwitchDefaultBodyContext): T

    Visit a parse tree produced by TclParser#switchDefaultBody.

    Visit a parse tree produced by TclParser#switchDefaultBody.

    ctx

    the parse tree

    returns

    the visitor result

  45. abstract def visitSwitchExpr(ctx: SwitchExprContext): T

    Visit a parse tree produced by TclParser#switchExpr.

    Visit a parse tree produced by TclParser#switchExpr.

    ctx

    the parse tree

    returns

    the visitor result

  46. abstract def visitSwitchMatch(ctx: SwitchMatchContext): T

    Visit a parse tree produced by TclParser#switchMatch.

    Visit a parse tree produced by TclParser#switchMatch.

    ctx

    the parse tree

    returns

    the visitor result

  47. abstract def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    ParseTreeVisitor
  48. abstract def visitWhile(ctx: WhileContext): T

    Visit a parse tree produced by TclParser#while.

    Visit a parse tree produced by TclParser#while.

    ctx

    the parse tree

    returns

    the visitor result

  49. abstract def visitWhileBody(ctx: WhileBodyContext): T

    Visit a parse tree produced by TclParser#whileBody.

    Visit a parse tree produced by TclParser#whileBody.

    ctx

    the parse tree

    returns

    the visitor result

  50. abstract def visitWhileCond(ctx: WhileCondContext): T

    Visit a parse tree produced by TclParser#whileCond.

    Visit a parse tree produced by TclParser#whileCond.

    ctx

    the parse tree

    returns

    the visitor result

Concrete 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. 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 ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped