public class AbsFunctionResolver extends Resolver
Resolver is responsible to calculate the IType based on the type of the
ABS expression. The valid type is a Number type.
The ABS function takes a numeric argument and returns a number (integer, float, or double) of the same type as the argument to the function.
| Constructor and Description |
|---|
AbsFunctionResolver(Resolver parent)
Creates a new
AbsFunctionResolver. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ResolverVisitor visitor)
|
getManagedType, getMapping, getParent, getType, isNullAllowed, setNullAllowedpublic void accept(ResolverVisitor visitor)
EclipseLink 2.4.2, "build v20130514-5956486" API Reference