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
-
Field Summary
Fields inherited from interface gw.lang.parser.ICoercer
MAX_PRIORITY
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
BaseCoercer
public BaseCoercer()
-