object ArgumentValue
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArgumentValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Boolean(value: scala.Boolean) extends ArgumentValue with Product with Serializable
Value is given as a
Boolean
constant.Value is given as a
Boolean
constant. Currently the class synthesizer does not support this, and automatically uses0
and1
. - final case class DoneAction(peer: synth.DoneAction) extends ArgumentValue with Product with Serializable
Values is a
DoneAction
, such asdoNothing
orfreeSelf
. - final case class Float(value: scala.Float) extends ArgumentValue with Product with Serializable
Value is given as a
Float
constant. - final case class Int(value: scala.Int) extends ArgumentValue with Product with Serializable
Value is given as an
Int
constant. - final case class String(value: java.lang.String) extends ArgumentValue with Product with Serializable
Value is a
String
literal.
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: scala.Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.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()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: scala.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])
- case object Inf extends ArgumentValue with Product with Serializable
Value is
Float.PositiveInfinity
(but more prettily written). - case object Nyquist extends ArgumentValue with Product with Serializable
Value indicates Nyquist frequency.
Value indicates Nyquist frequency. This is mapped to a method expanding to
SampleRate.ir / 2
.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated