Package gw.lang.parser.coercers
Class IntCoercer
- java.lang.Object
-
- gw.lang.parser.coercers.BaseCoercer
-
- gw.lang.parser.coercers.StandardCoercer
-
- gw.lang.parser.coercers.BaseBoxedCoercer
-
- gw.lang.parser.coercers.IntCoercer
-
- All Implemented Interfaces:
ICoercer
public class IntCoercer extends BaseBoxedCoercer
-
-
Field Summary
-
Fields inherited from interface gw.lang.parser.ICoercer
MAX_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description IntCoercer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
coerceValue(IType typeToCoerceTo, Object value)
static IntCoercer
instance()
-
Methods inherited from class gw.lang.parser.coercers.BaseBoxedCoercer
getPriority
-
Methods inherited from class gw.lang.parser.coercers.StandardCoercer
handlesNull, isCoercingDimensionWithSameType, isExplicitCoercion
-
-
-
-
Method Detail
-
instance
public static IntCoercer instance()
-
-