Packages

c

org.apache.daffodil.processors.unparsers

ElementUnusedUnparserSuspendableOperation

class ElementUnusedUnparserSuspendableOperation extends SuspendableOperation with SkipTheBits with NeedValueAndTargetLengthMixin

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

Instance Constructors

  1. new ElementUnusedUnparserSuspendableOperation(rd: ElementRuntimeData, targetLengthEv: UnparseTargetLengthInBitsEv, maybeLengthEv: Maybe[LengthEv], maybeCharsetEv: Maybe[CharsetEv], maybeLiteralNilEv: Maybe[NilStringLiteralForUnparserEv])

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(ustate: UState): Unit

    determine delta between value length and target length

    determine delta between value length and target length

    and skip that many bits.

    Definition Classes
    ElementUnusedUnparserSuspendableOperation → 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 getSkipBits(ustate: UState): Long

    Returns number of bits to skip.

    Returns number of bits to skip.

    This can be negative if the unparsed data was too big.

    It is up to the caller to determine if this is an error or not.

    Attributes
    protected
    Definition Classes
    NeedValueAndTargetLengthMixin
  17. final def hasTargetLength(ustate: UState): Boolean
    Attributes
    protected
    Definition Classes
    NeedValueAndTargetLengthMixin
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isBlocked: Boolean
    Definition Classes
    Suspension
  20. final def isDone: Boolean
    Definition Classes
    Suspension
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def isMakingProgress: Boolean
    Definition Classes
    Suspension
  23. val isReadOnly: Boolean
    Definition Classes
    Suspension
  24. val maybeCharsetEv: Maybe[CharsetEv]
  25. def maybeKnownLengthInBits(ustate: UState): MaybeULong
    Attributes
    protected
    Definition Classes
    Suspension
  26. val maybeLengthEv: Maybe[LengthEv]
  27. val maybeLiteralNilEv: Maybe[NilStringLiteralForUnparserEv]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val rd: ElementRuntimeData
    Definition Classes
    ElementUnusedUnparserSuspendableOperationSkipTheBits → SuspendableOperation → Suspension
  32. final def run(ustate: UState): Unit
    Definition Classes
    Suspension
  33. final def runSuspension(): Unit
    Definition Classes
    Suspension
  34. final def savedUstate: UState
    Definition Classes
    Suspension
  35. final def setDone(): Unit
    Definition Classes
    Suspension
  36. final def setUnblocked(): Unit
    Definition Classes
    Suspension
  37. final def skipTheBits(ustate: UState, skipInBits: Long): Unit
    Attributes
    protected
    Definition Classes
    SkipTheBits
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. val targetLengthEv: UnparseTargetLengthInBitsEv
  40. def test(ustate: UState): Boolean
    Attributes
    protected
    Definition Classes
    NeedValueAndTargetLengthMixin
  41. def toString(): String
    Definition Classes
    SuspendableOperation → AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from SkipTheBits

Inherited from SuspendableOperation

Inherited from Suspension

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped