object GraphObj extends ExprTypeImpl[SynthGraph, GraphObj]
- Alphabetic
- By Inheritance
- GraphObj
- ExprTypeImpl
- Type
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
-    type A = SynthGraph- Definition Classes
- Type
 
-    type Const[T <: Txn[T]] = GraphObj[T] with lucre.Expr.Const[T, A]- Definition Classes
- Type
 
-    trait ConstImpl[T <: Txn[T]] extends ExprConstImpl[T, lucre.impl.ExprTypeImpl.A]- Attributes
- protected
- Definition Classes
- ExprTypeImpl
 
-    type E[T <: Txn[T]] = GraphObj[T]- Definition Classes
- Type
 
-    type Program[T <: Txn[T]] = GraphObj[T] with lucre.Expr.Program[T, A]- Definition Classes
- Type
 
-    trait ProgramImpl[T <: Txn[T]] extends lucre.Expr.Program[T, lucre.impl.ExprTypeImpl.A] with ExprNodeImpl[T, lucre.impl.ExprTypeImpl.A]- Attributes
- protected
- Definition Classes
- ExprTypeImpl
 
-    type Var[T <: Txn[T]] = GraphObj[T] with lucre.Var[T, GraphObj[T]]- Definition Classes
- Type
 
-    trait VarImpl[T <: Txn[T]] extends ExprVarImpl[T, lucre.impl.ExprTypeImpl.A, lucre.impl.ExprTypeImpl.E[T]]- Attributes
- protected
- Definition Classes
- ExprTypeImpl
 
Value Members
-    object Program- Definition Classes
- Type
 
-    object Var- Definition Classes
- Type
 
-   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 addExtension(extensions: Array[ExprTypeExtension1[GraphObj]], ext: ExprTypeExtension1[GraphObj]): Array[ExprTypeExtension1[GraphObj]]- Attributes
- protected
- Definition Classes
- ExprTypeImpl
 
-   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()
 
-    def defaultValue: AA value that can be used to initialize objects, as a temporary value, etc. 
-  def empty[T <: Txn[T]](implicit tx: T): E[T]
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def findExt(op: Int): ExprTypeExtension1[GraphObj]- Attributes
- protected
- Definition Classes
- ExprTypeImpl
 
-   final  def findExt(extensions: Array[ExprTypeExtension1[GraphObj]], op: Int): ExprTypeExtension1[GraphObj]- Attributes
- protected
- Definition Classes
- ExprTypeImpl
 
-   implicit final  def format[T <: Txn[T]]: TFormat[T, E[T]]- Definition Classes
- ExprTypeImpl → Type
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-  def init(): Unit
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-    def mkConst[T <: Txn[T]](id: Ident[T], value: A)(implicit tx: T): Const[T]- Attributes
- protected
- Definition Classes
- GraphObj → ExprTypeImpl
 
-    def mkExtArray(size: Int): Array[ExprTypeExtension1[GraphObj]]- Attributes
- protected
- Definition Classes
- ExprTypeImpl
 
-    def mkProgram[T <: Txn[T]](targets: Targets[T], program: lucre.Var[T, Ex[A]], sources: lucre.Var[T, IndexedSeq[Event[T, Any]]], value: lucre.Var[T, A], connect: Boolean)(implicit tx: T): Program[T]- Attributes
- protected
- Definition Classes
- GraphObj → ExprTypeImpl
 
-    def mkVar[T <: Txn[T]](targets: Targets[T], vr: lucre.Var[T, E[T]], connect: Boolean)(implicit tx: T): Var[T]- Attributes
- protected
- Definition Classes
- GraphObj → ExprTypeImpl
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   implicit final  def newConst[T <: Txn[T]](value: A)(implicit tx: T): Const[T]- Definition Classes
- ExprTypeImpl → Type
 
-   final  def newProgram[T <: Txn[T]](program: Ex[A])(implicit tx: T): Program[T]- Definition Classes
- ExprTypeImpl → Type
 
-   final  def newVar[T <: Txn[T]](init: E[T])(implicit tx: T): Var[T]- Definition Classes
- ExprTypeImpl → Type
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   implicit final  def programFormat[T <: Txn[T]]: TFormat[T, Program[T]]- Definition Classes
- ExprTypeImpl → Type
 
-   final  def read[T <: Txn[T]](in: DataInput)(implicit tx: T): E[T]- Definition Classes
- ExprTypeImpl → Type
 
-   final  def readConst[T <: Txn[T]](in: DataInput)(implicit tx: T): Const[T]- Definition Classes
- ExprTypeImpl → Type
 
-    def readCookie[T <: Txn[T]](in: DataInput, cookie: Byte)(implicit tx: T): E[T]Reads an identified object whose cookie is neither 3(constant) nor0(node).Reads an identified object whose cookie is neither 3(constant) nor0(node). By default this throws an exception. Sub-classes may use a cookie greater than3for other constant types.- Attributes
- protected
- Definition Classes
- GraphObj → ExprTypeImpl
 
-   final  def readExtension[T <: Txn[T]](op: Int, in: DataInput, targets: Targets[T])(implicit tx: T): GraphObj[T]- Attributes
- protected
- Definition Classes
- ExprTypeImpl
 
-  def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): E[T]
-    def readNode[T <: Txn[T]](in: DataInput, targets: Targets[T])(implicit tx: T): E[T]The default implementation reads a type Intas operator idIntwhich will be resolved usingreadOpExtension.The default implementation reads a type Intas operator idIntwhich will be resolved usingreadOpExtension.- Attributes
- protected
- Definition Classes
- ExprTypeImpl
 
-  final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
-   final  def readProgram[T <: Txn[T]](in: DataInput)(implicit tx: T): Program[T]- Definition Classes
- ExprTypeImpl → Type
 
-   final  def readVar[T <: Txn[T]](in: DataInput)(implicit tx: T): Var[T]- Definition Classes
- ExprTypeImpl → Type
 
-   final  def registerExtension(ext: ExprTypeExtension1[GraphObj]): Unit- Definition Classes
- ExprTypeImpl
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-  def tape[T <: Txn[T]](implicit tx: T): E[T]
-  def tapeSource[T <: Txn[T]](implicit tx: T): Obj[T]
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-   implicit final  def tpe: Type[SynthGraph, GraphObj]- Definition Classes
- ExprTypeImpl
 
-  def tryParse(value: Any): Option[SynthGraph]
-  final val typeId: Int(16)
-   final  val valueName: String("SynthGraph")A human readable string representing the expression's element type. 
-   implicit final  def varFormat[T <: Txn[T]]: TFormat[T, Var[T]]- Definition Classes
- ExprTypeImpl → Type
 
-   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 valueFormat extends ConstFormat[SynthGraph]A format for synth graphs. 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated