object TesslaCore extends HasUniqueIdentifiers

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

Type Members

  1. class Identifier extends AnyRef
    Definition Classes
    HasUniqueIdentifiers
  2. trait IdentifierFactory extends AnyRef
    Definition Classes
    HasUniqueIdentifiers
  3. final case class BoolLiteral (value: Boolean, loc: Location) extends Value with Product with Serializable
  4. final case class Const (value: ValueOrError, stream: StreamRef, loc: Location) extends Expression with Product with Serializable
  5. final case class Ctf (value: ICompositeDefinition, loc: Location) extends Value with Product with Serializable
  6. final case class Default (stream: StreamRef, default: ValueOrError, loc: Location) extends Expression with Product with Serializable
  7. final case class DefaultFrom (valueStream: StreamRef, defaultStream: StreamRef, loc: Location) extends Expression with Product with Serializable
  8. final case class DelayedLast (values: StreamRef, delays: StreamRef, loc: Location) extends Expression with Product with Serializable
  9. final case class Error (error: TesslaError) extends ValueOrError with Product with Serializable
  10. sealed abstract class Expression extends AnyRef
  11. final case class InputStream (name: String, loc: Location) extends StreamRef with Product with Serializable
  12. final case class IntLiteral (value: BigInt, loc: Location) extends Value with Product with Serializable
  13. final case class Last (values: StreamRef, clock: StreamRef, loc: Location) extends Expression with Product with Serializable
  14. final case class Lift (operator: PrimitiveOperator, typeArgs: Seq[Type], args: Seq[StreamRef], loc: Location) extends Expression with Product with Serializable
  15. case class MapType (keyType: ValueType, valueType: ValueType) extends ValueType with Product with Serializable
  16. final case class Merge (stream1: StreamRef, stream2: StreamRef, loc: Location) extends Expression with Product with Serializable
  17. final case class Nil (loc: Location) extends StreamRef with Product with Serializable
  18. case class SetType (elementType: ValueType) extends ValueType with Product with Serializable
  19. final case class Specification (streams: Seq[(TesslaCore.Identifier, StreamDefinition)], inStreams: Seq[(String, StreamType, Location)], outStreams: Seq[(String, StreamRef)]) extends Product with Serializable
  20. final case class Stream (id: TesslaCore.Identifier, loc: Location) extends StreamRef with Product with Serializable
  21. final case class StreamDefinition (expression: Expression, typ: StreamType) extends Product with Serializable
  22. sealed abstract class StreamRef extends AnyRef
  23. case class StreamType (elementType: ValueType) extends Type with Product with Serializable
  24. final case class StringLiteral (value: String, loc: Location) extends Value with Product with Serializable
  25. final case class TesslaMap (value: Map[Value, Value], typ: MapType, loc: Location) extends Value with Product with Serializable
  26. final case class TesslaSet (value: Set[Value], typ: SetType, loc: Location) extends Value with Product with Serializable
  27. final case class Time (stream: StreamRef, loc: Location) extends Expression with Product with Serializable
  28. sealed abstract class Type extends AnyRef
  29. final case class Unit (loc: Location) extends Value with Product with Serializable
  30. sealed abstract class Value extends ValueOrError
  31. sealed abstract class ValueOrError extends AnyRef
  32. sealed abstract class ValueType extends Type

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
    @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
    @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @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): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. object BoolType extends ValueType with Product with Serializable
  20. object CtfType extends ValueType with Product with Serializable
  21. object IntType extends ValueType with Product with Serializable
  22. object StringType extends ValueType with Product with Serializable
  23. object UnitType extends ValueType with Product with Serializable
  24. object ValueOrError

Deprecated Value Members

  1. def finalize(): scala.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