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, Logging, Identity, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TargetLengthOperation
  2. SuspendableOperation
  3. Suspension
  4. Logging
  5. Identity
  6. Serializable
  7. Serializable
  8. AnyRef
  9. 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 areLogging(lvl: Type): Boolean
    Definition Classes
    Logging
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  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
    TargetLengthOperation → SuspendableOperation
  11. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit
    Attributes
    protected
    Definition Classes
    Logging
  12. final def doTask(ustate: UState): Unit
    Attributes
    protected
    Definition Classes
    SuspendableOperation → Suspension
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def explain(): Unit
    Definition Classes
    Suspension
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getLogWriter(): LogWriter
    Definition Classes
    Logging
  19. final def getLoggingLevel(): Type
    Definition Classes
    Logging
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isBlocked: Boolean
    Definition Classes
    Suspension
  22. final def isDone: Boolean
    Definition Classes
    Suspension
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def isMakingProgress: Boolean
    Definition Classes
    Suspension
  25. val isReadOnly: Boolean
    Definition Classes
    TargetLengthOperation → Suspension
  26. final macro def log(lvl: Type, msg: String, args: Any*): Unit
    Definition Classes
    Logging
  27. lazy val logID: String
    Definition Classes
    Logging → Identity
  28. val logLevel: Maybe[Type]
    Definition Classes
    Logging
  29. val logWriter: Maybe[LogWriter]
    Definition Classes
    Logging
  30. 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
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. val rd: ElementRuntimeData
    Definition Classes
    TargetLengthOperation → SuspendableOperation → Suspension
  35. final def run(ustate: UState): Unit
    Definition Classes
    Suspension
  36. final def runSuspension(): Unit
    Definition Classes
    Suspension
  37. final def savedUstate: UState
    Definition Classes
    Suspension
  38. final def setDone: Unit
    Definition Classes
    Suspension
  39. def setLogWriter(lw: LogWriter): Unit
    Definition Classes
    Logging
  40. def setLoggingLevel(level: Type): Unit
    Definition Classes
    Logging
  41. final def setUnblocked(): Unit
    Definition Classes
    Suspension
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def test(ustate: UState): Boolean
    Definition Classes
    TargetLengthOperation → SuspendableOperation
  44. def toString(): String
    Definition Classes
    TargetLengthOperation → SuspendableOperation → AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. macro def withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit
    Definition Classes
    Logging

Inherited from SuspendableOperation

Inherited from Suspension

Inherited from Logging

Inherited from Identity

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped