object ExpressionVisitor extends TesslaSyntaxBaseVisitor[Expression] with TesslaVisitor[Expression]
- Alphabetic
- By Inheritance
- ExpressionVisitor
- TesslaVisitor
- TesslaSyntaxBaseVisitor
- TesslaSyntaxVisitor
- AbstractParseTreeVisitor
- ParseTreeVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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: Expression, arg1: Expression): Expression
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def defaultResult(): Expression
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- 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: Expression): Boolean
- Attributes
- protected[tree]
- Definition Classes
- AbstractParseTreeVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def translateArgument(arg: ArgContext): Argument[Expression]
- def translateMemberDefinition(memDef: MemberDefinitionContext): (Identifier, Expression)
- def translateOperator(operator: Token, operatorMap: Map[String, String]): MemberAccess
- def visit(arg0: ParseTree): Expression
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitAnnotation(ctx: AnnotationContext): Expression
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 visitAnnotationArg(ctx: AnnotationArgContext): Expression
Visit a parse tree produced by
TesslaSyntax#annotationArg.Visit a parse tree produced by
TesslaSyntax#annotationArg.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitAnnotationDefinition(ctx: AnnotationDefinitionContext): Expression
Visit a parse tree produced by the
AnnotationDefinitionlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
AnnotationDefinitionlabeled 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 visitArg(ctx: ArgContext): Expression
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(block: BlockContext): Block
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitBuiltInBody(ctx: BuiltInBodyContext): Expression
Visit a parse tree produced by the
BuiltInBodylabeled alternative inTesslaSyntax#body.Visit a parse tree produced by the
BuiltInBodylabeled alternative inTesslaSyntax#body.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitBuiltInTypeBody(ctx: BuiltInTypeBodyContext): Expression
Visit a parse tree produced by the
BuiltInTypeBodylabeled alternative inTesslaSyntax#typeBody.Visit a parse tree produced by the
BuiltInTypeBodylabeled alternative inTesslaSyntax#typeBody.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 visitConstantLiteral(ctx: ConstantLiteralContext): Expression
Visit a parse tree produced by the
ConstantLiterallabeled alternative inTesslaSyntax#constantExpression.Visit a parse tree produced by the
ConstantLiterallabeled alternative inTesslaSyntax#constantExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitConstantMemberDefinition(ctx: ConstantMemberDefinitionContext): Expression
Visit a parse tree produced by
TesslaSyntax#constantMemberDefinition.Visit a parse tree produced by
TesslaSyntax#constantMemberDefinition.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitConstantObject(ctx: ConstantObjectContext): Expression
Visit a parse tree produced by the
ConstantObjectlabeled alternative inTesslaSyntax#constantExpression.Visit a parse tree produced by the
ConstantObjectlabeled alternative inTesslaSyntax#constantExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitConstantTuple(ctx: ConstantTupleContext): Expression
Visit a parse tree produced by the
ConstantTuplelabeled alternative inTesslaSyntax#constantExpression.Visit a parse tree produced by the
ConstantTuplelabeled alternative inTesslaSyntax#constantExpression.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitDef(ctx: DefContext): Expression
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): Expression
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): Expression
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 visitEntry(ctx: EntryContext): Expression
Visit a parse tree produced by
TesslaSyntax#entry.Visit a parse tree produced by
TesslaSyntax#entry.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): Expression
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): Expression
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitEscapeSequence(ctx: EscapeSequenceContext): Expression
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 visitExpressionBody(ctx: ExpressionBodyContext): Expression
Visit a parse tree produced by the
ExpressionBodylabeled alternative inTesslaSyntax#body.Visit a parse tree produced by the
ExpressionBodylabeled alternative inTesslaSyntax#body.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitFloatLiteral(floatLit: FloatLiteralContext): Literal
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitFormat(ctx: FormatContext): Expression
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(funCall: FunctionCallContext): MacroCall
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitFunctionType(ctx: FunctionTypeContext): Expression
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.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitITE(ite: ITEContext): Expression
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitImportStatement(ctx: ImportStatementContext): Expression
Visit a parse tree produced by the
ImportStatementlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
ImportStatementlabeled 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 visitIn(ctx: InContext): Expression
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): Expression
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(exp: InfixExpressionContext): MacroCall
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitIntLiteral(intLit: IntLiteralContext): Expression
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitLambda(lambda: LambdaContext): Lambda
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitMemberAccess(ma: MemberAccessContext): MemberAccess
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitMemberDefinition(ctx: MemberDefinitionContext): Expression
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): Expression
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 visitModuleDefinition(ctx: ModuleDefinitionContext): Expression
Visit a parse tree produced by the
ModuleDefinitionlabeled alternative inTesslaSyntax#statement.Visit a parse tree produced by the
ModuleDefinitionlabeled 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 visitObjectLiteral(obj: ObjectLiteralContext): ObjectLiteral
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitObjectType(ctx: ObjectTypeContext): Expression
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.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitOut(ctx: OutContext): Expression
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 visitParam(ctx: ParamContext): Expression
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 visitRootMemberAccess(root: RootMemberAccessContext): RootMemberAccess
Visit a parse tree produced by the
RootMemberAccesslabeled alternative inTesslaSyntax#expression.Visit a parse tree produced by the
RootMemberAccesslabeled alternative inTesslaSyntax#expression.The default implementation returns the result of calling
#visitChildrenonctx.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitSimpleType(ctx: SimpleTypeContext): Expression
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.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitSpec(ctx: SpecContext): Expression
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): Expression
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): Expression
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(str: StringLiteralContext): Expression
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitTerminal(arg0: TerminalNode): Expression
- Definition Classes
- AbstractParseTreeVisitor → ParseTreeVisitor
- def visitText(ctx: TextContext): Expression
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 visitTupleExpression(exp: TupleExpressionContext): Expression
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitTupleType(ctx: TupleTypeContext): Expression
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.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitTypeAliasBody(ctx: TypeAliasBodyContext): Expression
Visit a parse tree produced by the
TypeAliasBodylabeled alternative inTesslaSyntax#typeBody.Visit a parse tree produced by the
TypeAliasBodylabeled alternative inTesslaSyntax#typeBody.The default implementation returns the result of calling
#visitChildrenonctx.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitTypeApplication(ctx: TypeApplicationContext): Expression
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.- ctx
the parse tree
- returns
the visitor result
- Definition Classes
- TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitTypeDefinition(ctx: TypeDefinitionContext): Expression
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(exp: UnaryExpressionContext): MacroCall
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- def visitVariable(variable: VariableContext): Variable
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.- returns
the visitor result
- Definition Classes
- ExpressionVisitor → TesslaSyntaxBaseVisitor → TesslaSyntaxVisitor
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.