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