Package gw.lang.parser.coercers
Class DoubleCoercer
java.lang.Object
gw.lang.parser.coercers.BaseCoercer
gw.lang.parser.coercers.StandardCoercer
gw.lang.parser.coercers.BaseBoxedCoercer
gw.lang.parser.coercers.DoubleCoercer
- All Implemented Interfaces:
ICoercer
-
Field Summary
FieldsFields inherited from interface gw.lang.parser.ICoercer
MAX_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoerceValue
(IType typeToCoerceTo, Object value) static DoubleCoercer
instance()
Methods inherited from class gw.lang.parser.coercers.BaseBoxedCoercer
getPriority
Methods inherited from class gw.lang.parser.coercers.StandardCoercer
handlesNull, isCoercingDimensionWithSameType, isExplicitCoercion
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DoubleCoercer
public DoubleCoercer()
-
-
Method Details
-
coerceValue
-
instance
-