Uses of Interface
gw.lang.reflect.IInvocableType
Packages that use IInvocableType
Package
Description
-
Uses of IInvocableType in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IInvocableTypeMethods in gw.internal.gosu.parser with parameters of type IInvocableTypeModifier and TypeMethodDescriptionprotected voidGosuParser.pushTypeVariableTypesToInfer(IInvocableType functionType) -
Uses of IInvocableType in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement IInvocableTypeMethods in gw.internal.gosu.parser.expressions that return types with arguments of type IInvocableTypeModifier and TypeMethodDescriptionList<? extends IInvocableType> FeatureLiteral.getFunctionTypes(String name) -
Uses of IInvocableType in gw.internal.gosu.parser.types
Classes in gw.internal.gosu.parser.types that implement IInvocableType -
Uses of IInvocableType in gw.lang.reflect
Subinterfaces of IInvocableType in gw.lang.reflectModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in gw.lang.reflect that implement IInvocableTypeMethods in gw.lang.reflect that return IInvocableTypeModifier and TypeMethodDescriptionMethodScorer.getCachedMethodScore(IInvocableType funcType, IType callsiteEnclosingType, IType rootType, List<IType> argTypes) MethodScore.getInferredFunctionType()MethodScore.getRawFunctionType()Methods in gw.lang.reflect with parameters of type IInvocableTypeModifier and TypeMethodDescriptionMethodScorer.getCachedMethodScore(IInvocableType funcType, IType callsiteEnclosingType, IType rootType, List<IType> argTypes) doubleMethodScorer.scoreMethod(IInvocableType funcType, List<IType> argTypes, List<IType> inferringTypes) MethodScorer.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 IInvocableTypeModifier and TypeMethodDescriptionMethodScorer.scoreMethod(IType callsiteEnclosingType, IType rootType, IInvocableType funcType, List<? extends IInvocableType> listFunctionTypes, List<IType> argTypes, List<IType> inferringTypes, boolean bSkipScoring, boolean bLookInCache) MethodScorer.scoreMethods(List<IInvocableType> funcTypes, List<IType> argTypes)