Object

org.apache.daffodil.dpath.NodeInfo

Nothing

Related Doc: package NodeInfo

Permalink

object Nothing extends TypeNode with NodeInfo.PrimType.Boolean.Kind with NodeInfo.Complex.Kind with NodeInfo.Nillable.Kind with NodeInfo.Array.Kind with NodeInfo.ArrayIndex.Kind with NodeInfo.PrimType.Double.Kind with NodeInfo.PrimType.Float.Kind with NodeInfo.PrimType.Date.Kind with NodeInfo.PrimType.Time.Kind with NodeInfo.PrimType.DateTime.Kind with NodeInfo.PrimType.UnsignedByte.Kind with NodeInfo.PrimType.Byte.Kind with NodeInfo.PrimType.HexBinary.Kind with NodeInfo.NonEmptyString.Kind with Product with Serializable

Nothing is the bottom of the type lattice.

It is the return type of the daf:error() function. It's a subtype of every type (except some special singletons like ArrayType).

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Nothing
  2. Product
  3. Equals
  4. NonEmptyStringKind
  5. StringKind
  6. HexBinaryKind
  7. OpaqueKind
  8. ByteKind
  9. ShortKind
  10. IntKind
  11. LongKind
  12. UnsignedByteKind
  13. UnsignedShortKind
  14. DateTimeKind
  15. TimeKind
  16. DateKind
  17. AnyDateTimeKind
  18. FloatKind
  19. DoubleKind
  20. ArrayIndexKind
  21. UnsignedIntKind
  22. UnsignedLongKind
  23. NonNegativeIntegerKind
  24. IntegerKind
  25. SignedIntegerKind
  26. SignedNumericKind
  27. NumericKind
  28. AnyAtomicKind
  29. Kind
  30. ArrayKind
  31. ComplexKind
  32. BooleanKind
  33. AnySimpleTypeKind
  34. NillableKind
  35. Kind
  36. AnyTypeKind
  37. Kind
  38. EnumValueType
  39. TypeNode
  40. Serializable
  41. Serializable
  42. AnyRef
  43. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val children: List[TypeNode]

    Permalink
    Definition Classes
    TypeNode
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def doesParentListContain(typeName: String): Boolean

    Permalink
    Definition Classes
    TypeNode
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. lazy val globalQName: GlobalQName

    Permalink
    Definition Classes
    TypeNode
  13. lazy val isHead: Boolean

    Permalink
    Definition Classes
    TypeNode
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def isSubtypeOf(other: Kind): Boolean

    Permalink
    Definition Classes
    Kind
  16. lazy val lcaseName: String

    Permalink
    Definition Classes
    TypeNode
  17. def name: String

    Permalink
    Definition Classes
    Kind
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  21. lazy val parentList: List[String]

    Permalink
    Definition Classes
    TypeNode
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from NonEmptyStringKind

Inherited from StringKind

Inherited from PrimType.HexBinaryKind

Inherited from OpaqueKind

Inherited from ByteKind

Inherited from ShortKind

Inherited from IntKind

Inherited from LongKind

Inherited from UnsignedByteKind

Inherited from UnsignedShortKind

Inherited from DateTimeKind

Inherited from TimeKind

Inherited from DateKind

Inherited from AnyDateTimeKind

Inherited from FloatKind

Inherited from DoubleKind

Inherited from ArrayIndexKind

Inherited from UnsignedIntKind

Inherited from UnsignedLongKind

Inherited from NonNegativeIntegerKind

Inherited from IntegerKind

Inherited from SignedIntegerKind

Inherited from SignedNumericKind

Inherited from NumericKind

Inherited from AnyAtomicKind

Inherited from Array.Kind

Inherited from ArrayKind

Inherited from ComplexKind

Inherited from BooleanKind

Inherited from AnySimpleTypeKind

Inherited from NillableKind

Inherited from AnyType.Kind

Inherited from AnyTypeKind

Inherited from Kind

Inherited from NodeInfo.EnumValueType

Inherited from TypeNode

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped