Trait

org.apache.daffodil.processors.unparsers

Unparser

Related Doc: package unparsers

Permalink

sealed trait Unparser extends Processor

Linear Supertypes
Processor, Serializable, Serializable, Logging, Identity, ToBriefXMLImpl, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unparser
  2. Processor
  3. Serializable
  4. Serializable
  5. Logging
  6. Identity
  7. ToBriefXMLImpl
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def childProcessors: Seq[Processor]

    Permalink
    Definition Classes
    ProcessorToBriefXMLImpl
  2. abstract def context: RuntimeData

    Permalink
    Definition Classes
    UnparserProcessor
  3. abstract def isPrimitive: Boolean

    Permalink

    True if alignment, bit/byte order, and other aspects of real data on the data stream are relevant.

    True if alignment, bit/byte order, and other aspects of real data on the data stream are relevant.

    True for primitive processors that actually touch the data stream, false for NoData, and for combinators.

    This enables an optimization in the runtime that doesn't evaluate expensive expressions for values or checking of encoding, byteOrder, bitOrder and so forth except for processors where it matters because they actually interact with the data stream.

    Definition Classes
    Processor
  4. abstract def runtimeDependencies: Seq[Evaluatable[AnyRef]]

    Permalink
    Definition Classes
    Processor
  5. abstract def unparse(ustate: UState): Unit

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def UE(ustate: UState, s: String, args: Any*): Nothing

    Permalink
  5. final def areLogging(lvl: Type): Boolean

    Permalink
    Definition Classes
    Logging
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def briefXMLAttributes: String

    Permalink
    Attributes
    protected
    Definition Classes
    ToBriefXMLImpl
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getLogWriter(): LogWriter

    Permalink
    Definition Classes
    Logging
  15. final def getLoggingLevel(): Type

    Permalink
    Definition Classes
    Logging
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def isEmpty: Boolean

    Permalink
  18. var isInitialized: Boolean

    Permalink
    Definition Classes
    Processor
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final macro def log(lvl: Type, msg: String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  21. lazy val logID: String

    Permalink
    Definition Classes
    Logging → Identity
  22. var logLevel: Maybe[Type]

    Permalink
    Definition Classes
    Logging
  23. var logWriter: Maybe[LogWriter]

    Permalink
    Definition Classes
    Logging
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def nom: String

    Permalink
    Definition Classes
    ToBriefXMLImpl
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def setLogWriter(lw: LogWriter): Unit

    Permalink
    Definition Classes
    Logging
  29. def setLoggingLevel(level: Type): Unit

    Permalink
    Definition Classes
    Logging
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toBriefXML(depthLimit: Int = 1): String

    Permalink
    Definition Classes
    ToBriefXMLImpl
  32. def toString(): String

    Permalink
    Definition Classes
    ToBriefXMLImpl → AnyRef → Any
  33. final def unparse1(ustate: UState, ignore: AnyRef = null): Unit

    Permalink
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. macro def withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit

    Permalink
    Definition Classes
    Logging

Inherited from Processor

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from Identity

Inherited from ToBriefXMLImpl

Inherited from AnyRef

Inherited from Any

Ungrouped