Class

org.apache.daffodil.processors.parsers

PackedDecimalRuntimeLengthParser

Related Doc: package parsers

Permalink

class PackedDecimalRuntimeLengthParser extends PackedBinaryDecimalBaseParser with HasRuntimeExplicitLength

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PackedDecimalRuntimeLengthParser
  2. HasRuntimeExplicitLength
  3. PackedBinaryDecimalBaseParser
  4. PackedBinaryConversion
  5. PrimParser
  6. Parser
  7. PrimProcessor
  8. Processor
  9. Serializable
  10. Serializable
  11. Logging
  12. Identity
  13. ToBriefXMLImpl
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PackedDecimalRuntimeLengthParser(e: ElementRuntimeData, binaryDecimalVirtualPoint: Int, packedSignCodes: PackedSignCodes, lengthEv: Evaluatable[Long], lengthUnits: LengthUnits)

    Permalink

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 PE(pstate: PState, s: String, args: Any*): Unit

    Permalink
    Definition Classes
    Parser
  5. def PENotEnoughBits(pstate: PState, neededBits: Long, remainingBits: MaybeULong): Unit

    Permalink
    Definition Classes
    Parser
  6. final def areLogging(lvl: Type): Boolean

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

    Permalink
    Definition Classes
    Any
  8. def briefXMLAttributes: String

    Permalink
    Attributes
    protected
    Definition Classes
    ToBriefXMLImpl
  9. def childProcessors: Vector[Processor]

    Permalink
    Definition Classes
    PrimProcessorProcessorToBriefXMLImpl
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val context: ElementRuntimeData

    Permalink
  12. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  13. val e: ElementRuntimeData

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getBitLength(s: ParseOrUnparseState): Int

    Permalink
    Definition Classes
    HasRuntimeExplicitLength
  18. final def getClass(): Class[_]

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

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

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

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

    Permalink
    Definition Classes
    ParserProcessor
  23. var isInitialized: Boolean

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

    Permalink
    Definition Classes
    Any
  25. 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 otherwise.

    Definition Classes
    PrimProcessorProcessor
  26. val lengthEv: Evaluatable[Long]

    Permalink
  27. val lengthUnits: LengthUnits

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

    Permalink
    Definition Classes
    Logging
  29. lazy val logID: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def nom: String

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def parse(start: PState): Unit

    Permalink
    Definition Classes
    PackedBinaryDecimalBaseParserParser
  37. final def parse1(pstate: PState): Unit

    Permalink
    Definition Classes
    Parser
  38. def parserName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Parser
  39. def processingError(state: PState, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    Parser
  40. lazy val runtimeDependencies: Vector[Nothing]

    Permalink
  41. def setLogWriter(lw: LogWriter): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  44. def toBigDecimal(num: Array[Byte], scale: Int): BigDecimal

    Permalink
  45. def toBigInteger(num: Array[Byte]): BigInteger

    Permalink
  46. lazy val toBits: Int

    Permalink
    Definition Classes
    HasRuntimeExplicitLength
  47. def toBriefXML(depthLimit: Int = 1): String

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

    Permalink
    Definition Classes
    ToBriefXMLImpl → AnyRef → Any
  49. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Logging

Inherited from HasRuntimeExplicitLength

Inherited from PackedBinaryConversion

Inherited from PrimParser

Inherited from Parser

Inherited from PrimProcessor

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