object Code
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Code
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Action(source: String) extends Code with Product with Serializable
- final case class CodeIncomplete() extends Exception with Product with Serializable
- final case class CompilationFailed() extends Exception with Product with Serializable
- trait Compiler extends AnyRef
- final case class Control(source: String) extends Code with Product with Serializable
- case class Example(name: String, mnemonic: Char, code: String) extends Product with Serializable
- final case class Import(prefix: String, selectors: List[Selector]) extends Product with Serializable
- trait Obj[Tx <: Txn[Tx]] extends Expr[Tx, Code]
- final case class Proc(source: String) extends Code with Product with Serializable
- type T[I, O] = Code { ... /* 2 definitions in type refinement */ }
- trait Type extends AnyRef
- type TypeT[In, Out] = Type { type Repr <: de.sciss.proc.Code.T[In,Out] }
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 val UserPackage: String("user")
- def addType(tpe: Type): Unit
- def apply(id: Int, source: String): Code
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val attrSource: String("graph-source")
Source code of graph functions.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def format: ConstFormat[Code]
- def fullPrelude(code: Code): String
Generates the full prelude of a code object, containing package, imports, and code specific prelude.
- def future[A](fun: => A)(implicit compiler: Compiler): Future[A]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getImports(id: Int): IndexedSeq[Import]
- def getType(id: Int): Type
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def importsPrelude(code: Code, indent: Int = 0): String
Generates the import statements prelude for a given code object.
- def init(): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def packagePrelude: String
Generates the default package statement.
- def read(in: DataInput): Code
- def registerImports(id: Int, imports: Seq[Import]): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final val typeId: Int(131073)
- def types: Seq[Type]
- def unpackJar(bytes: Array[Byte]): Map[String, Array[Byte]]
- 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])
- object Action extends Type with Serializable
- object Control extends Type with Serializable
- object Import extends Serializable
- object Obj extends ExprTypeImpl[Code, Obj]
- object Proc extends Type with Serializable
- object Program
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated