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.parserModifier and TypeClassDescriptionclass(package private) static classFields in gw.internal.gosu.parser with type parameters of type FunctionTypeMethods in gw.internal.gosu.parser that return FunctionTypeModifier and TypeMethodDescriptionGosuParser.peekParsingFunction()(package private) FunctionTypeGosuParser.popParsingFunction()Methods in gw.internal.gosu.parser that return types with arguments of type FunctionTypeMethods in gw.internal.gosu.parser with parameters of type FunctionTypeModifier and TypeMethodDescriptionprivate booleanGosuParser.parseFunctionBody(FunctionStatement functionStmt, FunctionType type) private booleanGosuParser.parseProgramFunctionBody(FunctionType type) (package private) voidGosuParser.pushParsingFunction(FunctionType 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) Constructors in gw.internal.gosu.parser.expressions with parameters of type FunctionTypeModifierConstructorDescriptionprivateBlockType(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars, List<String> argNames, List<IExpression> defValues) -
Uses of FunctionType in gw.lang.reflect
Fields in gw.lang.reflect declared as FunctionTypeMethods 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) private voidFunctionType.assignParamTypesFromTypeParams(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) private voidFunctionType.assignReturnTypeFromTypeParams(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) 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)