Packages

object ExpressionVisitor extends TesslaSyntaxBaseVisitor[Expression] with TesslaVisitor[Expression]

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

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: Expression, arg1: Expression): Expression
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def defaultResult(): Expression
    Attributes
    protected[tree]
    Definition Classes
    AbstractParseTreeVisitor
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    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: Expression): Boolean
    Attributes
    protected[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 translateArgument(arg: ArgContext): Argument[Expression]
  20. def translateMemberDefinition(memDef: MemberDefinitionContext): (Identifier, Expression)
  21. def translateOperator(operator: Token, operatorMap: Map[String, String]): MemberAccess
  22. def visit(arg0: ParseTree): Expression
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  23. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  24. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  25. def visitAnnotationDefinition(ctx: AnnotationDefinitionContext): Expression

    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
  26. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  27. def visitBlock(block: BlockContext): Block

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  28. def visitBuiltInBody(ctx: BuiltInBodyContext): Expression

    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
  29. def visitBuiltInTypeBody(ctx: BuiltInTypeBodyContext): Expression

    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
  30. final def visitChildren(node: RuleNode): Nothing
    Definition Classes
    TesslaVisitor → AbstractParseTreeVisitor → ParseTreeVisitor
  31. def visitConstantLiteral(ctx: ConstantLiteralContext): Expression

    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
  32. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  33. def visitConstantObject(ctx: ConstantObjectContext): Expression

    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
  34. def visitConstantTuple(ctx: ConstantTupleContext): Expression

    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
  35. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  36. def visitDefinition(ctx: DefinitionContext): Expression

    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
  37. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  38. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  39. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  40. def visitErrorNode(arg0: ErrorNode): Expression
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  41. def visitEscapeSequence(ctx: EscapeSequenceContext): Expression

    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
  42. def visitExpressionBody(ctx: ExpressionBodyContext): Expression

    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
  43. def visitFloatLiteral(floatLit: FloatLiteralContext): Literal

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  44. def visitFormat(ctx: FormatContext): Expression

    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
  45. def visitFunctionCall(funCall: FunctionCallContext): MacroCall

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  46. def visitFunctionType(ctx: FunctionTypeContext): Expression

    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
  47. def visitITE(ite: ITEContext): Expression

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  48. def visitImportStatement(ctx: ImportStatementContext): Expression

    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
  49. def visitIn(ctx: InContext): Expression

    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
  50. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  51. def visitInfixExpression(exp: InfixExpressionContext): MacroCall

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  52. def visitIntLiteral(intLit: IntLiteralContext): Expression

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  53. def visitLambda(lambda: LambdaContext): Lambda

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  54. def visitMemberAccess(ma: MemberAccessContext): MemberAccess

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  55. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  56. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  57. def visitModuleDefinition(ctx: ModuleDefinitionContext): Expression

    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
  58. def visitObjectLiteral(obj: ObjectLiteralContext): ObjectLiteral

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  59. def visitObjectType(ctx: ObjectTypeContext): Expression

    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
  60. def visitOut(ctx: OutContext): Expression

    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
  61. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  62. def visitRootMemberAccess(root: RootMemberAccessContext): RootMemberAccess

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  63. def visitSimpleType(ctx: SimpleTypeContext): Expression

    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
  64. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  65. def visitStringInterpolation(ctx: StringInterpolationContext): Expression

    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
  66. 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 #visitChildren on ctx.

    ctx

    the parse tree

    returns

    the visitor result

    Definition Classes
    TesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  67. def visitStringLiteral(str: StringLiteralContext): Expression

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  68. def visitTerminal(arg0: TerminalNode): Expression
    Definition Classes
    AbstractParseTreeVisitor → ParseTreeVisitor
  69. def visitText(ctx: TextContext): Expression

    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
  70. def visitTupleExpression(exp: TupleExpressionContext): Expression

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  71. def visitTupleType(ctx: TupleTypeContext): Expression

    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
  72. def visitTypeAliasBody(ctx: TypeAliasBodyContext): Expression

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

    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
  74. def visitTypeDefinition(ctx: TypeDefinitionContext): Expression

    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
  75. def visitUnaryExpression(exp: UnaryExpressionContext): MacroCall

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  76. def visitVariable(variable: VariableContext): Variable

    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.

    returns

    the visitor result

    Definition Classes
    ExpressionVisitorTesslaSyntaxBaseVisitorTesslaSyntaxVisitor
  77. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  78. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  79. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. 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.

Inherited from TesslaVisitor[Expression]

Inherited from AbstractParseTreeVisitor[Expression]

Inherited from ParseTreeVisitor[Expression]

Inherited from AnyRef

Inherited from Any

Ungrouped