Class

org.apache.daffodil.processors

ModelGroupRuntimeData

Related Doc: package processors

Permalink

sealed abstract class ModelGroupRuntimeData extends TermRuntimeData

Linear Supertypes
TermRuntimeData, PreSerialization, Serializable, Serializable, RuntimeData, HasSchemaFileLocation, LookupLocation, LocationInSchemaFile, ResolvesQNames, ImplementsThrowsSDE, ThrowsSDE, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelGroupRuntimeData
  2. TermRuntimeData
  3. PreSerialization
  4. Serializable
  5. Serializable
  6. RuntimeData
  7. HasSchemaFileLocation
  8. LookupLocation
  9. LocationInSchemaFile
  10. ResolvesQNames
  11. ImplementsThrowsSDE
  12. ThrowsSDE
  13. AnyRef
  14. 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. def NoAnnotationContext: Option[SchemaFileLocation]

    Permalink
    Definition Classes
    ImplementsThrowsSDE
  5. def SDE(id: String, args: Any*): Nothing

    Permalink
    Definition Classes
    ImplementsThrowsSDE → ThrowsSDE
  6. final def SDE(th: Throwable): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  7. def ThrowSDE: PartialFunction[Throwable, Nothing]

    Permalink
    Definition Classes
    ThrowsSDE
  8. lazy val alignmentValueInBits: Int

    Permalink
    Definition Classes
    TermRuntimeData
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. lazy val ci: DPathCompileInfo

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def columnDescription: String

    Permalink
    Definition Classes
    HasSchemaFileLocation → LocationInSchemaFile
  13. lazy val couldHaveText: Boolean

    Permalink
    Definition Classes
    TermRuntimeData
  14. lazy val defaultBitOrder: BitOrder

    Permalink
    Definition Classes
    TermRuntimeData
  15. lazy val diagnosticDebugName: String

    Permalink
    Definition Classes
    ModelGroupRuntimeDataRuntimeData
  16. lazy val dpathCompileInfo: DPathCompileInfo

    Permalink
    Definition Classes
    TermRuntimeData
  17. lazy val encInfo: EncodingRuntimeData

    Permalink
  18. lazy val encodingInfo: EncodingRuntimeData

    Permalink
    Definition Classes
    TermRuntimeData
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def equals(other: Any): Boolean

    Permalink
    Definition Classes
    TermRuntimeData → AnyRef → Any
  21. def fileDescription: String

    Permalink
    Definition Classes
    HasSchemaFileLocation → LocationInSchemaFile
  22. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. lazy val groupMembers: Seq[TermRuntimeData]

    Permalink
  25. lazy val hasNoSkipRegions: Boolean

    Permalink
    Definition Classes
    TermRuntimeData
  26. final def hashCode(): Int

    Permalink
    Definition Classes
    TermRuntimeData → AnyRef → Any
  27. final def isArray: Boolean

    Permalink
    Definition Classes
    ModelGroupRuntimeDataTermRuntimeData
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. lazy val isRepresented: Boolean

    Permalink
    Definition Classes
    TermRuntimeData
  30. final def isRequiredScalar: Boolean

    Permalink
    Definition Classes
    ModelGroupRuntimeDataTermRuntimeData
  31. def lineDescription: String

    Permalink
    Definition Classes
    HasSchemaFileLocation → LocationInSchemaFile
  32. def locationDescription: String

    Permalink
    Definition Classes
    HasSchemaFileLocation → LocationInSchemaFile
  33. lazy val maybeCheckBitOrderAndCharsetEv: Maybe[CheckBitOrderAndCharsetEv]

    Permalink
    Definition Classes
    TermRuntimeData
  34. lazy val maybeCheckByteAndBitOrderEv: Maybe[CheckByteAndBitOrderEv]

    Permalink
    Definition Classes
    TermRuntimeData
  35. lazy val maybeFillByteEv: Maybe[FillByteEv]

    Permalink
    Definition Classes
    TermRuntimeData
  36. val me: Class[_ <: PreSerialization]

    Permalink
    Definition Classes
    PreSerialization
  37. lazy val namespaces: NamespaceBinding

    Permalink
    Definition Classes
    ModelGroupRuntimeDataRuntimeData → ResolvesQNames
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notYetImplemented(msg: String, args: Any*): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  40. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  42. lazy val optIgnoreCase: Option[YesNo]

    Permalink
    Definition Classes
    TermRuntimeData
  43. lazy val path: String

    Permalink
    Definition Classes
    ModelGroupRuntimeDataRuntimeData
  44. def preSerialization: Unit

    Permalink
    Definition Classes
    ModelGroupRuntimeDataTermRuntimeData → PreSerialization
  45. def qNameForProperty(local: String, ns: NS): GlobalQName

    Permalink
    Definition Classes
    ResolvesQNames
  46. def removePrefix(prefixedValue: String): String

    Permalink
    Definition Classes
    ResolvesQNames
  47. def resolveQName(qnString: String): RefQName

    Permalink
    Definition Classes
    ResolvesQNames
  48. final def schemaDefinitionError(str: String, args: Any*): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  49. final macro def schemaDefinitionUnless(testThatWillThrowIfFalse: Boolean, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    ThrowsSDE
  50. final macro def schemaDefinitionWhen(testThatWillThrowIfTrue: Boolean, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    ThrowsSDE
  51. lazy val schemaFileLocation: SchemaFileLocation

    Permalink
    Definition Classes
    ModelGroupRuntimeDataRuntimeData → HasSchemaFileLocation → ThrowsSDE
  52. final def serializeObject(out: ObjectOutputStream): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PreSerialization
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  54. def toString(): String

    Permalink
    Definition Classes
    RuntimeData → AnyRef → Any
  55. final def toss(th: Throwable): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  56. def tunable: DaffodilTunables

    Permalink

    At some point TermRuntimeData is a ResolvesQNames which requires tunables:

    At some point TermRuntimeData is a ResolvesQNames which requires tunables:

    Anything to do with expressions might deal with namespace prefixes on qnames in expressions, or on NCNames in expressions, so has to have the namespace default policy tunable so as to be able to be compatible with IBM's implementation of DPath.

    TermRuntimeData refers to a DPathCompileInfo which has the namespace prefix, element name, etc. that are needed in order to compile DPath expressions at runtime (in the debugger, which is part of the runtime; hence, need this info at runtime.)

    Definition Classes
    TermRuntimeDataRuntimeData → ResolvesQNames
  57. lazy val variableMap: VariableMap

    Permalink
    Definition Classes
    ModelGroupRuntimeDataRuntimeData
  58. final def wait(): Unit

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

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

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

Inherited from TermRuntimeData

Inherited from PreSerialization

Inherited from Serializable

Inherited from Serializable

Inherited from RuntimeData

Inherited from HasSchemaFileLocation

Inherited from LookupLocation

Inherited from LocationInSchemaFile

Inherited from ResolvesQNames

Inherited from ImplementsThrowsSDE

Inherited from ThrowsSDE

Inherited from AnyRef

Inherited from Any

Ungrouped