| Package | Description |
|---|---|
| gw.lang.reflect |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
FunctionType(FunctionType source,
IType gsClass) |
FunctionType(FunctionType source,
IType returnType,
IType[] paramTypes) |
FunctionType(FunctionType source,
TypeVarToTypeMap actualParamByVarName,
boolean bKeepTypeVars) |
ParameterizedFunctionType(FunctionType genericType,
IType... typeParams) |
Copyright © 2016. All rights reserved.