class Interpreter extends Specification
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Interpreter
- Specification
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Interpreter(spec: TesslaAST.Core.Specification)
Type Members
- final class Input extends Triggered
- Definition Classes
- Specification
- sealed class Stream extends AnyRef
- Definition Classes
- Specification
- sealed abstract class Triggered extends Stream
- Definition Classes
- Specification
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
- Specification
- 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
- Specification
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inStreams: Map[String, (Input, TesslaAST.Core.Type)]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def last(values: => Stream, times: Stream): Stream
- Definition Classes
- Specification
- def lift(streams: ArraySeq[Stream])(op: (ArraySeq[Option[Any]]) => Option[Any]): Stream
- Definition Classes
- Specification
- def merge(streams: ArraySeq[Stream]): Stream
- Definition Classes
- Specification
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nil: Stream
- Definition Classes
- Specification
- 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, TesslaAST.Core.Type)]
- def printStream(stream: Stream, name: String): Unit
- Definition Classes
- Specification
- val runtimeEvaluator: RuntimeEvaluator
- def slift(streams: ArraySeq[Stream])(op: (ArraySeq[Any]) => Any): Stream
- Definition Classes
- Specification
- val spec: TesslaAST.Core.Specification
- def step(timeDelta: Time): Unit
Propagates all inputs and progresses time.
Propagates all inputs and progresses time.
- Definition Classes
- Specification
- 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
- 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
- Deprecated
(Since version ) see corresponding Javadoc for more information.