Class

org.apache.daffodil.grammar.primitives

InputValueCalc

Related Doc: package primitives

Permalink

case class InputValueCalc(e: ElementBase, property: PropertyLookupResult) extends ValueCalcBase with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ValueCalcBase, ExpressionEvaluatorBase, Terminal, NamedGram, Gram, GramRuntime1Mixin, BasicComponent, ImplementsThrowsOrSavesSDE, SavesErrorsAndWarnings, ImplementsThrowsSDE, ResolvesQNames, ThrowsSDE, HasTunable, OOLAGHostImpl, OOLAGHost, NamedMixinBase, WithDiagnostics, Logging, Identity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InputValueCalc
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ValueCalcBase
  7. ExpressionEvaluatorBase
  8. Terminal
  9. NamedGram
  10. Gram
  11. GramRuntime1Mixin
  12. BasicComponent
  13. ImplementsThrowsOrSavesSDE
  14. SavesErrorsAndWarnings
  15. ImplementsThrowsSDE
  16. ResolvesQNames
  17. ThrowsSDE
  18. HasTunable
  19. OOLAGHostImpl
  20. OOLAGHost
  21. NamedMixinBase
  22. WithDiagnostics
  23. Logging
  24. Identity
  25. AnyRef
  26. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InputValueCalc(e: ElementBase, property: PropertyLookupResult)

    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 LV[T](sym: Symbol)(body: ⇒ T): OOLAGValue[T]

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  5. def NoAnnotationContext: Option[SchemaFileLocation]

    Permalink
    Definition Classes
    ImplementsThrowsSDE
  6. final def SDE(str: String, args: Any*): Nothing

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

    Permalink
    Definition Classes
    ThrowsSDE
  8. def SDEButContinue(id: String, args: Any*): Unit

    Permalink
    Definition Classes
    ImplementsThrowsOrSavesSDE → SavesErrorsAndWarnings
  9. final def SDW(warnID: WarnID, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    Gram → ImplementsThrowsOrSavesSDE → SavesErrorsAndWarnings
  10. def ThrowSDE: PartialFunction[Throwable, Nothing]

    Permalink
    Definition Classes
    ThrowsSDE
  11. final def areLogging(lvl: Type): Boolean

    Permalink
    Definition Classes
    Logging
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. final def assuming(pred: Boolean): Unit

    Permalink
    Definition Classes
    OOLAGHost
  14. def baseName: String

    Permalink
  15. final def checkErrors: Unit

    Permalink
    Definition Classes
    OOLAGHost
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final val context: SchemaComponent

    Permalink
    Definition Classes
    Gram
  18. final var currentOVList: Seq[OOLAGValueBase]

    Permalink
    Definition Classes
    OOLAGHost
  19. lazy val diagnosticDebugName: String

    Permalink
    Definition Classes
    NamedMixinBase
  20. def diagnostics: Seq[Diagnostic]

    Permalink
    Definition Classes
    OOLAGHost
  21. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  22. val e: ElementBase

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

    Permalink
    Definition Classes
    AnyRef
  24. def error(th: Diagnostic): Unit

    Permalink
    Definition Classes
    OOLAGHost
  25. final def errors: Seq[Diagnostic]

    Permalink
    Definition Classes
    OOLAGHost
  26. lazy val expr: CompiledExpression[AnyRef]

    Permalink
    Definition Classes
    ExpressionEvaluatorBase
  27. lazy val exprComponent: SchemaComponent

    Permalink
    Definition Classes
    ValueCalcBaseExpressionEvaluatorBase
  28. lazy val exprNamespaces: NamespaceBinding

    Permalink
    Definition Classes
    ValueCalcBaseExpressionEvaluatorBase
  29. lazy val exprProp: Found

    Permalink
    Definition Classes
    ValueCalcBase
  30. lazy val exprText: String

    Permalink
    Definition Classes
    ValueCalcBaseExpressionEvaluatorBase
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. val forWhat: ParserOrUnparser

    Permalink
    Definition Classes
    Gram
  33. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  34. def getDiagnostics: Seq[Diagnostic]

    Permalink
    Definition Classes
    OOLAGHost → WithDiagnostics
  35. def getLogWriter(): LogWriter

    Permalink
    Definition Classes
    Logging
  36. final def getLoggingLevel(): Type

    Permalink
    Definition Classes
    Logging
  37. final def hasNoParser: Parser

    Permalink
    Attributes
    protected
    Definition Classes
    GramRuntime1Mixin
  38. final def hasNoUnparser: Unparser

    Permalink
    Attributes
    protected
    Definition Classes
    GramRuntime1Mixin
  39. final def hasOOLAGRootSetup: Boolean

    Permalink
    Definition Classes
    OOLAGHost
  40. def isEmpty: Boolean

    Permalink
    Definition Classes
    TerminalGram
  41. def isError: Boolean

    Permalink
    Definition Classes
    OOLAGHost → WithDiagnostics
  42. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  43. final macro def log(lvl: Type, msg: String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  44. lazy val logID: String

    Permalink
    Definition Classes
    Logging → Identity
  45. var logLevel: Maybe[Type]

    Permalink
    Definition Classes
    Logging
  46. var logWriter: Maybe[LogWriter]

    Permalink
    Definition Classes
    Logging
  47. final def maybeParser: Maybe[Parser]

    Permalink
    Definition Classes
    GramRuntime1Mixin
  48. final lazy val maybeUnparser: Maybe[Unparser]

    Permalink
    Definition Classes
    GramRuntime1Mixin
  49. final val nArgs: Args

    Permalink
    Definition Classes
    OOLAGHostImpl → OOLAGHost
  50. def name: String

    Permalink
    Definition Classes
    NamedGramGram
  51. final def namespaces: NamespaceBinding

    Permalink
    Definition Classes
    Gram → ResolvesQNames
  52. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. lazy val nodeKind: PrimType

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

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

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

    Permalink
    Definition Classes
    AnyRef
  57. final lazy val oolagContext: OOLAGHost

    Permalink
    Definition Classes
    OOLAGHost
  58. final def oolagContextViaArgs: Option[OOLAGHost]

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHostImpl → OOLAGHost
  59. def oolagError(th: Diagnostic): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  60. final def oolagParent: OOLAGHost

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  61. def oolagWarn(th: Diagnostic): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  62. final lazy val optOolagContext: Option[OOLAGHost]

    Permalink
    Definition Classes
    OOLAGHost
  63. lazy val parser: Parser

    Permalink

    Provides parser.

    Provides parser.

    Required to examine child parsers, and optimize itself out by propagating NadaParser if there is no parser.

    Definition Classes
    InputValueCalcGramRuntime1Mixin
  64. lazy val path: String

    Permalink
    Definition Classes
    Gram → OOLAGHost
  65. val property: PropertyLookupResult

    Permalink
  66. lazy val pt: PrimType

    Permalink
    Definition Classes
    ValueCalcBase
  67. lazy val ptn: String

    Permalink
    Definition Classes
    ValueCalcBase
  68. def qNameForProperty(local: String, ns: NS): GlobalQName

    Permalink
    Definition Classes
    ResolvesQNames
  69. def qn: GlobalQName

    Permalink
    Attributes
    protected
    Definition Classes
    ExpressionEvaluatorBase
  70. def removePrefix(prefixedValue: String): String

    Permalink
    Definition Classes
    ResolvesQNames
  71. final def requiredEvaluations(lv: OOLAGValueBase): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  72. final def requiredEvaluations(arg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    OOLAGHost
  73. def resolveQName(qnString: String): RefQName

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

    Permalink
    Definition Classes
    ThrowsSDE
  75. def schemaDefinitionErrorButContinue(str: String, args: Any*): Unit

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  76. def schemaDefinitionErrorDueToPropertyValue(propertyName: String, propertyValue: String, propertyLocation: LookupLocation, otherPropertyLocation: LookupLocation, str: String, args: Any*): Nothing

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

    Permalink
    Definition Classes
    ThrowsSDE
  78. macro def schemaDefinitionWarningUnless(warnID: WarnID, testThatWillWarnIfFalse: Boolean, str: String, args: Any*): Unit

    Permalink
    Definition Classes
    SavesErrorsAndWarnings
  79. macro def schemaDefinitionWarningWhen(warnID: WarnID, testThatWillWarnIfTrue: Boolean, str: String, args: Any*): Unit

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

    Permalink
    Definition Classes
    ThrowsSDE
  81. final def schemaFileLocation: SchemaFileLocation

    Permalink
    Definition Classes
    Gram → ThrowsSDE
  82. def setLogWriter(lw: LogWriter): Unit

    Permalink
    Definition Classes
    Logging
  83. def setLoggingLevel(level: Type): Unit

    Permalink
    Definition Classes
    Logging
  84. final def setOOLAGContext(oolagContextArg: OOLAGHost): Unit

    Permalink
    Definition Classes
    OOLAGHost
  85. def subset(testThatWillThrowIfFalse: Boolean, msg: String, args: Any*): Unit

    Permalink
    Definition Classes
    ImplementsThrowsOrSavesSDE
  86. def subsetError(msg: String, args: Any*): Nothing

    Permalink
    Definition Classes
    ImplementsThrowsOrSavesSDE
  87. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    ThrowsSDE
  90. final lazy val tunable: DaffodilTunables

    Permalink
    Definition Classes
    Gram → ImplementsThrowsOrSavesSDE → HasTunable
  91. lazy val unparser: Nothing

    Permalink

    Provides unparser.

    Provides unparser.

    Required to examine child unparsers, and optimize itself out by propagating NadaUnparser if there is no unparser.

    Definition Classes
    InputValueCalcGramRuntime1Mixin
  92. final def unqualifiedPathStepPolicy: UnqualifiedPathStepPolicy

    Permalink
    Definition Classes
    Gram → ResolvesQNames
  93. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. def warn(th: Diagnostic): Unit

    Permalink
    Definition Classes
    OOLAGHost
  97. final def warnings: Seq[Diagnostic]

    Permalink
    Definition Classes
    OOLAGHost
  98. macro def withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit

    Permalink
    Definition Classes
    Logging
  99. def ||(qq: ⇒ Gram): Gram

    Permalink

    This || operator means one of the operands ONLY.

    This || operator means one of the operands ONLY. I.e., statically they are supposed to be mutually exclusive, so only one (or none) of them should ever survive.

    Definition Classes
    Gram
  100. def ~(qq: ⇒ Gram): Gram

    Permalink

    Sequential composition operator in the grammar.

    Sequential composition operator in the grammar.

    Note: This should not evaluate the argument unless it has to.

    Definition Classes
    Gram

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ValueCalcBase

Inherited from ExpressionEvaluatorBase

Inherited from Terminal

Inherited from NamedGram

Inherited from Gram

Inherited from GramRuntime1Mixin

Inherited from BasicComponent

Inherited from ImplementsThrowsOrSavesSDE

Inherited from SavesErrorsAndWarnings

Inherited from ImplementsThrowsSDE

Inherited from ResolvesQNames

Inherited from ThrowsSDE

Inherited from HasTunable

Inherited from OOLAGHostImpl

Inherited from OOLAGHost

Inherited from NamedMixinBase

Inherited from WithDiagnostics

Inherited from Logging

Inherited from Identity

Inherited from AnyRef

Inherited from Any

Ungrouped