class PrefixLengthSuspendableOperation extends SuspendableOperation with CalculatedPrefixedLengthUnparserMixin
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PrefixLengthSuspendableOperation
- CalculatedPrefixedLengthUnparserMixin
- SuspendableOperation
- Suspension
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PrefixLengthSuspendableOperation(rd: ElementRuntimeData, elem: DIElement, plElem: DISimple, lengthUnits: LengthUnits, prefixedLengthAdjustmentInUnits: Long)
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
-
def
UE(ustate: UState, s: String, args: Any*): Nothing
- Definition Classes
- Suspension
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assignPrefixLength(state: UState, elem: DIElement, plElem: DISimple): Unit
Gets the length of a provided element and stores the unit adjusted length as the value in the element that represent its prefix length
Gets the length of a provided element and stores the unit adjusted length as the value in the element that represent its prefix length
- elem
The element who's length to get
- plElem
The element to store the length
- Definition Classes
- CalculatedPrefixedLengthUnparserMixin
-
final
def
block(nodeOrVar: AnyRef, info: AnyRef, index: Long, exc: AnyRef): Unit
- Definition Classes
- Suspension
-
final
def
blockedLocation: String
- Definition Classes
- Suspension
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
continuation(state: UState): Unit
- Definition Classes
- PrefixLengthSuspendableOperation → SuspendableOperation
-
final
def
doTask(ustate: UState): Unit
- Attributes
- protected
- Definition Classes
- SuspendableOperation → Suspension
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
explain(): Unit
- Definition Classes
- Suspension
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isBlocked: Boolean
- Definition Classes
- Suspension
-
final
def
isDone: Boolean
- Definition Classes
- Suspension
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isMakingProgress: Boolean
- Definition Classes
- Suspension
-
val
isReadOnly: Boolean
- Definition Classes
- PrefixLengthSuspendableOperation → Suspension
-
val
lengthUnits: LengthUnits
- Definition Classes
- PrefixLengthSuspendableOperation → CalculatedPrefixedLengthUnparserMixin
-
def
maybeKnownLengthInBits(ustate: UState): MaybeULong
This override indicates that this operation itself doesn't correspond to any bits in the unparsed data stream.
This override indicates that this operation itself doesn't correspond to any bits in the unparsed data stream. It's just a computation.
- Attributes
- protected
- Definition Classes
- PrefixLengthSuspendableOperation → Suspension
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
prefixedLengthAdjustmentInUnits: Long
- Definition Classes
- PrefixLengthSuspendableOperation → CalculatedPrefixedLengthUnparserMixin
-
val
rd: ElementRuntimeData
- Definition Classes
- PrefixLengthSuspendableOperation → SuspendableOperation → Suspension
-
final
def
run(ustate: UState): Unit
- Definition Classes
- Suspension
-
final
def
runSuspension(): Unit
- Definition Classes
- Suspension
-
final
def
savedUstate: UState
- Definition Classes
- Suspension
-
final
def
setDone(): Unit
- Definition Classes
- Suspension
-
final
def
setUnblocked(): Unit
- Definition Classes
- Suspension
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
test(ustate: UState): Boolean
- Definition Classes
- PrefixLengthSuspendableOperation → SuspendableOperation
-
def
toString(): String
- Definition Classes
- PrefixLengthSuspendableOperation → SuspendableOperation → AnyRef → Any
-
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
- @throws( ... ) @native()