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 booleanTypeAsTransformer.areAssignableBytecodeTypes(ICoercer coercer, IType asType, IType lhsType) private IRExpressionTypeAsTransformer.coerce(IRExpression root, ICoercer coercer) static ObjectTypeAsTransformer.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 classFields in gw.lang.parser with type parameters of type ICoercerModifier and TypeFieldDescriptionfinal TypeSystemAwareCache<Pair<IType,IType>, ICoercer> StandardCoercionManager._coercerCacheMethods in gw.lang.parser that return ICoercerModifier and TypeMethodDescriptionICoercionManager.findCoercer(IType lhsType, IType rhsType, boolean runtime) final ICoercerStandardCoercionManager.findCoercer(IType lhsType, IType rhsType, boolean runtime) private ICoercerStandardCoercionManager.findCoercerImpl(IType lhsType, IType rhsType, boolean runtime) protected ICoercerStandardCoercionManager.getCoercerInternal(IType lhsType, IType rhsType, boolean runtime) Returns a coercer from values of rhsType to values of lhsType if one exists.protected ICoercerStandardCoercionManager.getHighPriorityPrimitiveOrBoxedConverter(IType type) protected ICoercerStandardCoercionManager.getPrimitiveOrBoxedConverter(IType type) private ICoercerStandardCoercionManager.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in gw.lang.parser.coercers declared as ICoercerModifier and TypeFieldDescriptionprivate final ICoercerPriorityDelegatingCoercer._delegateprivate final ICoercerBasePrimitiveCoercer._nonPrimitiveCoercerConstructors 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