c

de.uni_luebeck.isp.tessla

TypedTessla2TesslaASTTypedWorker

class TypedTessla2TesslaASTTypedWorker extends Translator[tessla.TesslaAST.Typed.Specification]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedTessla2TesslaASTTypedWorker
  2. Translator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TypedTessla2TesslaASTTypedWorker(spec: TypedSpecification, baseTime: Option[TimeLiteral])

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 abort(): Nothing
    Attributes
    protected
    Definition Classes
    Translator
  5. def abortOnError(): Unit
    Attributes
    protected
    Definition Classes
    Translator
  6. val annotationExtern: TesslaAST.Typed.ExternExpression
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def determineTypeParameters(resolved: TesslaAST.Typed.Type, resolvable: TesslaAST.Typed.Type): Map[TesslaAST.Typed.Identifier, TesslaAST.Typed.Type]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def error(error: TesslaError): Unit
    Attributes
    protected
    Definition Classes
    Translator
  13. val errors: ArrayBuffer[TesslaError]
    Attributes
    protected
    Definition Classes
    Translator
  14. def generateArgumentList(macroName: String, loc: Location, args: Seq[TypedTessla.Argument], parameter: Seq[TypedTessla.Parameter]): Seq[(TypedTessla.Identifier, Location)]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val knownExterns: Map[String, TesslaAST.Typed.Expression with Product with Serializable]
  19. def lookup(env: TypedTessla.Definitions, id: TypedTessla.Identifier): TypedTessla.VariableEntry
  20. def lookupParameterNames(env: TypedTessla.Definitions, macroID: TypedTessla.Identifier): Option[(Seq[TypedTessla.Parameter], Location)]
  21. def lookupType(id: TypedTessla.Identifier, env: TypedTessla.Definitions): TesslaAST.Typed.Type
  22. def lookupType2(id: TypedTessla.Identifier, env: TypedTessla.Definitions): TesslaAST.Typed.Type
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val staticiteExtern: TesslaAST.Typed.ExternExpression
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toIdentifier(identifier: TypedTessla.Identifier, location: Location): TesslaAST.Typed.Identifier
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def toType(tpe: TypedTessla.Type, location: Location = Location.unknown): TesslaAST.Typed.Type
  31. def translate(): Result[TesslaAST.Typed.Specification]
    Definition Classes
    Translator
  32. def translateAnnotations(annotations: Seq[TypedTessla.Annotation]): Map[String, ArraySeq[TesslaAST.Typed.RecordConstructorExpression]]
  33. def translateConstantExpression(exp: ConstantExpression): TesslaAST.Typed.ExpressionArg
  34. def translateEnv(env: TypedTessla.Definitions): Map[TesslaAST.Typed.Identifier, TesslaAST.Typed.ExpressionArg]
  35. def translateLiteralValue(value: LiteralValue, loc: Location): TesslaAST.Typed.ExpressionArg
  36. def translateSpec(): TesslaAST.Typed.Specification
    Attributes
    protected
    Definition Classes
    TypedTessla2TesslaASTTypedWorkerTranslator
  37. def tryWithDefault[R](default: => R)(body: => R): R
    Attributes
    protected
    Definition Classes
    Translator
  38. def unwrapResult[T](result: Result[T]): T
    Attributes
    protected
    Definition Classes
    Translator
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def warn(loc: Location, message: String): Unit
    Attributes
    protected
    Definition Classes
    Translator
  43. def warn(diagnostic: Diagnostic): Unit
    Attributes
    protected
    Definition Classes
    Translator
  44. val warnings: ArrayBuffer[Diagnostic]
    Attributes
    protected
    Definition Classes
    Translator

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 AnyRef

Inherited from Any

Ungrouped