Packages

class Interpreter extends StreamEngine

An interpreter instance for a given specification.

Linear Supertypes
StreamEngine, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Interpreter
  2. StreamEngine
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Interpreter(spec: core.TesslaAST.Core.Specification)

    spec

    the specification

Type Members

  1. final class Input extends Triggered
    Definition Classes
    StreamEngine
  2. sealed class Stream extends AnyRef
    Definition Classes
    StreamEngine
  3. sealed abstract class Triggered extends Stream
    Definition Classes
    StreamEngine

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. lazy val definitions: Env
  7. def delay(delays: => Stream, resets: => Stream): Stream
    Definition Classes
    StreamEngine
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getTime: Time
    Definition Classes
    StreamEngine
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. val inStreams: Map[String, (Input, core.TesslaAST.Core.Type)]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def last(values: => Stream, times: Stream): Stream
    Definition Classes
    StreamEngine
  16. def lift(streams: ArraySeq[Stream])(op: (ArraySeq[Option[Any]]) => Option[Any]): Stream
    Definition Classes
    StreamEngine
  17. def merge(streams: ArraySeq[Stream]): Stream
    Definition Classes
    StreamEngine
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def nil: Stream
    Definition Classes
    StreamEngine
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. lazy val outStreams: Seq[(Option[String], Stream, core.TesslaAST.Core.Type)]
  23. val runtimeEvaluator: RuntimeEvaluator
  24. def slift(streams: ArraySeq[Stream])(op: (ArraySeq[Any]) => Any): Stream
    Definition Classes
    StreamEngine
  25. val spec: core.TesslaAST.Core.Specification
  26. def step(timeDelta: Time): Unit

    Propagates all inputs and progresses time.

    Propagates all inputs and progresses time.

    Definition Classes
    StreamEngine
  27. 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
  28. val streamExterns: Map[String, (ArraySeq[Lazy[Any]]) => Lazy[Any]]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StreamEngine

Inherited from AnyRef

Inherited from Any

Ungrouped