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 ICoercer
MAX_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ICoercer
coerceValue, getPriority, handlesNull, isExplicitCoercion
-
Constructor Details
-
BaseCoercer
public BaseCoercer()
-