object TesslaCore extends HasUniqueIdentifiers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TesslaCore
- HasUniqueIdentifiers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
Identifier
extends AnyRef
- Definition Classes
- HasUniqueIdentifiers
-
trait
IdentifierFactory
extends AnyRef
- Definition Classes
- HasUniqueIdentifiers
- final case class BoolLiteral (value: Boolean, loc: Location) extends Value with Product with Serializable
- final case class Const (value: ValueOrError, stream: StreamRef, loc: Location) extends Expression with Product with Serializable
- final case class Ctf (value: ICompositeDefinition, loc: Location) extends Value with Product with Serializable
- final case class Default (stream: StreamRef, default: ValueOrError, loc: Location) extends Expression with Product with Serializable
- final case class DefaultFrom (valueStream: StreamRef, defaultStream: StreamRef, loc: Location) extends Expression with Product with Serializable
- final case class DelayedLast (values: StreamRef, delays: StreamRef, loc: Location) extends Expression with Product with Serializable
- final case class Error (error: TesslaError) extends ValueOrError with Product with Serializable
- sealed abstract class Expression extends AnyRef
- final case class InputStream (name: String, loc: Location) extends StreamRef with Product with Serializable
- final case class IntLiteral (value: BigInt, loc: Location) extends Value with Product with Serializable
- final case class Last (values: StreamRef, clock: StreamRef, loc: Location) extends Expression with Product with Serializable
- final case class Lift (operator: PrimitiveOperator, typeArgs: Seq[Type], args: Seq[StreamRef], loc: Location) extends Expression with Product with Serializable
- case class MapType (keyType: ValueType, valueType: ValueType) extends ValueType with Product with Serializable
- final case class Merge (stream1: StreamRef, stream2: StreamRef, loc: Location) extends Expression with Product with Serializable
- final case class Nil (loc: Location) extends StreamRef with Product with Serializable
- case class SetType (elementType: ValueType) extends ValueType with Product with Serializable
- final case class Specification (streams: Seq[(TesslaCore.Identifier, StreamDefinition)], inStreams: Seq[(String, StreamType, Location)], outStreams: Seq[(String, StreamRef)]) extends Product with Serializable
- final case class Stream (id: TesslaCore.Identifier, loc: Location) extends StreamRef with Product with Serializable
- final case class StreamDefinition (expression: Expression, typ: StreamType) extends Product with Serializable
- sealed abstract class StreamRef extends AnyRef
- case class StreamType (elementType: ValueType) extends Type with Product with Serializable
- final case class StringLiteral (value: String, loc: Location) extends Value with Product with Serializable
- final case class TesslaMap (value: Map[Value, Value], typ: MapType, loc: Location) extends Value with Product with Serializable
- final case class TesslaSet (value: Set[Value], typ: SetType, loc: Location) extends Value with Product with Serializable
- final case class Time (stream: StreamRef, loc: Location) extends Expression with Product with Serializable
- sealed abstract class Type extends AnyRef
- final case class Unit (loc: Location) extends Value with Product with Serializable
- sealed abstract class Value extends ValueOrError
- sealed abstract class ValueOrError extends AnyRef
- sealed abstract class ValueType extends Type
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): scala.Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): scala.Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): scala.Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object BoolType extends ValueType with Product with Serializable
- object CtfType extends ValueType with Product with Serializable
- object IntType extends ValueType with Product with Serializable
- object StringType extends ValueType with Product with Serializable
- object UnitType extends ValueType with Product with Serializable
- object ValueOrError