abstract class FlatTessla extends HasUniqueIdentifiers

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlatTessla
  2. HasUniqueIdentifiers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FlatTessla()

Type Members

  1. case class Annotation(name: String, arguments: Map[String, ConstantExpression], loc: Location) extends Product with Serializable
  2. sealed abstract class Argument extends AnyRef
  3. case class BuiltInOperator(name: String, typeParameters: Seq[FlatTessla.Identifier], parameters: Seq[(Option[RuntimeEvaluation], Parameter)], referenceImplementation: Option[FlatTessla.Identifier], loc: Location) extends Expression with Product with Serializable
  4. case class BuiltInType(name: String, typeArgs: Seq[Type]) extends Type with Product with Serializable
  5. class Definitions extends AnyRef
  6. sealed abstract class Expression extends AnyRef
  7. case class FunctionType(typeParameters: Seq[FlatTessla.Identifier], parameterTypes: Seq[(Option[RuntimeEvaluation], Type)], returnType: Type, isLiftable: Boolean) extends Type with Product with Serializable
  8. case class IdLoc(id: FlatTessla.Identifier, loc: Location) extends Product with Serializable
  9. case class InputStream(name: String, streamType: Type, typeLoc: Location, loc: Location) extends Expression with Product with Serializable
  10. case class Literal(value: LiteralValue, loc: Location) extends Expression with Product with Serializable
  11. type LiteralValue = Tessla.LiteralValue
  12. case class Macro(typeParameters: Seq[FlatTessla.Identifier], parameters: Seq[(Option[RuntimeEvaluation], Parameter)], body: Definitions, returnType: TypeAnnotation, headerLoc: Location, result: IdLoc, loc: Location, isLiftable: Boolean) extends Expression with Product with Serializable
  13. case class MacroCall(macroID: FlatTessla.Identifier, macroLoc: Location, typeArgs: Seq[Type], args: Seq[Argument], loc: Location) extends Expression with Product with Serializable
  14. case class MemberAccess(receiver: IdLoc, member: String, memberLoc: Location, loc: Location) extends Expression with Product with Serializable
  15. case class NamedArgument(name: String, idLoc: IdLoc, loc: Location) extends Argument with Product with Serializable
  16. case class ObjectLiteral(members: Map[String, IdLoc], loc: Location) extends Expression with Product with Serializable
  17. case class ObjectType(memberTypes: Map[String, Type], isOpen: Boolean) extends Type with Product with Serializable
  18. case class OutAll(annotations: Seq[Annotation], loc: Location) extends Product with Serializable
  19. case class OutStream(id: FlatTessla.Identifier, name: String, annotations: Seq[Annotation], loc: Location) extends Product with Serializable
  20. case class Parameter(param: Tessla.Parameter, parameterType: Type, id: FlatTessla.Identifier) extends Expression with Product with Serializable
  21. case class PositionalArgument(id: FlatTessla.Identifier, loc: Location) extends Argument with Product with Serializable
  22. case class Specification(globalDefs: Definitions, outStreams: Seq[OutStream], outAll: Option[OutAll], globalNames: Map[String, FlatTessla.Identifier]) extends Product with Serializable
  23. case class StaticIfThenElse(condition: IdLoc, thenCase: IdLoc, elseCase: IdLoc, loc: Location) extends Expression with Product with Serializable
  24. sealed abstract class Type extends AnyRef
  25. abstract type TypeAnnotation
  26. case class TypeEntry(id: FlatTessla.Identifier, arity: Int, typeConstructor: (Seq[Type]) => Type, loc: Location) extends Product with Serializable
  27. case class TypeParameter(id: FlatTessla.Identifier, loc: Location) extends Type with Product with Serializable
  28. case class Variable(id: FlatTessla.Identifier, loc: Location) extends Expression with Product with Serializable
  29. case class VariableEntry(id: FlatTessla.Identifier, expression: Expression, typeInfo: TypeAnnotation, annotations: Seq[Annotation], loc: Location) extends Product with Serializable
  30. class Identifier extends AnyRef
    Definition Classes
    HasUniqueIdentifiers
  31. abstract class IdentifierFactory extends AnyRef
    Definition Classes
    HasUniqueIdentifiers

Abstract Value Members

  1. abstract def typeAnnotationToString(typeAnnotation: TypeAnnotation): String

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    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(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. 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 HasUniqueIdentifiers

Inherited from AnyRef

Inherited from Any

Ungrouped