Uses of Interface
gw.lang.parser.ICoercer
Packages that use ICoercer
Package
Description
-
Uses of ICoercer in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type ICoercerModifier and TypeMethodDescriptionprivate boolean
TypeAsTransformer.areAssignableBytecodeTypes
(ICoercer coercer, IType asType, IType lhsType) private IRExpression
TypeAsTransformer.coerce
(IRExpression root, ICoercer coercer) static Object
TypeAsTransformer.coerceValue
(Object value, IType type, ICoercer coercer) -
Uses of ICoercer in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as ICoercerMethods in gw.internal.gosu.parser.expressions that return ICoercerMethods in gw.internal.gosu.parser.expressions with parameters of type ICoercer -
Uses of ICoercer in gw.internal.gosu.parser.gwPlatform
Methods in gw.internal.gosu.parser.gwPlatform that return ICoercerModifier and TypeMethodDescriptionGWCoercionManager.getCoercerInternal
(IType lhsType, IType rhsType, boolean runtime) -
Uses of ICoercer in gw.lang.parser
Subinterfaces of ICoercer in gw.lang.parserClasses in gw.lang.parser that implement ICoercerModifier and TypeClassDescriptionprivate static class
Fields in gw.lang.parser with type parameters of type ICoercerModifier and TypeFieldDescriptionfinal TypeSystemAwareCache<Pair<IType,
IType>, ICoercer> StandardCoercionManager._coercerCache
Methods in gw.lang.parser that return ICoercerModifier and TypeMethodDescriptionICoercionManager.findCoercer
(IType lhsType, IType rhsType, boolean runtime) final ICoercer
StandardCoercionManager.findCoercer
(IType lhsType, IType rhsType, boolean runtime) private ICoercer
StandardCoercionManager.findCoercerImpl
(IType lhsType, IType rhsType, boolean runtime) protected ICoercer
StandardCoercionManager.getCoercerInternal
(IType lhsType, IType rhsType, boolean runtime) Returns a coercer from values of rhsType to values of lhsType if one exists.protected ICoercer
StandardCoercionManager.getHighPriorityPrimitiveOrBoxedConverter
(IType type) protected ICoercer
StandardCoercionManager.getPrimitiveOrBoxedConverter
(IType type) private ICoercer
StandardCoercionManager.identityOrRuntime
(IType typeToCoerceTo, IType typeToCoerceFrom) ICoercionManager.resolveCoercerStatically
(IType lhsType, IType rhsType) Determine and return a statically valid coercer from the rhsType to the lhsType.StandardCoercionManager.resolveCoercerStatically
(IType typeToCoerceTo, IType typeToCoerceFrom) -
Uses of ICoercer in gw.lang.parser.coercers
Classes in gw.lang.parser.coercers that implement ICoercerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in gw.lang.parser.coercers declared as ICoercerModifier and TypeFieldDescriptionprivate final ICoercer
PriorityDelegatingCoercer._delegate
private final ICoercer
BasePrimitiveCoercer._nonPrimitiveCoercer
Constructors in gw.lang.parser.coercers with parameters of type ICoercerModifierConstructorDescriptionBasePrimitiveCoercer
(ICoercer nonPrimitiveCoercer, IType primitiveType, IType nonPrimitiveType) PriorityDelegatingCoercer
(ICoercer delegate, int priority) -
Uses of ICoercer in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return ICoercer