object TypeVisitor extends TesslaSyntaxBaseVisitor[Type] with TesslaVisitor[Type]
- Alphabetic
- By Inheritance
- TypeVisitor
- TesslaVisitor
- TesslaSyntaxBaseVisitor
- TesslaSyntaxVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
aggregateResult(arg0: Type, arg1: Type): Type
- Attributes
- protected[org.antlr.v4.runtime.tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
defaultResult(): Type
- Attributes
- protected[org.antlr.v4.runtime.tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
shouldVisitNextChild(arg0: RuleNode, arg1: Type): Boolean
- Attributes
- protected[org.antlr.v4.runtime.tree]
- Definition Classes
- AbstractParseTreeVisitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visit(arg0: ParseTree): Type
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitBlock(ctx: BlockContext): Type
Visit a parse tree produced by the
Blocklabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
Blocklabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitBody(ctx: BodyContext): Type
Visit a parse tree produced by
TesslaSyntax#body.Visit a parse tree produced by
TesslaSyntax#body.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
final
def
visitChildren(node: RuleNode): Nothing
- Definition Classes
- TesslaVisitor → AbstractParseTreeVisitor → ParseTreeVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitDefinition(ctx: DefinitionContext): Type
Visit a parse tree produced by the
Definitionlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
Definitionlabeled alternative inTesslaSyntax#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitErrorNode(arg0: ErrorNode): Type
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitEscapeSequence(ctx: EscapeSequenceContext): Type
Visit a parse tree produced by the
EscapeSequencelabeled alternative inTesslaSyntax#stringContents.Visit a parse tree produced by the
EscapeSequencelabeled alternative inTesslaSyntax#stringContents.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitFalse(ctx: FalseContext): Type
Visit a parse tree produced by the
Falselabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
Falselabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitFloatLiteral(ctx: FloatLiteralContext): Type
Visit a parse tree produced by the
FloatLiterallabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
FloatLiterallabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitFormat(ctx: FormatContext): Type
Visit a parse tree produced by the
Formatlabeled alternative inTesslaSyntax#stringContents.Visit a parse tree produced by the
Formatlabeled alternative inTesslaSyntax#stringContents.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitFunctionCall(ctx: FunctionCallContext): Type
Visit a parse tree produced by the
FunctionCalllabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
FunctionCalllabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitFunctionType(typ: FunctionTypeContext): FunctionType
Visit a parse tree produced by the
FunctionTypelabeled alternative inTesslaSyntax#type.Visit a parse tree produced by the
FunctionTypelabeled alternative inTesslaSyntax#type.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- TypeVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitITE(ctx: ITEContext): Type
Visit a parse tree produced by the
ITElabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
ITElabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitIn(ctx: InContext): Type
Visit a parse tree produced by the
Inlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
Inlabeled alternative inTesslaSyntax#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitInfixExpression(ctx: InfixExpressionContext): Type
Visit a parse tree produced by the
InfixExpressionlabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
InfixExpressionlabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitIntLiteral(ctx: IntLiteralContext): Type
Visit a parse tree produced by the
IntLiterallabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
IntLiterallabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitLambda(ctx: LambdaContext): Type
Visit a parse tree produced by the
Lambdalabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
Lambdalabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitMemberAccess(ctx: MemberAccessContext): Type
Visit a parse tree produced by the
MemberAccesslabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
MemberAccesslabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitObjectLiteral(ctx: ObjectLiteralContext): Type
Visit a parse tree produced by the
ObjectLiterallabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
ObjectLiterallabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitObjectType(typ: ObjectTypeContext): ObjectType
Visit a parse tree produced by the
ObjectTypelabeled alternative inTesslaSyntax#type.Visit a parse tree produced by the
ObjectTypelabeled alternative inTesslaSyntax#type.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- TypeVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitOut(ctx: OutContext): Type
Visit a parse tree produced by the
Outlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
Outlabeled alternative inTesslaSyntax#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitOutAll(ctx: OutAllContext): Type
Visit a parse tree produced by the
OutAlllabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
OutAlllabeled alternative inTesslaSyntax#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitPrint(ctx: PrintContext): Type
Visit a parse tree produced by the
Printlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
Printlabeled alternative inTesslaSyntax#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitSimpleType(typ: SimpleTypeContext): SimpleType
Visit a parse tree produced by the
SimpleTypelabeled alternative inTesslaSyntax#type.Visit a parse tree produced by the
SimpleTypelabeled alternative inTesslaSyntax#type.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- TypeVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitStringInterpolation(ctx: StringInterpolationContext): Type
Visit a parse tree produced by the
StringInterpolationlabeled alternative inTesslaSyntax#stringContents.Visit a parse tree produced by the
StringInterpolationlabeled alternative inTesslaSyntax#stringContents.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
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
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitStringLiteral(ctx: StringLiteralContext): Type
Visit a parse tree produced by the
StringLiterallabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
StringLiterallabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitTerminal(arg0: TerminalNode): Type
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
-
def
visitText(ctx: TextContext): Type
Visit a parse tree produced by the
Textlabeled alternative inTesslaSyntax#stringContents.Visit a parse tree produced by the
Textlabeled alternative inTesslaSyntax#stringContents.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitTrue(ctx: TrueContext): Type
Visit a parse tree produced by the
Truelabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
Truelabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitTupleExpression(ctx: TupleExpressionContext): Type
Visit a parse tree produced by the
TupleExpressionlabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
TupleExpressionlabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitTupleType(typ: TupleTypeContext): TupleType
Visit a parse tree produced by the
TupleTypelabeled alternative inTesslaSyntax#type.Visit a parse tree produced by the
TupleTypelabeled alternative inTesslaSyntax#type.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- TypeVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitTypeApplication(typ: TypeApplicationContext): TypeApplication
Visit a parse tree produced by the
TypeApplicationlabeled alternative inTesslaSyntax#type.Visit a parse tree produced by the
TypeApplicationlabeled alternative inTesslaSyntax#type.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- TypeVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitTypeDefinition(ctx: TypeDefinitionContext): Type
Visit a parse tree produced by the
TypeDefinitionlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
TypeDefinitionlabeled alternative inTesslaSyntax#statement.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitUnaryExpression(ctx: UnaryExpressionContext): Type
Visit a parse tree produced by the
UnaryExpressionlabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
UnaryExpressionlabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
def
visitVariable(ctx: VariableContext): Type
Visit a parse tree produced by the
Variablelabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
Variablelabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )