Package gw.lang.parser.coercers
Class NonWarningStringCoercer
java.lang.Object
gw.lang.parser.coercers.BaseCoercer
gw.lang.parser.coercers.StandardCoercer
gw.lang.parser.coercers.NonWarningStringCoercer
- 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 NonWarningStringCoercer
instance()
boolean
Methods inherited from class gw.lang.parser.coercers.StandardCoercer
getPriority, handlesNull, isCoercingDimensionWithSameType
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NonWarningStringCoercer
public NonWarningStringCoercer()
-
-
Method Details
-
coerceValue
-
instance
-
isExplicitCoercion
public boolean isExplicitCoercion()- Specified by:
isExplicitCoercion
in interfaceICoercer
- Overrides:
isExplicitCoercion
in classStandardCoercer
-