Package gw.lang.parser.coercers
Class CharCoercer
java.lang.Object
gw.lang.parser.coercers.BaseCoercer
gw.lang.parser.coercers.StandardCoercer
gw.lang.parser.coercers.BaseBoxedCoercer
gw.lang.parser.coercers.CharCoercer
- 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 CharCoercer
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
-
CharCoercer
public CharCoercer()
-
-
Method Details
-
coerceValue
-
instance
-