Packages

object Constants

The object contains various constants related to the Cobol copybook parser

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Constants
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val FILLER: String
  5. val RhRdw: String
  6. val RhRdwBigEndian: String
  7. val RhRdwFixedLength: String
  8. val RhRdwLittleEndian: String
  9. val RhXcom: String
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val binaryIntSizeBytes: Int
  12. val binaryLongSizeBytes: Int
  13. val binaryShortSizeBytes: Int
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. val commaCharEBCIDIC: Byte
  16. val dotCharEBCIDIC: Byte
  17. val doubleSize: Int
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. val fileIdField: String
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. val floatSize: Int
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val maxBinIntPrecision: Int
  27. val maxDecimalPrecision: Int
  28. val maxDecimalScale: Int
  29. val maxFieldLength: Int
  30. val maxIntegerPrecision: Int
  31. val maxLongPrecision: Int
  32. val maxRdWRecordSize: Int
  33. val maxShortPrecision: Int
  34. val minIntegerPrecision: Int
  35. val minLongPrecision: Int
  36. val minShortPrecision: Int
  37. val minusCharASCII: Byte
  38. val minusCharEBCIDIC: Byte
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. val nonTerminalsPostfix: String
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. val plusCharASCII: Byte
  44. val plusCharEBCIDIC: Byte
  45. val recordByteLength: String
  46. val recordBytes: String
  47. val recordIdField: String
  48. val segmentIdField: String
  49. val spaceCharEBCIDIC: Byte
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped