Class/Object

org.apache.daffodil.dpath

DState

Related Docs: object DState | package dpath

Permalink

case class DState() extends Product with Serializable

expression evaluation side-effects this state block.

For DPath expressions, all infoset content must be obtained via methods on this object so that if used in a forward referencing expression the expression can block until the information becomes available.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DState()

    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. def SDE(formatString: String, args: Any*): Nothing

    Permalink
  5. def arrayLength: Long

    Permalink
  6. def arrayPos: Long

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def booleanValue: Boolean

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contextLocation: Maybe[DataLocation]

    Permalink
  11. def contextNode: Maybe[DINode]

    Permalink
  12. def currentArray: DIArray

    Permalink
  13. def currentComplex: DIComplex

    Permalink
  14. def currentElement: DIElement

    Permalink
  15. def currentNode: DINode

    Permalink
  16. def currentSimple: DISimple

    Permalink
  17. def currentValue: AnyRef

    Permalink
  18. def dateTimeValue: DFDLCalendar

    Permalink
  19. def dateValue: DFDLCalendar

    Permalink
  20. def decimalValue: BigDecimal

    Permalink
  21. def doubleValue: Double

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

    Permalink
    Definition Classes
    AnyRef
  23. def errorOrWarn: Maybe[SavesErrorsAndWarnings]

    Permalink
  24. def exists: Boolean

    Permalink
  25. def finalArrayLength: Long

    Permalink
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def fnExists(): Unit

    Permalink
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def index: Int

    Permalink

    Array index calculations (that is [expr], what XPath calls 'predicate')

  30. def intValue: Int

    Permalink
  31. def integerValue: BigInteger

    Permalink
  32. var isCompile: Boolean

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def isNilled: Boolean

    Permalink
  35. def longValue: Long

    Permalink
  36. def mode: EvalMode

    Permalink
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  40. var opIndex: Int

    Permalink
  41. def resetValue(): Unit

    Permalink
  42. def runtimeData: Maybe[ElementRuntimeData]

    Permalink
  43. def selfMove(): Unit

    Permalink
  44. def setArrayPos(arrayPos1b: Long): Unit

    Permalink
  45. def setContextNode(node: DINode): Unit

    Permalink
  46. def setCurrentNode(n: DINode): Unit

    Permalink
  47. def setCurrentValue(v: Any): Unit

    Permalink
  48. def setErrorOrWarn(s: SavesErrorsAndWarnings): Unit

    Permalink
  49. def setMode(m: EvalMode): Unit

    Permalink

    Set to UnparserBlocking for forward-referencing expressions during unparsing.

  50. def setVBox(box: VariableBox): Unit

    Permalink

    Used by UState, where we want to shared the vmap as modified by the expression evaluations that use the DState.

  51. def setVMap(m: VariableMap): Unit

    Permalink

    Used by PState and parser, where we want to isolate the modifications to the vmap per expression evaluation.

    Used by PState and parser, where we want to isolate the modifications to the vmap per expression evaluation. This isolate makes backtracking changes to the vmap easy. Just don't copy the vmap back from the DState into the PState, and the changes are gone.

  52. def stringValue: String

    Permalink
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  54. def timeValue: DFDLCalendar

    Permalink
  55. def vmap: VariableMap

    Permalink
  56. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def withRetryIfBlocking[T](body: ⇒ T): T

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped