class %DeepSee.PMML.Definition.Util.Apply
extends AbstractExpression, %DeepSee.PMML.Definition.extendableNode
method %GetComputeCode(Output pInline As %Boolean = 0, pOverrideSource As %String = "", pThis As %String = ".", pArrayFormat As %Boolean = 0)
as %String
Returns the COS code to compute this expression. Sets pInline to 1 if the returned
string can simply be nested in an enclosing expression. If pInline = 0, the code
returned is assumed to populate a variable tValue, with each line prepended with
appropriate whitespace to allow simple compilation.
method %ValidateNames(ByRef pDictionary)
as %Status