Uses of Interface
gw.lang.reflect.IInvocableType
-
Packages that use IInvocableType Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.internal.gosu.parser.types gw.lang.reflect -
-
Uses of IInvocableType in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IInvocableType Modifier and Type Class Description class
DelegateFunctionType
Methods in gw.internal.gosu.parser with parameters of type IInvocableType Modifier and Type Method Description protected void
GosuParser. pushTypeVariableTypesToInfer(IInvocableType functionType)
-
Uses of IInvocableType in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement IInvocableType Modifier and Type Class Description class
BlockType
Methods in gw.internal.gosu.parser.expressions that return types with arguments of type IInvocableType Modifier and Type Method Description List<? 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 Modifier and Type Class Description class
ConstructorType
-
Uses of IInvocableType in gw.lang.reflect
Subinterfaces of IInvocableType in gw.lang.reflect Modifier and Type Interface Description interface
IBlockType
interface
IConstructorType
interface
IFunctionType
Classes in gw.lang.reflect that implement IInvocableType Modifier and Type Class Description class
FunctionType
class
ParameterizedFunctionType
Methods in gw.lang.reflect that return IInvocableType Modifier and Type Method Description IInvocableType
MethodScorer. getCachedMethodScore(IInvocableType funcType, IType callsiteEnclosingType, IType rootType, List<IType> argTypes)
IInvocableType
MethodScore. getInferredFunctionType()
IInvocableType
MethodScore. getRawFunctionType()
Methods in gw.lang.reflect with parameters of type IInvocableType Modifier and Type Method Description IInvocableType
MethodScorer. getCachedMethodScore(IInvocableType funcType, IType callsiteEnclosingType, IType rootType, List<IType> argTypes)
double
MethodScorer. scoreMethod(IInvocableType funcType, List<IType> argTypes, List<IType> inferringTypes)
MethodScore
MethodScorer. scoreMethod(IType callsiteEnclosingType, IType rootType, IInvocableType funcType, List<? extends IInvocableType> listFunctionTypes, List<IType> argTypes, List<IType> inferringTypes, boolean bSkipScoring, boolean bLookInCache)
void
MethodScore. setInferredFunctionType(IInvocableType funcType)
void
MethodScore. setRawFunctionType(IInvocableType funcType)
Method parameters in gw.lang.reflect with type arguments of type IInvocableType Modifier and Type Method Description MethodScore
MethodScorer. 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)
-