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 class
DelegateFunctionType
Methods in gw.internal.gosu.parser that return FunctionType Modifier and Type Method Description FunctionType
GosuParser. peekParsingFunction()
Methods in gw.internal.gosu.parser that return types with arguments of type FunctionType Modifier and Type Method Description Iterator<FunctionType>
GosuParser. iterateParsingFunctions()
-
Uses of FunctionType in gw.internal.gosu.parser.expressions
Subclasses of FunctionType in gw.internal.gosu.parser.expressions Modifier and Type Class Description class
BlockType
Methods in gw.internal.gosu.parser.expressions that return FunctionType Modifier and Type Method Description FunctionType
BlockType. 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 boolean
BlockType. areReturnTypesAssignable(FunctionType that)
protected void
BlockType. copyFields(FunctionType source)
FunctionType
BlockType. parameterize(FunctionType source, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)
-
Uses of FunctionType in gw.lang.reflect
Methods in gw.lang.reflect that return FunctionType Modifier and Type Method Description FunctionType
FunctionType. getRuntimeType()
FunctionType
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 FunctionType Modifier and Type Method Description protected boolean
FunctionType. areEnclosingTypesEqual(FunctionType funcType)
protected boolean
FunctionType. areReturnTypesAssignable(FunctionType from)
protected void
FunctionType. copyFields(FunctionType source)
FunctionType
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 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)
-