Uses of Interface
gw.lang.parser.ICoercer
-
Packages that use ICoercer Package Description gw.lang.parser gw.lang.parser.coercers gw.lang.parser.expressions -
-
Uses of ICoercer in gw.lang.parser
Subinterfaces of ICoercer in gw.lang.parser Modifier and Type Interface Description interfaceIResolvingCoercerFields 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)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)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
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 ICoercerITypeAsExpression. getCoercer()
-