object Pattern extends ExprTypeImpl[Pat[_], Pattern] with Factory
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pattern
- Factory
- ExprTypeImpl
- Type
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type A = Pat[_]
- Definition Classes
- Type
- final case class Code(source: String) extends proc.Code with Product with Serializable
- type Const[T <: Txn[T]] = Pattern[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]] = Pattern[T]
- Definition Classes
- Type
- type Repr[~ <: Txn[~]] = Pattern[~]
- Definition Classes
- Pattern → Factory
- type Var[T <: Txn[T]] = Pattern[T] with lucre.Var[T, Pattern[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
- 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[Pattern]], ext: ExprTypeExtension1[Pattern]): Array[ExprTypeExtension1[Pattern]]
- Attributes
- protected
- Definition Classes
- ExprTypeImpl
- def apply[T <: Txn[T]]()(implicit tx: T): Var[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val attrSource: String("graph-source")
Source code of the graph function.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def findExt(op: Int): ExprTypeExtension1[Pattern]
- Attributes
- protected
- Definition Classes
- ExprTypeImpl
- final def findExt(extensions: Array[ExprTypeExtension1[Pattern]], op: Int): ExprTypeExtension1[Pattern]
- 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()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def humanName: String
- Definition Classes
- Pattern → Factory
- def init(): Unit
- Definition Classes
- Pattern → Type → Type
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSingleton: Boolean
- Definition Classes
- Pattern → Factory
- def mkConst[T <: Txn[T]](id: Ident[T], value: A)(implicit tx: T): Const[T]
- Attributes
- protected
- Definition Classes
- Pattern → ExprTypeImpl
- def mkExtArray(size: Int): Array[ExprTypeExtension1[Pattern]]
- Attributes
- protected
- Definition Classes
- ExprTypeImpl
- def mkRunner[T <: Txn[T]](obj: Pattern[T])(implicit tx: T, universe: Universe[T]): Runner[T]
- Definition Classes
- Pattern → Factory
- 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
- Pattern → 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 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prefix: String
- Definition Classes
- Pattern → Factory
- 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]
- Attributes
- protected
- Definition Classes
- Pattern → ExprTypeImpl
- final def readExtension[T <: Txn[T]](op: Int, in: DataInput, targets: Targets[T])(implicit tx: T): Pattern[T]
- Attributes
- protected
- Definition Classes
- ExprTypeImpl
- def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): E[T]
- Definition Classes
- ExprTypeImpl → Type → Type
- def readNode[T <: Txn[T]](in: DataInput, targets: Targets[T])(implicit tx: T): E[T]
- Attributes
- protected
- Definition Classes
- ExprTypeImpl
- final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
- Definition Classes
- Type → Type
- final def readVar[T <: Txn[T]](in: DataInput)(implicit tx: T): Var[T]
- Definition Classes
- ExprTypeImpl → Type
- final def registerExtension(ext: ExprTypeExtension1[Pattern]): Unit
- Definition Classes
- ExprTypeImpl
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit final def tpe: Type[Pat[_], Pattern]
- Definition Classes
- ExprTypeImpl
- def tryParse(value: Any): Option[Pat[_]]
- Definition Classes
- Pattern → Type
- final val typeId: Int(300)
- Definition Classes
- Pattern → Type
- val valueFormat: ConstFormat[Pat[_]]
- Definition Classes
- Pattern → Type
- implicit final def varFormat[T <: Txn[T]]: TFormat[T, Var[T]]
- Definition Classes
- ExprTypeImpl → Type
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- object Code extends Type with Serializable