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
- case class Application(f: Lazy[ValueArg], args: Seq[Lazy[ValueArg]], loc: Location) extends ValueExpression with Product with Serializable
- final case class BoolValue(value: Boolean, loc: Location) extends PrimitiveValue with Product with Serializable
- case class BuiltInOperator(value: PrimitiveOperator, loc: Location) extends PrimitiveValue with Product with Serializable
- case class Closure(function: Function, capturedEnvironment: Map[TesslaCore.Identifier, Lazy[ValueOrError]], 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 PrimitiveValue 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 Delay(delays: StreamRef, resets: 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 ValueArg with ValueOrError with Product with Serializable
- sealed abstract class Expression extends AnyRef
- final case class Function(parameters: Seq[TesslaCore.Identifier], scope: Map[TesslaCore.Identifier, ValueExpression], body: ValueArg, loc: Location) extends ValueExpression with Product with Serializable
- case class IfThenElse(cond: ValueArg, thenCase: Lazy[ValueArg], elseCase: Lazy[ValueArg], loc: Location) extends ValueExpression with Product with Serializable
- final case class InputStream(name: String, loc: Location) extends StreamRef with Product with Serializable
- final case class IntValue(value: BigInt, loc: Location) extends PrimitiveValue with Product with Serializable
- final case class Last(values: StreamRef, clock: StreamRef, loc: Location) extends Expression with Product with Serializable
- final case class Lift(f: ValueArg, args: Seq[StreamRef], loc: Location) extends Expression with Product with Serializable
- case class ListType(elementType: ValueType) extends ValueType with Product with Serializable
- case class MapType(keyType: ValueType, valueType: ValueType) extends ValueType with Product with Serializable
- case class MemberAccess(obj: ValueArg, member: String, loc: Location) extends ValueExpression 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 ObjectCreation(members: Map[String, ValueArg], loc: Location) extends ValueArg with Product with Serializable
- case class ObjectType(memberTypes: Map[String, ValueType]) extends ValueType with Product with Serializable
- case class OptionType(elementType: ValueType) extends ValueType with Product with Serializable
- sealed abstract class PrimitiveValue extends Value
- case class SetType(elementType: ValueType) extends ValueType with Product with Serializable
- final case class SignalLift(f: PrimitiveOperator, args: Seq[StreamRef], loc: Location) extends Expression with Product with Serializable
- final case class Specification(streams: Seq[(TesslaCore.Identifier, Expression)], inStreams: Seq[(String, StreamType, Location)], outStreams: Seq[(String, StreamRef, StreamType)]) extends Product with Serializable
- final case class StdLibCount(stream: StreamRef, loc: Location) extends Expression with Product with Serializable
- final case class Stream(id: TesslaCore.Identifier, loc: Location) extends StreamRef with Product with Serializable
- sealed abstract class StreamRef extends AnyRef
- case class StreamType(elementType: ValueType) extends Type with Product with Serializable
- final case class StringValue(value: String, loc: Location) extends PrimitiveValue with Product with Serializable
- final case class TesslaList(value: List[Value], loc: Location) extends PrimitiveValue with Product with Serializable
- final case class TesslaMap(value: Map[Value, Value], loc: Location) extends PrimitiveValue with Product with Serializable
- final case class TesslaObject(value: Map[String, Value], loc: Location) extends PrimitiveValue with Product with Serializable
- final case class TesslaOption(value: Option[Value], loc: Location) extends PrimitiveValue with Product with Serializable
- final case class TesslaSet(value: Set[Value], loc: Location) extends PrimitiveValue 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 PrimitiveValue with Product with Serializable
- sealed abstract class Value extends ValueArg with ValueOrError
- sealed abstract class ValueArg extends AnyRef
- sealed abstract class ValueExpression extends AnyRef
- case class ValueExpressionRef(id: TesslaCore.Identifier) extends ValueArg with Product with Serializable
- sealed trait ValueOrError extends ValueArg
- 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
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )
-
final
def
wait(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object BoolType extends ValueType with Product with Serializable
- object CtfType extends ValueType with Product with Serializable
- object FunctionType 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