trait TesslaSyntaxVisitor[T] extends ParseTreeVisitor[T]
This interface defines a complete generic visitor for a parse tree produced
by TesslaSyntax.
- Alphabetic
- By Inheritance
- TesslaSyntaxVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
visit(arg0: ParseTree): T
- Definition Classes
- ParseTreeVisitor
-
abstract
def
visitAnnotation(ctx: AnnotationContext): T
Visit a parse tree produced by
TesslaSyntax#annotation.Visit a parse tree produced by
TesslaSyntax#annotation.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitArg(ctx: ArgContext): T
Visit a parse tree produced by
TesslaSyntax#arg.Visit a parse tree produced by
TesslaSyntax#arg.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitBlock(ctx: BlockContext): T
Visit a parse tree produced by the
Blocklabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
Blocklabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitBody(ctx: BodyContext): T
Visit a parse tree produced by
TesslaSyntax#body.Visit a parse tree produced by
TesslaSyntax#body.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitChildren(arg0: RuleNode): T
- Definition Classes
- ParseTreeVisitor
-
abstract
def
visitDef(ctx: DefContext): T
Visit a parse tree produced by
TesslaSyntax#def.Visit a parse tree produced by
TesslaSyntax#def.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitDefinition(ctx: DefinitionContext): T
Visit a parse tree produced by the
Definitionlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
Definitionlabeled alternative inTesslaSyntax#statement.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitDefinitionHeader(ctx: DefinitionHeaderContext): T
Visit a parse tree produced by
TesslaSyntax#definitionHeader.Visit a parse tree produced by
TesslaSyntax#definitionHeader.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitEos(ctx: EosContext): T
Visit a parse tree produced by
TesslaSyntax#eos.Visit a parse tree produced by
TesslaSyntax#eos.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitErrorNode(arg0: ErrorNode): T
- Definition Classes
- ParseTreeVisitor
-
abstract
def
visitEscapeSequence(ctx: EscapeSequenceContext): T
Visit a parse tree produced by the
EscapeSequencelabeled alternative inTesslaSyntax#stringContents.Visit a parse tree produced by the
EscapeSequencelabeled alternative inTesslaSyntax#stringContents.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitFalse(ctx: FalseContext): T
Visit a parse tree produced by the
Falselabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
Falselabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitFloatLiteral(ctx: FloatLiteralContext): T
Visit a parse tree produced by the
FloatLiterallabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
FloatLiterallabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitFormat(ctx: FormatContext): T
Visit a parse tree produced by the
Formatlabeled alternative inTesslaSyntax#stringContents.Visit a parse tree produced by the
Formatlabeled alternative inTesslaSyntax#stringContents.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitFunctionCall(ctx: FunctionCallContext): T
Visit a parse tree produced by the
FunctionCalllabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
FunctionCalllabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitFunctionType(ctx: FunctionTypeContext): T
Visit a parse tree produced by the
FunctionTypelabeled alternative inTesslaSyntax#type.Visit a parse tree produced by the
FunctionTypelabeled alternative inTesslaSyntax#type.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitITE(ctx: ITEContext): T
Visit a parse tree produced by the
ITElabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
ITElabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitIn(ctx: InContext): T
Visit a parse tree produced by the
Inlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
Inlabeled alternative inTesslaSyntax#statement.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitInclude(ctx: IncludeContext): T
Visit a parse tree produced by
TesslaSyntax#include.Visit a parse tree produced by
TesslaSyntax#include.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitInfixExpression(ctx: InfixExpressionContext): T
Visit a parse tree produced by the
InfixExpressionlabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
InfixExpressionlabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitIntLiteral(ctx: IntLiteralContext): T
Visit a parse tree produced by the
IntLiterallabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
IntLiterallabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitLambda(ctx: LambdaContext): T
Visit a parse tree produced by the
Lambdalabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
Lambdalabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitMemberAccess(ctx: MemberAccessContext): T
Visit a parse tree produced by the
MemberAccesslabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
MemberAccesslabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitMemberDefinition(ctx: MemberDefinitionContext): T
Visit a parse tree produced by
TesslaSyntax#memberDefinition.Visit a parse tree produced by
TesslaSyntax#memberDefinition.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitMemberSig(ctx: MemberSigContext): T
Visit a parse tree produced by
TesslaSyntax#memberSig.Visit a parse tree produced by
TesslaSyntax#memberSig.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitObjectLiteral(ctx: ObjectLiteralContext): T
Visit a parse tree produced by the
ObjectLiterallabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
ObjectLiterallabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitObjectType(ctx: ObjectTypeContext): T
Visit a parse tree produced by the
ObjectTypelabeled alternative inTesslaSyntax#type.Visit a parse tree produced by the
ObjectTypelabeled alternative inTesslaSyntax#type.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitOut(ctx: OutContext): T
Visit a parse tree produced by the
Outlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
Outlabeled alternative inTesslaSyntax#statement.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitOutAll(ctx: OutAllContext): T
Visit a parse tree produced by the
OutAlllabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
OutAlllabeled alternative inTesslaSyntax#statement.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitParam(ctx: ParamContext): T
Visit a parse tree produced by
TesslaSyntax#param.Visit a parse tree produced by
TesslaSyntax#param.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitPrint(ctx: PrintContext): T
Visit a parse tree produced by the
Printlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
Printlabeled alternative inTesslaSyntax#statement.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitSimpleType(ctx: SimpleTypeContext): T
Visit a parse tree produced by the
SimpleTypelabeled alternative inTesslaSyntax#type.Visit a parse tree produced by the
SimpleTypelabeled alternative inTesslaSyntax#type.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitSpec(ctx: SpecContext): T
Visit a parse tree produced by
TesslaSyntax#spec.Visit a parse tree produced by
TesslaSyntax#spec.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitStringInterpolation(ctx: StringInterpolationContext): T
Visit a parse tree produced by the
StringInterpolationlabeled alternative inTesslaSyntax#stringContents.Visit a parse tree produced by the
StringInterpolationlabeled alternative inTesslaSyntax#stringContents.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitStringLit(ctx: StringLitContext): T
Visit a parse tree produced by
TesslaSyntax#stringLit.Visit a parse tree produced by
TesslaSyntax#stringLit.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitStringLiteral(ctx: StringLiteralContext): T
Visit a parse tree produced by the
StringLiterallabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
StringLiterallabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitTerminal(arg0: TerminalNode): T
- Definition Classes
- ParseTreeVisitor
-
abstract
def
visitText(ctx: TextContext): T
Visit a parse tree produced by the
Textlabeled alternative inTesslaSyntax#stringContents.Visit a parse tree produced by the
Textlabeled alternative inTesslaSyntax#stringContents.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitTrue(ctx: TrueContext): T
Visit a parse tree produced by the
Truelabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
Truelabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitTupleExpression(ctx: TupleExpressionContext): T
Visit a parse tree produced by the
TupleExpressionlabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
TupleExpressionlabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitTupleType(ctx: TupleTypeContext): T
Visit a parse tree produced by the
TupleTypelabeled alternative inTesslaSyntax#type.Visit a parse tree produced by the
TupleTypelabeled alternative inTesslaSyntax#type.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitTypeApplication(ctx: TypeApplicationContext): T
Visit a parse tree produced by the
TypeApplicationlabeled alternative inTesslaSyntax#type.Visit a parse tree produced by the
TypeApplicationlabeled alternative inTesslaSyntax#type.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitTypeDefinition(ctx: TypeDefinitionContext): T
Visit a parse tree produced by the
TypeDefinitionlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
TypeDefinitionlabeled alternative inTesslaSyntax#statement.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitUnaryExpression(ctx: UnaryExpressionContext): T
Visit a parse tree produced by the
UnaryExpressionlabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
UnaryExpressionlabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
-
abstract
def
visitVariable(ctx: VariableContext): T
Visit a parse tree produced by the
Variablelabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
Variablelabeled alternative inTesslaSyntax#expression.- ctx
the parse tree
- returns
the visitor result
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )