object ArgumentValue
- Alphabetic
- By Inheritance
- ArgumentValue
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
case class
Boolean(value: scala.Boolean) extends ArgumentValue with Product with Serializable
Value is given as a
Booleanconstant.Value is given as a
Booleanconstant. Currently the class synthesizer does not support this, and automatically uses0and1. -
final
case class
DoneAction(peer: synth.DoneAction) extends ArgumentValue with Product with Serializable
Values is a
DoneAction, such asdoNothingorfreeSelf. -
final
case class
Float(value: scala.Float) extends ArgumentValue with Product with Serializable
Value is given as a
Floatconstant. -
final
case class
Int(value: scala.Int) extends ArgumentValue with Product with Serializable
Value is given as an
Intconstant. -
final
case class
String(value: java.lang.String) extends ArgumentValue with Product with Serializable
Value is a
Stringliteral.
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): java.lang.String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
object
Inf extends ArgumentValue with Product with Serializable
Value is
Float.PositiveInfinity(but more prettily written). -
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.