object Pattern extends ExprTypeImpl[Pat[_], Pattern] with Factory
- Alphabetic
- By Inheritance
- Pattern
- Factory
- ExprTypeImpl
- TypeImpl1
- _1
- TypeImpl
- TypeImplLike
- Expr
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
A = Pat[_]
- Definition Classes
- Expr
- final case class Code(source: String) extends synth.proc.Code with Product with Serializable
-
type
Const[S <: Sys[S]] = Pattern[S] with lucre.expr.Expr.Const[S, A]
- Definition Classes
- Expr
-
trait
ConstImpl[S <: Sys[S]] extends lucre.expr.impl.ConstImpl[S, lucre.expr.impl.ExprTypeImpl.A]
- Attributes
- protected
- Definition Classes
- ExprTypeImpl
- type Repr[~ <: Sys[~]] = Pattern[~]
-
type
Var[S <: Sys[S]] = Pattern[S] with lucre.stm.Var[lucre.expr.Type.Expr.Var.S.Tx, Pattern[S]]
- Definition Classes
- Expr
-
trait
VarImpl[S <: Sys[S]] extends lucre.expr.impl.VarImpl[S, lucre.expr.impl.ExprTypeImpl.A, lucre.expr.impl.ExprTypeImpl._Ex[S]]
- Attributes
- protected
- Definition Classes
- ExprTypeImpl
-
type
_Ex[S <: Sys[S]] = Pattern[S]
- Definition Classes
- Expr
Value Members
-
object
Var
- Definition Classes
- Expr
-
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(exts: Array[Extension1[Pattern]], ext: Extension1[Pattern]): Array[Extension1[Pattern]]
- Attributes
- protected
- Definition Classes
- TypeImplLike
-
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def empty[S <: Sys[S]](implicit tx: Pattern.empty.S.Tx): _Ex[S]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
findExt(op: Int): Extension1[Pattern]
- Attributes
- protected
- Definition Classes
- TypeImpl
-
final
def
findExt(exts: Array[Extension1[Pattern]], op: Int): Extension1[Pattern]
- Attributes
- protected
- Definition Classes
- TypeImplLike
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def humanName: String
- def init(): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSingleton: Boolean
Whether the factory maintains a singleton instance of a runner that will be returned for multiple
mkRunnercalls (maintaining an internal use count based onmkRunneranddispose) or not. -
def
mkConst[S <: Sys[S]](id: Pattern.mkConst.S.Id, value: A)(implicit tx: Pattern.mkConst.S.Tx): Const[S]
- Attributes
- protected
- Definition Classes
- Pattern → ExprTypeImpl
-
def
mkExtArray(size: Int): Array[Extension1[Pattern]]
- Attributes
- protected
- Definition Classes
- TypeImpl1 → TypeImplLike
- def mkRunner[S <: Sys[S]](obj: Pattern[S])(implicit tx: Pattern.mkRunner.S.Tx, universe: Universe[S]): Runner[S]
-
def
mkVar[S <: Sys[S]](targets: Targets[S], vr: Pattern.mkVar.S.Var[_Ex[S]], connect: Boolean)(implicit tx: Pattern.mkVar.S.Tx): Var[S]
- Attributes
- protected
- Definition Classes
- Pattern → ExprTypeImpl
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
implicit final
def
newConst[S <: Sys[S]](value: A)(implicit tx: lucre.expr.impl.ExprTypeImpl.newConst.S.Tx): Const[S]
- Definition Classes
- ExprTypeImpl → Expr
-
final
def
newVar[S <: Sys[S]](init: _Ex[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.newVar.S.Tx): Var[S]
- Definition Classes
- ExprTypeImpl → Expr
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prefix: String
-
final
def
read[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.read.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.read.S.Tx): _Ex[S]
- Definition Classes
- ExprTypeImpl → Expr
-
final
def
readConst[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readConst.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readConst.S.Tx): Const[S]
- Definition Classes
- ExprTypeImpl → Expr
-
def
readCookie[S <: Sys[S]](in: DataInput, access: Pattern.readCookie.S.Acc, cookie: Byte)(implicit tx: Pattern.readCookie.S.Tx): _Ex[S]
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
- Pattern → ExprTypeImpl
-
final
def
readExtension[S <: Sys[S]](op: Int, in: DataInput, access: lucre.expr.impl.TypeImpl1.readExtension.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.impl.TypeImpl1.readExtension.S.Tx): Pattern[S]
- Attributes
- protected
- Definition Classes
- TypeImpl1
- def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readIdentifiedObj.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readIdentifiedObj.S.Tx): _Ex[S]
-
def
readNode[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readNode.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.readNode.S.Tx): _Ex[S]
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[S <: Sys[S]](in: DataInput, access: lucre.stm.Obj.Type.readObj.S.Acc)(implicit tx: lucre.stm.Obj.Type.readObj.S.Tx): lucre.stm.Obj[S]
-
final
def
readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readVar.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readVar.S.Tx): Var[S]
- Definition Classes
- ExprTypeImpl → Expr
-
final
def
registerExtension(ext: Extension1[Pattern]): Unit
- Definition Classes
- TypeImpl
-
implicit final
def
serializer[S <: Sys[S]]: Serializer[lucre.expr.impl.ExprTypeImpl.serializer.S.Tx, lucre.expr.impl.ExprTypeImpl.serializer.S.Acc, _Ex[S]]
- Definition Classes
- ExprTypeImpl → Expr
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit final
def
tpe: Expr[Pat[_], Pattern]
- Definition Classes
- ExprTypeImpl
- final val typeId: Int(300)
- val valueSerializer: ImmutableSerializer[Pat[_]]
-
implicit final
def
varSerializer[S <: Sys[S]]: Serializer[lucre.expr.impl.ExprTypeImpl.varSerializer.S.Tx, lucre.expr.impl.ExprTypeImpl.varSerializer.S.Acc, Var[S]]
- Definition Classes
- ExprTypeImpl → Expr
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Code extends Type with Serializable