- Companion
- class
Type members
Classlikes
final
class ReplaceOffset[T <: Txn[T]](val targets: Targets[T], val peer: Obj[T], val offset: LongObj[T]) extends LongOpImpl[T]
- Companion
- object
final
class Shift[T <: Txn[T]](val targets: Targets[T], val peer: Obj[T], val amount: LongObj[T]) extends LongOpImpl[T]
- Companion
- object
Inherited classlikes
Value members
Inherited methods
final protected
def addExtension(extensions: Array[ExprTypeExtension1[Obj]], ext: ExprTypeExtension1[Obj]): Array[ExprTypeExtension1[Obj]]
- Inherited from
- ExprTypeImpl
protected
Reads an identified object whose cookie is neither 3
(constant) nor 0
(node).
By default this throws an exception. Sub-classes may use a cookie greater
than 3
for other constant types.
Reads an identified object whose cookie is neither 3
(constant) nor 0
(node).
By default this throws an exception. Sub-classes may use a cookie greater
than 3
for other constant types.
- Inherited from
- ExprTypeImpl
final protected
def readExtension[T <: Txn[LazyRef(...)]](op: Int, in: DataInput, targets: Targets[T])(implicit tx: T): Obj[T]
- Inherited from
- ExprTypeImpl
protected
The default implementation reads a type Int
as operator id Int
which will be resolved using readOpExtension
.
The default implementation reads a type Int
as operator id Int
which will be resolved using readOpExtension
.
- Inherited from
- ExprTypeImpl