Packages

c

org.apache.daffodil.processors.unparsers

PrefixLengthSuspendableOperation

class PrefixLengthSuspendableOperation extends SuspendableOperation with CalculatedPrefixedLengthUnparserMixin

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