t

de.uni_luebeck.isp.tessla

TesslaSyntaxVisitor

trait TesslaSyntaxVisitor[T] extends ParseTreeVisitor[T]

This interface defines a complete generic visitor for a parse tree produced by TesslaSyntax.

Linear Supertypes
ParseTreeVisitor[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TesslaSyntaxVisitor
  2. ParseTreeVisitor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def visit(arg0: ParseTree): T
    Definition Classes
    ParseTreeVisitor
  2. 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

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

  4. abstract def visitBlock(ctx: BlockContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

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

  6. abstract def visitChildren(arg0: RuleNode): T
    Definition Classes
    ParseTreeVisitor
  7. 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

  8. abstract def visitDefinition(ctx: DefinitionContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

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

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

  11. abstract def visitErrorNode(arg0: ErrorNode): T
    Definition Classes
    ParseTreeVisitor
  12. abstract def visitEscapeSequence(ctx: EscapeSequenceContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  13. abstract def visitFalse(ctx: FalseContext): T

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

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

    ctx

    the parse tree

    returns

    the visitor result

  14. abstract def visitFloatLiteral(ctx: FloatLiteralContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  15. abstract def visitFormat(ctx: FormatContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  16. abstract def visitFunctionCall(ctx: FunctionCallContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  17. abstract def visitFunctionType(ctx: FunctionTypeContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  18. abstract def visitITE(ctx: ITEContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  19. abstract def visitIn(ctx: InContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

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

  21. abstract def visitInfixExpression(ctx: InfixExpressionContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  22. abstract def visitIntLiteral(ctx: IntLiteralContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  23. abstract def visitLambda(ctx: LambdaContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  24. abstract def visitMemberAccess(ctx: MemberAccessContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

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

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

  27. abstract def visitObjectLiteral(ctx: ObjectLiteralContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  28. abstract def visitObjectType(ctx: ObjectTypeContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  29. abstract def visitOut(ctx: OutContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  30. abstract def visitOutAll(ctx: OutAllContext): T

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

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

    ctx

    the parse tree

    returns

    the visitor result

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

  32. abstract def visitPrint(ctx: PrintContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  33. abstract def visitSimpleType(ctx: SimpleTypeContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

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

  35. abstract def visitStringInterpolation(ctx: StringInterpolationContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

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

  37. abstract def visitStringLiteral(ctx: StringLiteralContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  38. abstract def visitTerminal(arg0: TerminalNode): T
    Definition Classes
    ParseTreeVisitor
  39. abstract def visitText(ctx: TextContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  40. abstract def visitTrue(ctx: TrueContext): T

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

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

    ctx

    the parse tree

    returns

    the visitor result

  41. abstract def visitTupleExpression(ctx: TupleExpressionContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  42. abstract def visitTupleType(ctx: TupleTypeContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  43. abstract def visitTypeApplication(ctx: TypeApplicationContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  44. abstract def visitTypeDefinition(ctx: TypeDefinitionContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  45. abstract def visitUnaryExpression(ctx: UnaryExpressionContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

  46. abstract def visitVariable(ctx: VariableContext): T

    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.

    ctx

    the parse tree

    returns

    the visitor result

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  18. 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 ParseTreeVisitor[T]

Inherited from AnyRef

Inherited from Any

Ungrouped