Expression.NumericExpression |
ScriptGenerator.composeCountOperation(Expression.ListExpressionBase list) |
|
Expression.NumericExpression |
ScriptGenerator.composeCountOperation(Expression.PathExpression set) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
Expression.NumericExpression |
ScriptGenerator.composeNumericOperation(Expression.NumericExpression leftOperand,
String operator,
Expression.NumericExpression rightOperand) |
Given a numeric operation, this method should return the target language script that performs
the operation.
|
Expression.NumericExpression |
ScriptGenerator.composeStringLengthCalculation(Expression.StringExpression text) |
|
Expression.NumericExpression |
ScriptGenerator.composeSumOperation(Expression.NumericListExpression list) |
|
Expression.NumericExpression |
ScriptGenerator.composeSumOperation(Expression.PathExpression set) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
Expression.NumericExpression |
ScriptGenerator.composeToNumberConversion(Expression.StringExpression text) |
|
Expression.NumericExpression |
ScriptGenerator.getNumericLiteralEquivalent(String efxLiteral) |
Returns the numeric literal passed in target language script.
|