Uses of Class
gw.lang.reflect.FunctionType
-
Packages that use FunctionType Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.lang.reflect -
-
Uses of FunctionType in gw.internal.gosu.parser
Subclasses of FunctionType in gw.internal.gosu.parser Modifier and Type Class Description classDelegateFunctionType(package private) static classErrorTypeInfo.UniversalFunctionTypeFields in gw.internal.gosu.parser with type parameters of type FunctionType Modifier and Type Field Description private java.util.ArrayList<FunctionType>GosuParser. _parsingFunctionsMethods in gw.internal.gosu.parser that return FunctionType Modifier and Type Method Description FunctionTypeGosuParser. peekParsingFunction()(package private) FunctionTypeGosuParser. popParsingFunction()Methods in gw.internal.gosu.parser that return types with arguments of type FunctionType Modifier and Type Method Description java.util.Iterator<FunctionType>GosuParser. iterateParsingFunctions()Methods in gw.internal.gosu.parser with parameters of type FunctionType Modifier and Type Method Description private 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.expressions Modifier and Type Class Description classBlockTypeMethods in gw.internal.gosu.parser.expressions that return FunctionType Modifier and Type Method Description FunctionTypeBlockType. parameterize(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)Methods in gw.internal.gosu.parser.expressions with parameters of type FunctionType Modifier and Type Method Description protected booleanBlockType. areReturnTypesAssignable(FunctionType that)protected voidBlockType. copyFields(FunctionType source)FunctionTypeBlockType. parameterize(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)Constructors in gw.internal.gosu.parser.expressions with parameters of type FunctionType Constructor Description BlockType(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars, java.util.List<java.lang.String> argNames, java.util.List<IExpression> defValues) -
Uses of FunctionType in gw.lang.reflect
Fields in gw.lang.reflect declared as FunctionType Modifier and Type Field Description private FunctionTypeParameterizedFunctionType. _genericFuncTypeMethods in gw.lang.reflect that return FunctionType Modifier and Type Method Description FunctionTypeFunctionType. getRuntimeType()FunctionTypeFunctionType. 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 FunctionType Modifier and Type Method Description protected 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)FunctionTypeFunctionType. 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 FunctionType Constructor Description FunctionType(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)FunctionType(FunctionType source, IType gsClass)FunctionType(FunctionType source, IType returnType, IType[] paramTypes)ParameterizedFunctionType(FunctionType genericType, IType... typeParams)
-