Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UDFunctionCallExpr will extend Daffodil's FunctionCallBase, and implement override inherentType, targetTypeForSubexpression and compiledDPath. compiledDPath will call UDFunctionCall. UDFunctionCall will call override computeValues calling fEvaluate using its invoke method.

...