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 private booleanTypeAsTransformer. areAssignableBytecodeTypes(ICoercer coercer, IType asType, IType lhsType)private IRExpressionTypeAsTransformer. coerce(IRExpression root, ICoercer coercer)static java.lang.ObjectTypeAsTransformer. coerceValue(java.lang.Object value, IType type, ICoercer coercer) -
Uses of ICoercer in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions declared as ICoercer Modifier and Type Field Description private ICoercerTypeAsExpression. _coercerMethods in gw.internal.gosu.parser.expressions that return ICoercer Modifier and Type Method Description ICoercerTypeAsExpression. getCoercer()Methods in gw.internal.gosu.parser.expressions with parameters of type ICoercer Modifier and Type Method Description voidTypeAsExpression. 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 ICoercerGWCoercionManager. 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 interfaceIResolvingCoercerClasses in gw.lang.parser that implement ICoercer Modifier and Type Class Description private static classStandardCoercionManager.NullSentinalCoercerFields in gw.lang.parser with type parameters of type ICoercer Modifier and Type Field Description TypeSystemAwareCache<Pair<IType,IType>,ICoercer>StandardCoercionManager. _coercerCacheMethods in gw.lang.parser that return ICoercer Modifier and Type Method Description ICoercerICoercionManager. findCoercer(IType lhsType, IType rhsType, boolean runtime)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)ICoercerICoercionManager. resolveCoercerStatically(IType lhsType, IType rhsType)Determine and return a statically valid coercer from the rhsType to the lhsType.ICoercerStandardCoercionManager. resolveCoercerStatically(IType typeToCoerceTo, IType typeToCoerceFrom) -
Uses of ICoercer in gw.lang.parser.coercers
Fields in gw.lang.parser.coercers declared as ICoercer Modifier and Type Field Description private ICoercerPriorityDelegatingCoercer. _delegateprivate ICoercerBasePrimitiveCoercer. _nonPrimitiveCoercerConstructors 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 ICoercerITypeAsExpression. getCoercer()
-