Uses of Interface
gw.lang.reflect.IInvocableType
-
Packages that use IInvocableType Package Description gw.lang.reflect -
-
Uses of IInvocableType in gw.lang.reflect
Subinterfaces of IInvocableType in gw.lang.reflect Modifier and Type Interface Description interfaceIBlockTypeinterfaceIConstructorTypeinterfaceIFunctionTypeClasses in gw.lang.reflect that implement IInvocableType Modifier and Type Class Description classFunctionTypeclassParameterizedFunctionTypeMethods in gw.lang.reflect that return IInvocableType Modifier and Type Method Description IInvocableTypeMethodScorer. getCachedMethodScore(IInvocableType funcType, IType callsiteEnclosingType, IType rootType, List<IType> argTypes)IInvocableTypeMethodScore. getInferredFunctionType()IInvocableTypeMethodScore. getRawFunctionType()Methods in gw.lang.reflect with parameters of type IInvocableType Modifier and Type Method Description IInvocableTypeMethodScorer. getCachedMethodScore(IInvocableType funcType, IType callsiteEnclosingType, IType rootType, List<IType> argTypes)doubleMethodScorer. scoreMethod(IInvocableType funcType, List<IType> argTypes, List<IType> inferringTypes)MethodScoreMethodScorer. scoreMethod(IType callsiteEnclosingType, IType rootType, IInvocableType funcType, List<? extends IInvocableType> listFunctionTypes, List<IType> argTypes, List<IType> inferringTypes, boolean bSkipScoring, boolean bLookInCache)voidMethodScore. setInferredFunctionType(IInvocableType funcType)voidMethodScore. setRawFunctionType(IInvocableType funcType)Method parameters in gw.lang.reflect with type arguments of type IInvocableType Modifier and Type Method Description MethodScoreMethodScorer. scoreMethod(IType callsiteEnclosingType, IType rootType, IInvocableType funcType, List<? extends IInvocableType> listFunctionTypes, List<IType> argTypes, List<IType> inferringTypes, boolean bSkipScoring, boolean bLookInCache)List<MethodScore>MethodScorer. scoreMethods(List<IInvocableType> funcTypes, List<IType> argTypes)
-