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
public class NonWarningStringCoercer extends StandardCoercer
-
-
Field Summary
-
Fields inherited from interface gw.lang.parser.ICoercer
MAX_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description NonWarningStringCoercer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
coerceValue(IType typeToCoerceTo, Object value)
static NonWarningStringCoercer
instance()
boolean
isExplicitCoercion()
-
Methods inherited from class gw.lang.parser.coercers.StandardCoercer
getPriority, handlesNull, isCoercingDimensionWithSameType
-
-
-
-
Method Detail
-
instance
public static NonWarningStringCoercer instance()
-
isExplicitCoercion
public boolean isExplicitCoercion()
- Specified by:
isExplicitCoercion
in interfaceICoercer
- Overrides:
isExplicitCoercion
in classStandardCoercer
-
-