Class/Object

org.apache.daffodil.processors

TermRuntimeData

Related Docs: object TermRuntimeData | package processors

Permalink

sealed abstract class TermRuntimeData extends RuntimeData with Serializable with PreSerialization

Linear Supertypes
PreSerialization, Serializable, Serializable, RuntimeData, HasSchemaFileLocation, LookupLocation, LocationInSchemaFile, ResolvesQNames, ImplementsThrowsSDE, ThrowsSDE, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermRuntimeData
  2. PreSerialization
  3. Serializable
  4. Serializable
  5. RuntimeData
  6. HasSchemaFileLocation
  7. LookupLocation
  8. LocationInSchemaFile
  9. ResolvesQNames
  10. ImplementsThrowsSDE
  11. ThrowsSDE
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val diagnosticDebugName: String

    Permalink
    Definition Classes
    RuntimeData
  2. abstract val namespaces: NamespaceBinding

    Permalink
    Definition Classes
    RuntimeData → ResolvesQNames
  3. abstract val path: String

    Permalink
    Definition Classes
    RuntimeData
  4. abstract val schemaFileLocation: SchemaFileLocation

    Permalink
    Definition Classes
    RuntimeData → HasSchemaFileLocation → ThrowsSDE
  5. abstract def variableMap: VariableMap

    Permalink
    Definition Classes
    RuntimeData

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

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

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

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

    Permalink
  13. lazy val defaultBitOrder: BitOrder

    Permalink
  14. lazy val dpathCompileInfo: DPathCompileInfo

    Permalink
  15. lazy val encodingInfo: EncodingRuntimeData

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. lazy val hasNoSkipRegions: Boolean

    Permalink
  22. final def hashCode(): Int

    Permalink
    Definition Classes
    TermRuntimeData → AnyRef → Any
  23. lazy val immediateEnclosingElementRuntimeData: Option[ElementRuntimeData]

    Permalink
    Definition Classes
    TermRuntimeDataRuntimeData
  24. lazy val immediateEnclosingTermRuntimeData: Maybe[TermRuntimeData]

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

    Permalink
    Definition Classes
    Any
  26. lazy val isRepresented: Boolean

    Permalink
  27. def lineDescription: String

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

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

    Permalink
  30. lazy val maybeCheckByteAndBitOrderEv: Maybe[CheckByteAndBitOrderEv]

    Permalink
  31. lazy val maybeFillByteEv: Maybe[FillByteEv]

    Permalink
  32. val me: Class[_ <: PreSerialization]

    Permalink
    Definition Classes
    PreSerialization
  33. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
  38. def preSerialization: Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    ThrowsSDE
  45. final def serializeObject(out: ObjectOutputStream): Unit

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

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

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

    Permalink
    Definition Classes
    ThrowsSDE
  49. 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
  50. final def wait(): Unit

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

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

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

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