Packages

class Interpreter extends Specification

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

Instance Constructors

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

Type Members

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

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
    Specification
  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
    Specification
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. val inStreams: Map[String, (Input, TesslaAST.Core.Type)]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def last(values: => Stream, times: Stream): Stream
    Definition Classes
    Specification
  16. def lift(streams: ArraySeq[Stream])(op: (ArraySeq[Option[Any]]) => Option[Any]): Stream
    Definition Classes
    Specification
  17. def merge(streams: ArraySeq[Stream]): Stream
    Definition Classes
    Specification
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def nil: Stream
    Definition Classes
    Specification
  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, TesslaAST.Core.Type)]
  23. def printStream(stream: Stream, name: String): Unit
    Definition Classes
    Specification
  24. val runtimeEvaluator: RuntimeEvaluator
  25. def slift(streams: ArraySeq[Stream])(op: (ArraySeq[Any]) => Any): Stream
    Definition Classes
    Specification
  26. val spec: TesslaAST.Core.Specification
  27. def step(timeDelta: Time): Unit

    Propagates all inputs and progresses time.

    Propagates all inputs and progresses time.

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Specification

Inherited from AnyRef

Inherited from Any

Ungrouped