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