Uses of Interface
gw.lang.parser.ICoercer
-
-
Uses of ICoercer in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type ICoercer Modifier and Type Method Description static Object
TypeAsTransformer. coerceValue(Object value, IType type, ICoercer coercer)
-
Uses of ICoercer in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return ICoercer Modifier and Type Method Description ICoercer
TypeAsExpression. getCoercer()
Methods in gw.internal.gosu.parser.expressions with parameters of type ICoercer Modifier and Type Method Description void
TypeAsExpression. setCoercer(ICoercer coercer)
-
Uses of ICoercer in gw.internal.gosu.parser.gwPlatform
Methods in gw.internal.gosu.parser.gwPlatform that return ICoercer Modifier and Type Method Description ICoercer
GWCoercionManager. getCoercerInternal(IType lhsType, IType rhsType, boolean runtime)
-
Uses of ICoercer in gw.lang.parser
Subinterfaces of ICoercer in gw.lang.parser Modifier and Type Interface Description interface
IResolvingCoercer
Fields in gw.lang.parser with type parameters of type ICoercer Modifier and Type Field Description TypeSystemAwareCache<Pair<IType,IType>,ICoercer>
StandardCoercionManager. _coercerCache
Methods in gw.lang.parser that return ICoercer Modifier and Type Method Description ICoercer
ICoercionManager. findCoercer(IType lhsType, IType rhsType, boolean runtime)
ICoercer
StandardCoercionManager. findCoercer(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)
ICoercer
ICoercionManager. resolveCoercerStatically(IType lhsType, IType rhsType)
Determine and return a statically valid coercer from the rhsType to the lhsType.ICoercer
StandardCoercionManager. resolveCoercerStatically(IType typeToCoerceTo, IType typeToCoerceFrom)
-
Uses of ICoercer in gw.lang.parser.coercers
Constructors in gw.lang.parser.coercers with parameters of type ICoercer Constructor Description BasePrimitiveCoercer(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 Modifier and Type Method Description ICoercer
ITypeAsExpression. getCoercer()
-