Package gw.lang.parser.coercers
Class BaseCoercer
- java.lang.Object
-
- gw.lang.parser.coercers.BaseCoercer
-
- All Implemented Interfaces:
ICoercer
- Direct Known Subclasses:
BasePHighPriorityCoercer
,BlockCoercer
,FeatureReferenceToBlockCoercer
,FunctionFromInterfaceCoercer
,FunctionToInterfaceCoercer
,GosuArrayToJavaArrayCoercer
,IdentityCoercer
,IMonitorLockCoercer
,MetaTypeToClassCoercer
,MethodReferenceCoercer
,PrimitiveCoercer
,PriorityDelegatingCoercer
,RuntimeCoercer
,StandardCoercer
public abstract class BaseCoercer extends Object implements ICoercer
-
-
Field Summary
-
Fields inherited from interface gw.lang.parser.ICoercer
MAX_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description BaseCoercer()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.parser.ICoercer
coerceValue, getPriority, handlesNull, isExplicitCoercion
-
-