Class

org.apache.daffodil.processors.parsers

PackedDecimalDelimitedParser

Related Doc: package parsers

Permalink

class PackedDecimalDelimitedParser extends PackedBinaryDecimalDelimitedBaseParser

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PackedDecimalDelimitedParser
  2. PackedBinaryDecimalDelimitedBaseParser
  3. PackedBinaryConversion
  4. StringDelimitedParser
  5. CaptureParsingValueLength
  6. TextPrimParser
  7. TextProcessor
  8. PrimParser
  9. Parser
  10. PrimProcessor
  11. Processor
  12. Serializable
  13. Serializable
  14. Logging
  15. Identity
  16. ToBriefXMLImpl
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PackedDecimalDelimitedParser(erd: ElementRuntimeData, textParser: TextDelimitedParserBase, fieldDFAEv: FieldDFAParseEv, isDelimRequired: Boolean, binaryDecimalVirtualPoint: Int, packedSignCodes: PackedSignCodes)

    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. final def captureValueLength(state: PState, startBitPos0b: ULong, endBitPos0b: ULong): Unit

    Permalink
    Definition Classes
    CaptureParsingValueLength
  10. final def captureValueLengthOfString(state: PState, str: String): Unit

    Permalink
    Definition Classes
    CaptureParsingValueLength
  11. val charsetEv: CharsetEv

    Permalink
  12. def childProcessors: Vector[Processor]

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

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

    Permalink
    Definition Classes
    StringDelimitedParserProcessor
  15. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ParserProcessor
  24. var isInitialized: Boolean

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

    Permalink
    Definition Classes
    Any
  26. 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
  27. final macro def log(lvl: Type, msg: String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  28. lazy val logID: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def nom: String

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

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

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

    Permalink
    Definition Classes
    StringDelimitedParserParser
  36. final def parse1(pstate: PState): Unit

    Permalink
    Definition Classes
    Parser
  37. def parserName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Parser
  38. def processResult(parseResult: Maybe[dfa.ParseResult], state: PState): Unit

    Permalink

    We are treating packed binary formats as just a string in iso-8859-1 encoding.

    We are treating packed binary formats as just a string in iso-8859-1 encoding.

    This works because java/scala's decoder for iso-8859-1 does not implement any unmapping error detection. The official definition of iso-8859-1 has a few unmapped characters, but most interpretations of iso-8859-1 implement these code points anyway, with their unicode code points being exactly the byte values (interpreted unsigned).

    So, in scala/java anyway, it appears one can use iso-8859-1 as characters corresponding to raw byte values.

    Definition Classes
    PackedBinaryDecimalDelimitedBaseParserStringDelimitedParser
  39. def processingError(state: PState, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    Parser
  40. val runtimeDependencies: Vector[Evaluatable[AnyRef] with InfosetCachedEvaluatable[_ >: BitsCharset with DFAField <: AnyRef]]

    Permalink
    Definition Classes
    StringDelimitedParserProcessor
  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. def toBriefXML(depthLimit: Int = 1): String

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

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

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

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

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

    Permalink
    Definition Classes
    Logging

Inherited from PackedBinaryConversion

Inherited from StringDelimitedParser

Inherited from CaptureParsingValueLength

Inherited from TextPrimParser

Inherited from TextProcessor

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