class Interpreter extends StreamEngine
An interpreter instance for a given specification.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Interpreter
- StreamEngine
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Interpreter(spec: core.TesslaAST.Core.Specification)
- spec
the specification
Type Members
- final class Input extends Triggered
- Definition Classes
- StreamEngine
- sealed class Stream extends AnyRef
- Definition Classes
- StreamEngine
- sealed abstract class Triggered extends Stream
- Definition Classes
- StreamEngine
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- lazy val definitions: Env
- def delay(delays: => Stream, resets: => Stream): Stream
- Definition Classes
- StreamEngine
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getTime: Time
- Definition Classes
- StreamEngine
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inStreams: Map[String, (Input, core.TesslaAST.Core.Type)]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def last(values: => Stream, times: Stream): Stream
- Definition Classes
- StreamEngine
- def lift(streams: ArraySeq[Stream])(op: (ArraySeq[Option[Any]]) => Option[Any]): Stream
- Definition Classes
- StreamEngine
- def merge(streams: ArraySeq[Stream]): Stream
- Definition Classes
- StreamEngine
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nil: Stream
- Definition Classes
- StreamEngine
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val outStreams: Seq[(Option[String], Stream, core.TesslaAST.Core.Type)]
- val runtimeEvaluator: RuntimeEvaluator
- def slift(streams: ArraySeq[Stream])(op: (ArraySeq[Any]) => Any): Stream
- Definition Classes
- StreamEngine
- val spec: core.TesslaAST.Core.Specification
- def step(timeDelta: Time): Unit
Propagates all inputs and progresses time.
Propagates all inputs and progresses time.
- Definition Classes
- StreamEngine
- def step(): Unit
Propagates all inputs without progressing time.
Propagates all inputs without progressing time. Can only be called once per point in time. No more input values can be provided for the current time afterwards.
- Definition Classes
- StreamEngine
- val streamExterns: Map[String, (ArraySeq[Lazy[Any]]) => Lazy[Any]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated