Package gw.lang.parser.coercers
Class IntHighPriorityCoercer
- java.lang.Object
-
- gw.lang.parser.coercers.BaseCoercer
-
- gw.lang.parser.coercers.PriorityDelegatingCoercer
-
- gw.lang.parser.coercers.IntHighPriorityCoercer
-
- All Implemented Interfaces:
ICoercer
public class IntHighPriorityCoercer extends PriorityDelegatingCoercer
-
-
Field Summary
-
Fields inherited from interface gw.lang.parser.ICoercer
MAX_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description IntHighPriorityCoercer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntHighPriorityCoercer
instance()
-
Methods inherited from class gw.lang.parser.coercers.PriorityDelegatingCoercer
coerceValue, getPriority, handlesNull, isExplicitCoercion
-
-
-
-
Method Detail
-
instance
public static IntHighPriorityCoercer instance()
-
-