Packages

c

org.apache.daffodil.processors.unparsers

PrefixLengthSuspendableOperation

class PrefixLengthSuspendableOperation extends SuspendableOperation with CalculatedPrefixedLengthUnparserMixin

Linear Supertypes
CalculatedPrefixedLengthUnparserMixin, SuspendableOperation, Suspension, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrefixLengthSuspendableOperation
  2. CalculatedPrefixedLengthUnparserMixin
  3. SuspendableOperation
  4. Suspension
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrefixLengthSuspendableOperation(rd: ElementRuntimeData, elem: DIElement, plElem: DISimple, lengthUnits: LengthUnits, prefixedLengthAdjustmentInUnits: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def UE(ustate: UState, s: String, args: Any*): Nothing
    Definition Classes
    Suspension
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. 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
  7. final def block(nodeOrVar: AnyRef, info: AnyRef, index: Long, exc: AnyRef): Unit
    Definition Classes
    Suspension
  8. final def blockedLocation: String
    Definition Classes
    Suspension
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def continuation(state: UState): Unit
    Definition Classes
    PrefixLengthSuspendableOperation → SuspendableOperation
  11. final def doTask(ustate: UState): Unit
    Attributes
    protected
    Definition Classes
    SuspendableOperation → Suspension
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def explain(): Unit
    Definition Classes
    Suspension
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isBlocked: Boolean
    Definition Classes
    Suspension
  19. final def isDone: Boolean
    Definition Classes
    Suspension
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def isMakingProgress: Boolean
    Definition Classes
    Suspension
  22. val isReadOnly: Boolean
    Definition Classes
    PrefixLengthSuspendableOperation → Suspension
  23. val lengthUnits: LengthUnits
  24. 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
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val prefixedLengthAdjustmentInUnits: Long
  29. val rd: ElementRuntimeData
    Definition Classes
    PrefixLengthSuspendableOperation → SuspendableOperation → Suspension
  30. final def run(ustate: UState): Unit
    Definition Classes
    Suspension
  31. final def runSuspension(): Unit
    Definition Classes
    Suspension
  32. final def savedUstate: UState
    Definition Classes
    Suspension
  33. final def setDone(): Unit
    Definition Classes
    Suspension
  34. final def setUnblocked(): Unit
    Definition Classes
    Suspension
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def test(ustate: UState): Boolean
    Definition Classes
    PrefixLengthSuspendableOperation → SuspendableOperation
  37. def toString(): String
    Definition Classes
    PrefixLengthSuspendableOperation → SuspendableOperation → AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from SuspendableOperation

Inherited from Suspension

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped