Packages

object TypeVisitor extends TesslaSyntaxBaseVisitor[Type]

Linear Supertypes
TesslaSyntaxBaseVisitor[Type], TesslaSyntaxVisitor[Type], AbstractParseTreeVisitor[Type], ParseTreeVisitor[Type], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeVisitor
  2. TesslaSyntaxBaseVisitor
  3. TesslaSyntaxVisitor
  4. AbstractParseTreeVisitor
  5. ParseTreeVisitor
  6. AnyRef
  7. 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: Type, arg1: Type): Type
    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() @HotSpotIntrinsicCandidate() @throws( ... )
  7. def defaultResult(): Type
    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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def shouldVisitNextChild(arg0: RuleNode, arg1: Type): Boolean
    Attributes
    protected[org.antlr.v4.runtime.tree]
    Definition Classes
    AbstractParseTreeVisitor
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def visit(arg0: ParseTree): Type
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  20. def visitAnnotation(ctx: AnnotationContext): Type

    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
  21. def visitAnnotationArg(ctx: AnnotationArgContext): Type

    Visit a parse tree produced by TesslaSyntax#annotationArg.

    Visit a parse tree produced by TesslaSyntax#annotationArg.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  22. def visitAnnotationDefinition(ctx: AnnotationDefinitionContext): Type

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

    Visit a parse tree produced by the AnnotationDefinition 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
  23. def visitArg(ctx: ArgContext): Type

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

    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
  25. def visitBuiltInBody(ctx: BuiltInBodyContext): Type

    Visit a parse tree produced by the BuiltInBody labeled alternative in TesslaSyntax#body.

    Visit a parse tree produced by the BuiltInBody labeled alternative in TesslaSyntax#body.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  26. def visitBuiltInTypeBody(ctx: BuiltInTypeBodyContext): Type

    Visit a parse tree produced by the BuiltInTypeBody labeled alternative in TesslaSyntax#typeBody.

    Visit a parse tree produced by the BuiltInTypeBody labeled alternative in TesslaSyntax#typeBody.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  27. final def visitChildren(node: RuleNode): Nothing
    Definition Classes
    TypeVisitor → AbstractParseTreeVisitor → ParseTreeVisitor
  28. def visitConstantLiteral(ctx: ConstantLiteralContext): Type

    Visit a parse tree produced by the ConstantLiteral labeled alternative in TesslaSyntax#constantExpression.

    Visit a parse tree produced by the ConstantLiteral labeled alternative in TesslaSyntax#constantExpression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  29. def visitConstantMemberDefinition(ctx: ConstantMemberDefinitionContext): Type

    Visit a parse tree produced by TesslaSyntax#constantMemberDefinition.

    Visit a parse tree produced by TesslaSyntax#constantMemberDefinition.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  30. def visitConstantObject(ctx: ConstantObjectContext): Type

    Visit a parse tree produced by the ConstantObject labeled alternative in TesslaSyntax#constantExpression.

    Visit a parse tree produced by the ConstantObject labeled alternative in TesslaSyntax#constantExpression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  31. def visitConstantTuple(ctx: ConstantTupleContext): Type

    Visit a parse tree produced by the ConstantTuple labeled alternative in TesslaSyntax#constantExpression.

    Visit a parse tree produced by the ConstantTuple labeled alternative in TesslaSyntax#constantExpression.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  32. def visitDef(ctx: DefContext): Type

    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
  33. def visitDefinition(ctx: DefinitionContext): Type

    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
  34. def visitDefinitionHeader(ctx: DefinitionHeaderContext): Type

    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
  35. def visitEntry(ctx: EntryContext): Type

    Visit a parse tree produced by TesslaSyntax#entry.

    Visit a parse tree produced by TesslaSyntax#entry.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  36. def visitEos(ctx: EosContext): Type

    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
  37. def visitErrorNode(arg0: ErrorNode): Type
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  38. def visitEscapeSequence(ctx: EscapeSequenceContext): Type

    Visit a parse tree produced by the EscapeSequence labeled alternative in TesslaSyntax#stringContents.

    Visit a parse tree produced by the EscapeSequence labeled alternative in TesslaSyntax#stringContents.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  39. def visitExpressionBody(ctx: ExpressionBodyContext): Type

    Visit a parse tree produced by the ExpressionBody labeled alternative in TesslaSyntax#body.

    Visit a parse tree produced by the ExpressionBody labeled alternative in TesslaSyntax#body.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  40. def visitFloatLiteral(ctx: FloatLiteralContext): Type

    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
  41. def visitFormat(ctx: FormatContext): Type

    Visit a parse tree produced by the Format labeled alternative in TesslaSyntax#stringContents.

    Visit a parse tree produced by the Format labeled alternative in TesslaSyntax#stringContents.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  42. def visitFunctionCall(ctx: FunctionCallContext): Type

    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
  43. def visitFunctionType(functionType: FunctionTypeContext): FunctionType

    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.

    returns

    the visitor result

    Definition Classes
    TypeVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  44. def visitITE(ctx: ITEContext): Type

    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
  45. def visitImportStatement(ctx: ImportStatementContext): Type

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

    Visit a parse tree produced by the ImportStatement 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
  46. def visitIn(ctx: InContext): Type

    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
  47. def visitInclude(ctx: IncludeContext): Type

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

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

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

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

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

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

    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
  54. def visitModuleDefinition(ctx: ModuleDefinitionContext): Type

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

    Visit a parse tree produced by the ModuleDefinition 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
  55. def visitObjectLiteral(ctx: ObjectLiteralContext): Type

    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
  56. def visitObjectType(objectType: ObjectTypeContext): ObjectType

    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.

    returns

    the visitor result

    Definition Classes
    TypeVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  57. def visitOut(ctx: OutContext): Type

    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
  58. def visitParam(ctx: ParamContext): Type

    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
  59. def visitPrint(ctx: PrintContext): Type

    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
  60. def visitRootMemberAccess(ctx: RootMemberAccessContext): Type

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

    Visit a parse tree produced by the RootMemberAccess 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 visitSimpleType(simpleType: SimpleTypeContext): SimpleType

    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.

    returns

    the visitor result

    Definition Classes
    TypeVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  62. def visitSpec(ctx: SpecContext): Type

    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
  63. def visitStringInterpolation(ctx: StringInterpolationContext): Type

    Visit a parse tree produced by the StringInterpolation labeled alternative in TesslaSyntax#stringContents.

    Visit a parse tree produced by the StringInterpolation labeled alternative in TesslaSyntax#stringContents.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  64. def visitStringLit(ctx: StringLitContext): Type

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

    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
  66. def visitTerminal(arg0: TerminalNode): Type
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  67. def visitText(ctx: TextContext): Type

    Visit a parse tree produced by the Text labeled alternative in TesslaSyntax#stringContents.

    Visit a parse tree produced by the Text labeled alternative in TesslaSyntax#stringContents.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  68. def visitTupleExpression(ctx: TupleExpressionContext): Type

    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
  69. def visitTupleType(tupleType: TupleTypeContext): TupleType

    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.

    returns

    the visitor result

    Definition Classes
    TypeVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  70. def visitTypeAliasBody(ctx: TypeAliasBodyContext): Type

    Visit a parse tree produced by the TypeAliasBody labeled alternative in TesslaSyntax#typeBody.

    Visit a parse tree produced by the TypeAliasBody labeled alternative in TesslaSyntax#typeBody.

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

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  71. def visitTypeApplication(typeApplication: TypeApplicationContext): TypeApplication

    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.

    returns

    the visitor result

    Definition Classes
    TypeVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  72. def visitTypeDefinition(ctx: TypeDefinitionContext): Type

    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.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  73. def visitUnaryExpression(ctx: UnaryExpressionContext): Type

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

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TesslaSyntaxBaseVisitor[Type]

Inherited from TesslaSyntaxVisitor[Type]

Inherited from AbstractParseTreeVisitor[Type]

Inherited from ParseTreeVisitor[Type]

Inherited from AnyRef

Inherited from Any

Ungrouped