object ArtifactLocation extends ExprTypeImpl[Value, ArtifactLocation]
- Alphabetic
- By Inheritance
- ArtifactLocation
- ExprTypeImpl
- Type
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type A = Value
- Definition Classes
- Type
- type Const[T <: Txn[T]] = ArtifactLocation[T] with Expr.Const[T, A]
- Definition Classes
- Type
- trait ConstImpl[T <: Txn[T]] extends ExprConstImpl[T, impl.ExprTypeImpl.A]
- Attributes
- protected
- Definition Classes
- ExprTypeImpl
- type E[T <: Txn[T]] = ArtifactLocation[T]
- Definition Classes
- Type
- type Program[T <: Txn[T]] = ArtifactLocation[T] with Expr.Program[T, A]
- Definition Classes
- Type
- trait ProgramImpl[T <: Txn[T]] extends Expr.Program[T, impl.ExprTypeImpl.A] with ExprNodeImpl[T, impl.ExprTypeImpl.A]
- Attributes
- protected
- Definition Classes
- ExprTypeImpl
- type Var[T <: Txn[T]] = ArtifactLocation[T] with lucre.Var[T, ArtifactLocation[T]]
- Definition Classes
- Type
- trait VarImpl[T <: Txn[T]] extends ExprVarImpl[T, impl.ExprTypeImpl.A, 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[ArtifactLocation]], ext: ExprTypeExtension1[ArtifactLocation]): Array[ExprTypeExtension1[ArtifactLocation]]
- 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: A
A value that can be used to initialize objects, as a temporary value, etc.
A value that can be used to initialize objects, as a temporary value, etc. If the
valueFormat
supportsnull
, it may also benull
. It should not be used for any semantic purposes.- Definition Classes
- ArtifactLocation → Type
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def findExt(op: Int): ExprTypeExtension1[ArtifactLocation]
- Attributes
- protected
- Definition Classes
- ExprTypeImpl
- final def findExt(extensions: Array[ExprTypeExtension1[ArtifactLocation]], op: Int): ExprTypeExtension1[ArtifactLocation]
- 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
- ArtifactLocation → ExprTypeImpl
- def mkExtArray(size: Int): Array[ExprTypeExtension1[ArtifactLocation]]
- 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
- ArtifactLocation → 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
- ArtifactLocation → 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 than3
for other constant types.- Attributes
- protected
- Definition Classes
- ExprTypeImpl
- final def readExtension[T <: Txn[T]](op: Int, in: DataInput, targets: Targets[T])(implicit tx: T): ArtifactLocation[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
Int
as operator idInt
which will be resolved usingreadOpExtension
.The default implementation reads a type
Int
as operator idInt
which 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[ArtifactLocation]): 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[Value, ArtifactLocation]
- Definition Classes
- ExprTypeImpl
- def tryParse(value: Any): Option[Value]
- Definition Classes
- ArtifactLocation → Type
- final val typeId: Int(65539)
- Definition Classes
- ArtifactLocation → Type
- final val valueName: String("URI")
A human readable string representing the expression's element type.
A human readable string representing the expression's element type.
- Definition Classes
- ArtifactLocation → 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])
- implicit object valueFormat extends ConstFormat[Value]
- Definition Classes
- ArtifactLocation → Type
- object Program
- Definition Classes
- Type
- object Var
- Definition Classes
- Type
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated