Class

org.apache.daffodil.dpath

FNThreeArgsExpr

Related Doc: package dpath

Permalink

case class FNThreeArgsExpr(nameAsParsed: String, fnQName: RefQName, args: List[Expression], resultType: Kind, arg1Type: Kind, arg2Type: Kind, arg3Type: Kind, constructor: (List[CompiledDPath]) ⇒ RecipeOp) extends FunctionCallBase with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, FunctionCallBase, ExpressionLists, Expression, BasicComponent, ImplementsThrowsOrSavesSDE, SavesErrorsAndWarnings, ImplementsThrowsSDE, ResolvesQNames, ThrowsSDE, HasTunable, OOLAGHostImpl, OOLAGHost, NamedMixinBase, WithDiagnostics, Logging, Identity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FNThreeArgsExpr
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. FunctionCallBase
  7. ExpressionLists
  8. Expression
  9. BasicComponent
  10. ImplementsThrowsOrSavesSDE
  11. SavesErrorsAndWarnings
  12. ImplementsThrowsSDE
  13. ResolvesQNames
  14. ThrowsSDE
  15. HasTunable
  16. OOLAGHostImpl
  17. OOLAGHost
  18. NamedMixinBase
  19. WithDiagnostics
  20. Logging
  21. Identity
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FNThreeArgsExpr(nameAsParsed: String, fnQName: RefQName, args: List[Expression], resultType: Kind, arg1Type: Kind, arg2Type: Kind, arg3Type: Kind, constructor: (List[CompiledDPath]) ⇒ RecipeOp)

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

    Permalink
    Definition Classes
    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. def SDW(warnID: WarnID, fmt: String, args: Any*): Unit

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

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

    Permalink
    Definition Classes
    Logging
  12. lazy val arg1: Expression

    Permalink
  13. val arg1Type: Kind

    Permalink
  14. lazy val arg2: Expression

    Permalink
  15. val arg2Type: Kind

    Permalink
  16. lazy val arg3: Expression

    Permalink
  17. val arg3Type: Kind

    Permalink
  18. final def argCountErr(n: Int): Nothing

    Permalink
    Definition Classes
    FunctionCallBase
  19. final def argCountTooFewErr(n: Int): Nothing

    Permalink
    Definition Classes
    FunctionCallBase
  20. final def argCountTooManyErr(n: Int): Nothing

    Permalink
    Definition Classes
    FunctionCallBase
  21. val args: List[Expression]

    Permalink
  22. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    OOLAGHost
  24. final def checkArgCount(n: Int): Unit

    Permalink
    Definition Classes
    FunctionCallBase
  25. final def checkErrors: Unit

    Permalink
    Definition Classes
    OOLAGHost
  26. lazy val checkTypeCorrectness: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Expression
  27. lazy val children: List[Expression]

    Permalink
    Definition Classes
    ExpressionListsExpression
  28. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. lazy val compileInfo: DPathCompileInfo

    Permalink
    Definition Classes
    Expression
  30. lazy val compiledDPath: CompiledDPath

    Permalink
    Definition Classes
    FNThreeArgsExprExpression
  31. val constructor: (List[CompiledDPath]) ⇒ RecipeOp

    Permalink
  32. def contentReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Definition Classes
    Expression
  33. lazy val conversions: List[RecipeOp]

    Permalink
    Definition Classes
    Expression
  34. final var currentOVList: Seq[OOLAGValueBase]

    Permalink
    Definition Classes
    OOLAGHost
  35. lazy val diagnosticDebugName: String

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  38. final lazy val enclosingElementCompileInfos: Seq[DPathElementCompileInfo]

    Permalink
    Definition Classes
    Expression
  39. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    OOLAGHost
  42. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  43. val fnQName: RefQName

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

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

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

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

    Permalink
    Definition Classes
    Logging
  48. final def hasOOLAGRootSetup: Boolean

    Permalink
    Definition Classes
    OOLAGHost
  49. def hasReferenceTo(elem: DPathElementCompileInfo): Boolean

    Permalink
    Definition Classes
    Expression
  50. lazy val inherentType: Kind

    Permalink

    The inherent type is the bottom-up type.

    The inherent type is the bottom-up type. That is, the type that is determined by examining the expression, or in attribute-grammar speak, the synthetic type.

    For "foo" it is string, for 5.0 it is double, and for 5 it is integer. For an identifier such as b in /a/b, it is the simple type of the element declaration for b.

    The inherent type can be a complex type, as in the foo in /foo/bar. That is why this is not the same system of type-kind values as the xsdTargetType

    Definition Classes
    FNThreeArgsExprExpression
  51. def isError: Boolean

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

    Permalink
    Definition Classes
    Any
  53. lazy val isTypeCorrect: Boolean

    Permalink
    Definition Classes
    Expression
  54. def leafContentLengthReferencedElements: Set[DPathElementCompileInfo]

    Permalink

    Override where we traverse/access elements.

    Override where we traverse/access elements.

    Definition Classes
    Expression
  55. def leafValueLengthReferencedElements: Set[DPathElementCompileInfo]

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

    Permalink
    Definition Classes
    Logging
  57. lazy val logID: String

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

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

    Permalink
    Definition Classes
    Logging
  60. val lst: List[Expression]

    Permalink
    Definition Classes
    ExpressionLists
  61. final val nArgs: Args

    Permalink
    Definition Classes
    OOLAGHostImpl → OOLAGHost
  62. val nameAsParsed: String

    Permalink
  63. lazy val namespaces: NamespaceBinding

    Permalink
    Definition Classes
    Expression → ResolvesQNames
  64. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    OOLAGHost
  74. final lazy val parent: Expression

    Permalink
    Definition Classes
    Expression
  75. final lazy val parentOpt: Option[Expression]

    Permalink
    Definition Classes
    Expression
  76. lazy val path: String

    Permalink
    Definition Classes
    OOLAGHost
  77. def qNameForProperty(local: String, ns: NS): GlobalQName

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

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

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

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

    Permalink
    Definition Classes
    ResolvesQNames
  82. def resolveRef(qnameString: String): RefQName

    Permalink
    Definition Classes
    Expression
  83. val resultType: Kind

    Permalink
  84. final lazy val rootElement: DPathElementCompileInfo

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ThrowsSDE
  92. lazy val schemaFileLocation: SchemaFileLocation

    Permalink

    TODO: get more precise line and column information for pointing at sub-regions of large DPath expressions

    TODO: get more precise line and column information for pointing at sub-regions of large DPath expressions

    We're parsing them, so we should have access to specific locations within the expression.

    Definition Classes
    Expression → ThrowsSDE
  93. def setContextsForChildren(context: OOLAGHost = this): Unit

    Permalink
    Definition Classes
    Expression
  94. def setLogWriter(lw: LogWriter): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  100. lazy val targetType: Kind

    Permalink

    The target type is defined for simple types.

    The target type is defined for simple types. It gives the type that the expression must return. It is the type that the context is expecting or in attribute-grammar terms, the inherited type.

    For inputValueCalc, this is the type of the element carrying that property.

    For setVariable and newVariableInstance, it is the type of the variable.

    For dfdl:length and dfdl:occursCount it is UnsignedInt

    For the test properties of assert/discriminator it is Boolean

    For the following properties, when their value is an expression the xsdTargetType is NonEmptyString byteOrder, encoding, outputNewLine, escapeCharacter, escapeEscapeCharacter, initiator, terminator, separator, textStandardDecimalSeparator, textStandardGroupingSeparator, textStandardExponentRep, binaryFloatRep, textBooleanFalseRep, textBooleanTrueRep

    Definition Classes
    FunctionCallBaseExpression
  101. def targetTypeForSubexpression(subexp: Expression): Kind

    Permalink
    Definition Classes
    FNThreeArgsExprExpression
  102. def text: String

    Permalink
    Definition Classes
    FunctionCallBaseExpression
  103. final def toss(th: Throwable): Nothing

    Permalink
    Definition Classes
    ThrowsSDE
  104. lazy val tunable: DaffodilTunables

    Permalink
    Definition Classes
    Expression → ImplementsThrowsOrSavesSDE → HasTunable
  105. lazy val unqualifiedPathStepPolicy: UnqualifiedPathStepPolicy

    Permalink
    Definition Classes
    Expression → ResolvesQNames
  106. def valueReferencedElementInfos: Set[DPathElementCompileInfo]

    Permalink
    Definition Classes
    Expression
  107. final def wait(): Unit

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

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

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

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

    Permalink
    Definition Classes
    OOLAGHost
  112. final lazy val wholeExpression: Expression

    Permalink
    Definition Classes
    Expression
  113. final lazy val wholeExpressionText: String

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

    Permalink
    Definition Classes
    Logging

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FunctionCallBase

Inherited from ExpressionLists

Inherited from Expression

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