object PlainTessla

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlainTessla
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractStreamDescription extends AnyRef
  2. final case class Application(fn: String, args: Seq[ValueId]) extends ValueExpression with Product with Serializable
  3. final case class ApplicationFunction(fn: FunctionId, args: Seq[ValueId]) extends ValueExpression with Product with Serializable
  4. final case class Constant(value: ValueOrError) extends ValueExpression with Product with Serializable
  5. final case class Delay(delays: StreamId, resets: StreamId) extends Expression with Product with Serializable
  6. sealed abstract class Expression extends AnyRef
  7. case class FunctionExpr(body: Seq[ValueExprDescription], params: Seq[ValueId], result: ValueId) extends Product with Serializable
  8. case class InStreamDescription(id: StreamId, ty: StreamType) extends AbstractStreamDescription with Product with Serializable
  9. final case class Last(values: StreamId, clock: StreamId) extends Expression with Product with Serializable
  10. final case class Lift(fn: FunctionId, args: Seq[StreamId]) extends Expression with Product with Serializable
  11. type MMap[K, V] = TreeMap[K, V]
  12. final case class MemberAccess(obj: ValueId, member: String) extends ValueExpression with Product with Serializable
  13. final case class Merge(stream1: StreamId, stream2: StreamId) extends Expression with Product with Serializable
  14. final case class MergeUnit(stream1: StreamId, stream2: StreamId) extends Expression with Product with Serializable
  15. final case class ObjectCreation(members: Map[String, ValueId]) extends ValueExpression with Product with Serializable
  16. case class OutStreamDescription(id: StreamId, ty: StreamType, name: String) extends AbstractStreamDescription with Product with Serializable
  17. final case class Specification(streams: Seq[StreamDescription], inStreams: Seq[InStreamDescription], outStreams: Seq[OutStreamDescription], functions: Seq[FunctionExpr]) extends Product with Serializable
  18. case class StreamDescription(id: StreamId, ty: StreamType, expr: Expression) extends AbstractStreamDescription with Product with Serializable
  19. type StreamSet = Seq[StreamDescription]
  20. final case class Time(stream: StreamId) extends Expression with Product with Serializable
  21. final case class UnitStream(value: ValueOrError) extends Expression with Product with Serializable
  22. case class ValueExprDescription(id: ValueId, ty: Type, expr: ValueExpression) extends Product with Serializable
  23. sealed abstract class ValueExpression extends AnyRef
  24. type ValueSet = TreeMap[ValueId, (Type, ValueExpression)]

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 build(spec: tessla.TesslaCore.Specification): Specification
  6. val builtIns: Set[String]
  7. def checkForUnsupported(name: String, loc: Location): Unit
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. def convertValueArg(v: ValueArg, lifted: ArrayBuffer[ValueExprDescription], functions: ArrayBuffer[(AnyRef, FunctionExpr)]): ValueId
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def function(fn: Function, functions: ArrayBuffer[(AnyRef, FunctionExpr)]): FunctionId
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def mkApplication(name: String, loc: Location, args: Seq[ValueId]): Application
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def streamRefEx(s: StreamRef, name: String, streams: ArrayBuffer[StreamDescription]): StreamId
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def unique(base: String): String
  24. def uniqueStreamId(base: String): StreamId
  25. def uniqueValueId(base: String): ValueId
  26. val unsupportedBuiltIns: Set[String]
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. object Nil extends Expression 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 AnyRef

Inherited from Any

Ungrouped