Packages

object StatementVisitor extends TesslaSyntaxBaseVisitor[Statement] with TesslaVisitor[Statement]

Linear Supertypes
TesslaVisitor[Statement], TesslaSyntaxBaseVisitor[Statement], TesslaSyntaxVisitor[Statement], AbstractParseTreeVisitor[Statement], ParseTreeVisitor[Statement], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatementVisitor
  2. TesslaVisitor
  3. TesslaSyntaxBaseVisitor
  4. TesslaSyntaxVisitor
  5. AbstractParseTreeVisitor
  6. ParseTreeVisitor
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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: Statement, arg1: Statement): Statement
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def defaultResult(): Statement
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def shouldVisitNextChild(arg0: RuleNode, arg1: Statement): Boolean
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def visit(arg0: ParseTree): Statement
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  21. def visitAnnotation(ctx: AnnotationContext): Statement

    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
  22. def visitArg(ctx: ArgContext): Statement

    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
  23. def visitBlock(ctx: BlockContext): Statement

    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.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  24. def visitBody(ctx: BodyContext): Statement

    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
  25. final def visitChildren(node: RuleNode): Nothing
    Definition Classes
    TesslaVisitor → AbstractParseTreeVisitor → ParseTreeVisitor
  26. def visitDef(ctx: DefContext): Statement

    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.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  27. def visitDefinition(definition: DefinitionContext): Definition

    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.

    returns

    the visitor result

    Definition Classes
    StatementVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  28. def visitDefinitionHeader(ctx: DefinitionHeaderContext): Statement

    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
  29. def visitEos(ctx: EosContext): Statement

    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
  30. def visitErrorNode(arg0: ErrorNode): Statement
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  31. def visitFalse(ctx: FalseContext): Statement

    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
  32. def visitFloatLiteral(ctx: FloatLiteralContext): Statement

    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
  33. def visitFunctionCall(ctx: FunctionCallContext): Statement

    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
  34. def visitFunctionType(ctx: FunctionTypeContext): Statement

    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
  35. def visitITE(ctx: ITEContext): Statement

    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
  36. def visitIn(in: InContext): In

    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.

    returns

    the visitor result

    Definition Classes
    StatementVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  37. def visitInclude(ctx: IncludeContext): Statement

    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
  38. def visitInfixExpression(ctx: InfixExpressionContext): Statement

    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
  39. def visitIntLiteral(ctx: IntLiteralContext): Statement

    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
  40. def visitLambda(ctx: LambdaContext): Statement

    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
  41. def visitMemberAccess(ctx: MemberAccessContext): Statement

    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
  42. def visitMemberDefinition(ctx: MemberDefinitionContext): Statement

    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
  43. def visitMemberSig(ctx: MemberSigContext): Statement

    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
  44. def visitObjectLiteral(ctx: ObjectLiteralContext): Statement

    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
  45. def visitObjectType(ctx: ObjectTypeContext): Statement

    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
  46. def visitOut(out: OutContext): Out

    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.

    returns

    the visitor result

    Definition Classes
    StatementVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  47. def visitOutAll(outAll: OutAllContext): OutAll

    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.

    returns

    the visitor result

    Definition Classes
    StatementVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  48. def visitParam(ctx: ParamContext): Statement

    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
  49. def visitPrint(print: PrintContext): Print

    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.

    returns

    the visitor result

    Definition Classes
    StatementVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  50. def visitSimpleType(ctx: SimpleTypeContext): Statement

    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
  51. def visitSpec(ctx: SpecContext): Statement

    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
  52. def visitStringContents(ctx: StringContentsContext): Statement

    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
  53. def visitStringLit(ctx: StringLitContext): Statement

    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
  54. def visitStringLiteral(ctx: StringLiteralContext): Statement

    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
  55. def visitTerminal(arg0: TerminalNode): Statement
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  56. def visitTrue(ctx: TrueContext): Statement

    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
  57. def visitTupleExpression(ctx: TupleExpressionContext): Statement

    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
  58. def visitTupleType(ctx: TupleTypeContext): Statement

    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
  59. def visitTypeApplication(ctx: TypeApplicationContext): Statement

    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
  60. def visitTypeDefinition(typeDef: TypeDefinitionContext): TypeDefinition

    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
  61. def visitUnaryExpression(ctx: UnaryExpressionContext): Statement

    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
  62. def visitVariable(ctx: VariableContext): Statement

    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
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from TesslaVisitor[Statement]

Inherited from TesslaSyntaxVisitor[Statement]

Inherited from AbstractParseTreeVisitor[Statement]

Inherited from ParseTreeVisitor[Statement]

Inherited from AnyRef

Inherited from Any

Ungrouped