Packages

c

org.apache.daffodil.processors.unparsers

NilLiteralCharacterUnparserSuspendableOperation

class NilLiteralCharacterUnparserSuspendableOperation extends SuspendableOperation with PaddingUnparserMixin

Linear Supertypes
PaddingUnparserMixin, NeedValueAndTargetLengthMixin, SuspendableOperation, Suspension, Logging, Identity, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NilLiteralCharacterUnparserSuspendableOperation
  2. PaddingUnparserMixin
  3. NeedValueAndTargetLengthMixin
  4. SuspendableOperation
  5. Suspension
  6. Logging
  7. Identity
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NilLiteralCharacterUnparserSuspendableOperation(rd: ElementRuntimeData, targetLengthEv: UnparseTargetLengthInBitsEv, maybeLengthEv: Maybe[LengthEv], maybeCharsetEv: Maybe[CharsetEv], literalNilChar: Char)

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. final def charWidthInBits(charset: BitsCharset): Int
    Attributes
    protected
    Definition Classes
    PaddingUnparserMixin
  10. def charsKind: String
  11. final def charset(state: UState): BitsCharset
    Attributes
    protected
    Definition Classes
    PaddingUnparserMixin
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def continuation(state: UState): Unit
    Definition Classes
    PaddingUnparserMixin
  14. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit
    Attributes
    protected
    Definition Classes
    Logging
  15. final def doTask(ustate: UState): Unit
    Attributes
    protected
    Definition Classes
    SuspendableOperation → Suspension
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. final def explain(): Unit
    Definition Classes
    Suspension
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getLogWriter(): LogWriter
    Definition Classes
    Logging
  22. final def getLoggingLevel(): Type
    Definition Classes
    Logging
  23. 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
    NilLiteralCharacterUnparserSuspendableOperationNeedValueAndTargetLengthMixin
  24. final def hasTargetLength(ustate: UState): Boolean
    Attributes
    protected
    Definition Classes
    NeedValueAndTargetLengthMixin
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isBlocked: Boolean
    Definition Classes
    Suspension
  27. final def isDone: Boolean
    Definition Classes
    Suspension
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def isMakingProgress: Boolean
    Definition Classes
    Suspension
  30. val isReadOnly: Boolean
    Definition Classes
    Suspension
  31. final macro def log(lvl: Type, msg: String, args: Any*): Unit
    Definition Classes
    Logging
  32. lazy val logID: String
    Definition Classes
    Logging → Identity
  33. val logLevel: Maybe[Type]
    Definition Classes
    Logging
  34. val logWriter: Maybe[LogWriter]
    Definition Classes
    Logging
  35. val maybeCharsetEv: Maybe[CharsetEv]
  36. def maybeKnownLengthInBits(ustate: UState): MaybeULong
    Attributes
    protected
    Definition Classes
    Suspension
  37. val maybeLengthEv: Maybe[LengthEv]
  38. def maybeLiteralNilEv: Maybe[NilStringLiteralForUnparserEv]
  39. val maybePadChar: MaybeChar
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def numPadChars(skipInBits: Long, charWidthInBits: Long): Long
    Attributes
    protected
    Definition Classes
    PaddingUnparserMixin
  44. val rd: ElementRuntimeData
    Definition Classes
    NilLiteralCharacterUnparserSuspendableOperation → SuspendableOperation → Suspension
  45. final def run(ustate: UState): Unit
    Definition Classes
    Suspension
  46. final def runSuspension(): Unit
    Definition Classes
    Suspension
  47. final def savedUstate: UState
    Definition Classes
    Suspension
  48. final def setDone: Unit
    Definition Classes
    Suspension
  49. def setLogWriter(lw: LogWriter): Unit
    Definition Classes
    Logging
  50. def setLoggingLevel(level: Type): Unit
    Definition Classes
    Logging
  51. final def setUnblocked(): Unit
    Definition Classes
    Suspension
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. val targetLengthEv: UnparseTargetLengthInBitsEv
  54. def test(state: UState): Boolean
  55. def toString(): String
    Definition Classes
    SuspendableOperation → AnyRef → Any
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  59. macro def withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit
    Definition Classes
    Logging

Inherited from PaddingUnparserMixin

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