Packages

c

org.apache.daffodil.processors.unparsers

TargetLengthOperation

class TargetLengthOperation extends SuspendableOperation

Carries out computation of the target length for a specified-length element.

This is not a SuspendableExpression because the dfdl:length property cannot be forward referencing. However, it can refer backward to elements that have dfdl:outputValueCalc or variables that have not yet been computed. So we have to retry this in order to get the target length used to compute the amount of padding or the amount of unused space.

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

Instance Constructors

  1. new TargetLengthOperation(rd: ElementRuntimeData, targetLengthEv: UnparseTargetLengthInBitsEv)

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