Packages

class StatementVisitor extends TesslaSyntaxBaseVisitor[Seq[TesslaDoc]] with (ParserRuleContext) ⇒ Seq[TesslaDoc]

Linear Supertypes
(ParserRuleContext) ⇒ Seq[TesslaDoc], TesslaSyntaxBaseVisitor[Seq[TesslaDoc]], TesslaSyntaxVisitor[Seq[TesslaDoc]], AbstractParseTreeVisitor[Seq[TesslaDoc]], ParseTreeVisitor[Seq[TesslaDoc]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatementVisitor
  2. Function1
  3. TesslaSyntaxBaseVisitor
  4. TesslaSyntaxVisitor
  5. AbstractParseTreeVisitor
  6. ParseTreeVisitor
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StatementVisitor(scope: Scope)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aggregateResult(arg0: Seq[TesslaDoc], arg1: Seq[TesslaDoc]): Seq[TesslaDoc]
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. def andThen[A](g: (Seq[TesslaDoc]) ⇒ A): (ParserRuleContext) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  6. def apply(ctx: ParserRuleContext): Seq[TesslaDoc]
    Definition Classes
    StatementVisitor → Function1
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def compose[A](g: (A) ⇒ ParserRuleContext): (A) ⇒ Seq[TesslaDoc]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. def defaultResult(): Seq[TesslaDoc]
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def shouldVisitNextChild(arg0: RuleNode, arg1: Seq[TesslaDoc]): Boolean
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  23. def visit(arg0: ParseTree): Seq[TesslaDoc]
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  24. def visitAnnotation(ctx: AnnotationContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#annotation.

    Visit a parse tree produced by TesslaSyntax#annotation.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  25. def visitArg(ctx: ArgContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#arg.

    Visit a parse tree produced by TesslaSyntax#arg.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  26. def visitBlock(block: BlockContext): Seq[TesslaDoc]

    Visit a parse tree produced by the Block labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the Block labeled alternative in TesslaSyntax#expression.

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

    returns

    the visitor result

    Definition Classes
    StatementVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  27. def visitBody(ctx: BodyContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#body.

    Visit a parse tree produced by TesslaSyntax#body.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  28. def visitChildren(arg0: RuleNode): Seq[TesslaDoc]
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  29. def visitDef(definition: DefContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#def.

    Visit a parse tree produced by TesslaSyntax#def.

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

    returns

    the visitor result

    Definition Classes
    StatementVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  30. def visitDefinition(ctx: DefinitionContext): Seq[TesslaDoc]

    Visit a parse tree produced by the Definition labeled alternative in TesslaSyntax#statement.

    Visit a parse tree produced by the Definition labeled alternative in TesslaSyntax#statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  31. def visitDefinitionHeader(ctx: DefinitionHeaderContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#definitionHeader.

    Visit a parse tree produced by TesslaSyntax#definitionHeader.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  32. def visitEos(ctx: EosContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#eos.

    Visit a parse tree produced by TesslaSyntax#eos.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  33. def visitErrorNode(arg0: ErrorNode): Seq[TesslaDoc]
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  34. def visitFalse(ctx: FalseContext): Seq[TesslaDoc]

    Visit a parse tree produced by the False labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the False labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  35. def visitFloatLiteral(ctx: FloatLiteralContext): Seq[TesslaDoc]

    Visit a parse tree produced by the FloatLiteral labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the FloatLiteral labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  36. def visitFunctionCall(ctx: FunctionCallContext): Seq[TesslaDoc]

    Visit a parse tree produced by the FunctionCall labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the FunctionCall labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  37. def visitFunctionType(ctx: FunctionTypeContext): Seq[TesslaDoc]

    Visit a parse tree produced by the FunctionType labeled alternative in TesslaSyntax#type.

    Visit a parse tree produced by the FunctionType labeled alternative in TesslaSyntax#type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  38. def visitITE(ctx: ITEContext): Seq[TesslaDoc]

    Visit a parse tree produced by the ITE labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the ITE labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  39. def visitIn(ctx: InContext): Seq[TesslaDoc]

    Visit a parse tree produced by the In labeled alternative in TesslaSyntax#statement.

    Visit a parse tree produced by the In labeled alternative in TesslaSyntax#statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  40. def visitInclude(ctx: IncludeContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#include.

    Visit a parse tree produced by TesslaSyntax#include.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  41. def visitInfixExpression(ctx: InfixExpressionContext): Seq[TesslaDoc]

    Visit a parse tree produced by the InfixExpression labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the InfixExpression labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  42. def visitIntLiteral(ctx: IntLiteralContext): Seq[TesslaDoc]

    Visit a parse tree produced by the IntLiteral labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the IntLiteral labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  43. def visitLambda(ctx: LambdaContext): Seq[TesslaDoc]

    Visit a parse tree produced by the Lambda labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the Lambda labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  44. def visitMemberAccess(ctx: MemberAccessContext): Seq[TesslaDoc]

    Visit a parse tree produced by the MemberAccess labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the MemberAccess labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  45. def visitMemberDefinition(ctx: MemberDefinitionContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#memberDefinition.

    Visit a parse tree produced by TesslaSyntax#memberDefinition.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  46. def visitMemberSig(ctx: MemberSigContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#memberSig.

    Visit a parse tree produced by TesslaSyntax#memberSig.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  47. def visitObjectLiteral(ctx: ObjectLiteralContext): Seq[TesslaDoc]

    Visit a parse tree produced by the ObjectLiteral labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the ObjectLiteral labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  48. def visitObjectType(ctx: ObjectTypeContext): Seq[TesslaDoc]

    Visit a parse tree produced by the ObjectType labeled alternative in TesslaSyntax#type.

    Visit a parse tree produced by the ObjectType labeled alternative in TesslaSyntax#type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  49. def visitOut(ctx: OutContext): Seq[TesslaDoc]

    Visit a parse tree produced by the Out labeled alternative in TesslaSyntax#statement.

    Visit a parse tree produced by the Out labeled alternative in TesslaSyntax#statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  50. def visitOutAll(ctx: OutAllContext): Seq[TesslaDoc]

    Visit a parse tree produced by the OutAll labeled alternative in TesslaSyntax#statement.

    Visit a parse tree produced by the OutAll labeled alternative in TesslaSyntax#statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  51. def visitParam(ctx: ParamContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#param.

    Visit a parse tree produced by TesslaSyntax#param.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  52. def visitPrint(ctx: PrintContext): Seq[TesslaDoc]

    Visit a parse tree produced by the Print labeled alternative in TesslaSyntax#statement.

    Visit a parse tree produced by the Print labeled alternative in TesslaSyntax#statement.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  53. def visitSimpleType(ctx: SimpleTypeContext): Seq[TesslaDoc]

    Visit a parse tree produced by the SimpleType labeled alternative in TesslaSyntax#type.

    Visit a parse tree produced by the SimpleType labeled alternative in TesslaSyntax#type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  54. def visitSpec(ctx: SpecContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#spec.

    Visit a parse tree produced by TesslaSyntax#spec.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  55. def visitStringContents(ctx: StringContentsContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#stringContents.

    Visit a parse tree produced by TesslaSyntax#stringContents.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  56. def visitStringLit(ctx: StringLitContext): Seq[TesslaDoc]

    Visit a parse tree produced by TesslaSyntax#stringLit.

    Visit a parse tree produced by TesslaSyntax#stringLit.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  57. def visitStringLiteral(ctx: StringLiteralContext): Seq[TesslaDoc]

    Visit a parse tree produced by the StringLiteral labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the StringLiteral labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  58. def visitTerminal(arg0: TerminalNode): Seq[TesslaDoc]
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  59. def visitTrue(ctx: TrueContext): Seq[TesslaDoc]

    Visit a parse tree produced by the True labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the True labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  60. def visitTupleExpression(ctx: TupleExpressionContext): Seq[TesslaDoc]

    Visit a parse tree produced by the TupleExpression labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the TupleExpression labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  61. def visitTupleType(ctx: TupleTypeContext): Seq[TesslaDoc]

    Visit a parse tree produced by the TupleType labeled alternative in TesslaSyntax#type.

    Visit a parse tree produced by the TupleType labeled alternative in TesslaSyntax#type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  62. def visitTypeApplication(ctx: TypeApplicationContext): Seq[TesslaDoc]

    Visit a parse tree produced by the TypeApplication labeled alternative in TesslaSyntax#type.

    Visit a parse tree produced by the TypeApplication labeled alternative in TesslaSyntax#type.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  63. def visitTypeDefinition(typeDef: TypeDefinitionContext): Seq[TypeDoc]

    Visit a parse tree produced by the TypeDefinition labeled alternative in TesslaSyntax#statement.

    Visit a parse tree produced by the TypeDefinition labeled alternative in TesslaSyntax#statement.

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

    returns

    the visitor result

    Definition Classes
    StatementVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  64. def visitUnaryExpression(ctx: UnaryExpressionContext): Seq[TesslaDoc]

    Visit a parse tree produced by the UnaryExpression labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the UnaryExpression labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  65. def visitVariable(ctx: VariableContext): Seq[TesslaDoc]

    Visit a parse tree produced by the Variable labeled alternative in TesslaSyntax#expression.

    Visit a parse tree produced by the Variable labeled alternative in TesslaSyntax#expression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from (ParserRuleContext) ⇒ Seq[TesslaDoc]

Inherited from TesslaSyntaxBaseVisitor[Seq[TesslaDoc]]

Inherited from TesslaSyntaxVisitor[Seq[TesslaDoc]]

Inherited from AbstractParseTreeVisitor[Seq[TesslaDoc]]

Inherited from ParseTreeVisitor[Seq[TesslaDoc]]

Inherited from AnyRef

Inherited from Any

Ungrouped