Class

org.apache.daffodil.dpath

RuntimeExpressionDPath

Related Doc: package dpath

Permalink

final class RuntimeExpressionDPath[T <: AnyRef] extends CompiledExpression[T] with DoSDEMixin

Linear Supertypes
DoSDEMixin, CompiledExpression[T], Serializable, Serializable, ContentValueReferencedElementInfoMixin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RuntimeExpressionDPath
  2. DoSDEMixin
  3. CompiledExpression
  4. Serializable
  5. Serializable
  6. ContentValueReferencedElementInfoMixin
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RuntimeExpressionDPath(qn: NamedQName, tt: Kind, recipe: CompiledDPath, dpathText: String, ci: DPathCompileInfo, isEvaluatedAbove: Boolean, contentReferencedElementInfos: Set[DPathElementCompileInfo], valueReferencedElementInfos: Set[DPathElementCompileInfo])

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def constant: T

    Permalink

    used to obtain a constant value.

    used to obtain a constant value.

    isConstant must be true or this will throw.

    Definition Classes
    RuntimeExpressionDPathCompiledExpression
  7. val contentReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
  8. final def doSDE(e: Throwable, state: ParseOrUnparseState): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    DoSDEMixin
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def evaluate(state: ParseOrUnparseState): T

    Permalink
  12. def evaluateForwardReferencing(state: ParseOrUnparseState, whereBlockedInfo: Suspension): Maybe[T]

    Permalink

    For unparsing of forward-referencing (outputValueCalc) expressions

    For unparsing of forward-referencing (outputValueCalc) expressions

    Depends on the dstate havng been properly initialized. E.g., the variable map, current node, mode, etc.

    The whereBlockedInfo is a return data structure that is side-effected to indicate the block location. I.e., where in the infoset are we blocked. Used for forward-progress-checking so as to detect deadlocks.

    Definition Classes
    RuntimeExpressionDPathCompiledExpression
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def isConstant: Boolean

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isKnownNonEmpty: Boolean

    Permalink

    tells us if the property is non-empty.

    tells us if the property is non-empty. This is true if it is a constant non-empty expression (that is, is not ""), but it is also true if it is evaluated as a runtime expression that it is not allowed to return "".

    Issue: are there properties which are string-valued, and where "" can in fact be returned at run time? Assumed no. This was clarified in an errata to the DFDL spec.

    Definition Classes
    RuntimeExpressionDPathCompiledExpression
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. lazy val prettyExpr: String

    Permalink

    Note use of the stringOf(v) below.

    Note use of the stringOf(v) below. Turns out x.toString creates some crappy printed representations, particularly for Array[Byte]. It prints a useless thing like "[@0909280". Use of stringOf prints "Array(....)".

    Definition Classes
    RuntimeExpressionDPathCompiledExpression
  23. val qName: NamedQName

    Permalink
    Definition Classes
    CompiledExpression
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def targetType: Kind

    Permalink

    The target type of the expression.

    The target type of the expression. This is the type that we want the expression to create.

    Definition Classes
    RuntimeExpressionDPathCompiledExpression
  26. final def toBriefXML(depth: Int = 1): String

    Permalink
    Definition Classes
    CompiledExpression
  27. def toString(): String

    Permalink
    Definition Classes
    CompiledExpression → AnyRef → Any
  28. val valueReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
  29. final def wait(): Unit

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

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

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

Inherited from DoSDEMixin

Inherited from CompiledExpression[T]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped