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

Instance Constructors

  1. new FlatTessla()

Type Members

  1. sealed abstract class Argument extends AnyRef
  2. case class BuiltInOperator(builtIn: BuiltIn) extends Expression with Product with Serializable
  3. sealed abstract class Expression extends AnyRef
  4. case class FunctionType(typeParameters: Seq[FlatTessla.Identifier], parameterTypes: Seq[Type], returnType: Type, isLiftable: Boolean) extends Type with Product with Serializable
  5. case class IdLoc(id: FlatTessla.Identifier, loc: Location) extends Product with Serializable
  6. case class InputStream(name: String, streamType: Type, typeLoc: Location, loc: Location) extends Expression with Product with Serializable
  7. case class ListType(elementType: Type) extends Type with Product with Serializable
  8. case class Literal(value: LiteralValue, loc: Location) extends Expression with Product with Serializable
  9. type LiteralValue = Tessla.LiteralValue
  10. case class Macro(typeParameters: Seq[FlatTessla.Identifier], parameters: Seq[Parameter], scope: Scope, returnType: TypeAnnotation, headerLoc: Location, body: Expression, loc: Location, isLiftable: Boolean) extends Expression with Product with Serializable
  11. case class MacroCall(macroID: FlatTessla.Identifier, macroLoc: Location, typeArgs: Seq[Type], args: Seq[Argument], loc: Location) extends Expression with Product with Serializable
  12. case class MapType(keyType: Type, valueType: Type) extends Type with Product with Serializable
  13. case class MemberAccess(receiver: IdLoc, member: String, memberLoc: Location, loc: Location) extends Expression with Product with Serializable
  14. case class NamedArgument(name: String, idLoc: IdLoc, loc: Location) extends Argument with Product with Serializable
  15. case class ObjectLiteral(members: Map[String, IdLoc], loc: Location) extends Expression with Product with Serializable
  16. case class ObjectType(memberTypes: Map[String, Type], isOpen: Boolean) extends Type with Product with Serializable
  17. case class OptionType(elementType: Type) extends Type with Product with Serializable
  18. case class OutStream(id: FlatTessla.Identifier, nameOpt: Option[String], loc: Location) extends Product with Serializable
  19. case class Parameter(param: Tessla.Parameter, parameterType: Type, id: FlatTessla.Identifier) extends Expression with Product with Serializable
  20. case class PositionalArgument(id: FlatTessla.Identifier, loc: Location) extends Argument with Product with Serializable
  21. class Scope extends AnyRef
  22. case class SetType(elementType: Type) extends Type with Product with Serializable
  23. case class Specification(globalScope: Scope, outStreams: Seq[OutStream], outAllLocation: Option[Location], stdlibNames: Map[String, FlatTessla.Identifier]) extends Product with Serializable
  24. case class StaticIfThenElse(condition: IdLoc, thenCase: IdLoc, elseCase: IdLoc, loc: Location) extends Expression with Product with Serializable
  25. case class StreamType(elementType: Type) extends Type with Product with Serializable
  26. sealed abstract class Type extends AnyRef
  27. abstract type TypeAnnotation
  28. case class TypeEntry(id: FlatTessla.Identifier, arity: Int, typeConstructor: (Seq[Type]) ⇒ Type, loc: Location) extends Product with Serializable
  29. case class TypeParameter(id: FlatTessla.Identifier, loc: Location) extends Type with Product with Serializable
  30. case class Variable(id: FlatTessla.Identifier, loc: Location) extends Expression with Product with Serializable
  31. case class VariableEntry(id: FlatTessla.Identifier, expression: Expression, typeInfo: TypeAnnotation, loc: Location) extends Product with Serializable
  32. class Identifier extends AnyRef
    Definition Classes
    HasUniqueIdentifiers
  33. trait 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[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( ... )
  19. object BoolType extends Type with Product with Serializable
  20. object CtfType extends Type with Product with Serializable
  21. object FloatType extends Type with Product with Serializable
  22. object IntType extends Type with Product with Serializable
  23. object StringType extends Type with Product with Serializable

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 HasUniqueIdentifiers

Inherited from AnyRef

Inherited from Any

Ungrouped