Uses of Class
gw.lang.reflect.FunctionType
Packages that use FunctionType
-
Uses of FunctionType in gw.internal.gosu.parser
Subclasses of FunctionType in gw.internal.gosu.parserMethods in gw.internal.gosu.parser that return FunctionTypeMethods in gw.internal.gosu.parser that return types with arguments of type FunctionType -
Uses of FunctionType in gw.internal.gosu.parser.expressions
Subclasses of FunctionType in gw.internal.gosu.parser.expressionsMethods in gw.internal.gosu.parser.expressions that return FunctionTypeModifier and TypeMethodDescriptionBlockType.parameterize(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) Methods in gw.internal.gosu.parser.expressions with parameters of type FunctionTypeModifier and TypeMethodDescriptionprotected booleanBlockType.areReturnTypesAssignable(FunctionType that) protected voidBlockType.copyFields(FunctionType source) BlockType.parameterize(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) -
Uses of FunctionType in gw.lang.reflect
Methods in gw.lang.reflect that return FunctionTypeModifier and TypeMethodDescriptionFunctionType.getRuntimeType()FunctionType.parameterize(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) Create a new FunctionType based on the type parameters assigned to the type vars in actualParamByVarName.Methods in gw.lang.reflect with parameters of type FunctionTypeModifier and TypeMethodDescriptionprotected booleanFunctionType.areEnclosingTypesEqual(FunctionType funcType) protected booleanFunctionType.areReturnTypesAssignable(FunctionType from) protected voidFunctionType.copyFields(FunctionType source) FunctionType.parameterize(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) Create a new FunctionType based on the type parameters assigned to the type vars in actualParamByVarName.Constructors in gw.lang.reflect with parameters of type FunctionTypeModifierConstructorDescriptionprotectedFunctionType(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) FunctionType(FunctionType source, IType gsClass) protectedFunctionType(FunctionType source, IType returnType, IType[] paramTypes) ParameterizedFunctionType(FunctionType genericType, IType... typeParams)