| Package | Description |
|---|---|
| gw.lang.parser.expressions | |
| gw.lang.reflect | |
| gw.lang.reflect.gs | |
| gw.lang.reflect.java |
| Modifier and Type | Method and Description |
|---|---|
IGenericTypeVariable |
ITypeVariableDefinition.getTypeVar() |
| Modifier and Type | Method and Description |
|---|---|
static Variance |
Variance.maybeInferVariance(IType type,
IGenericTypeVariable gtv) |
| Modifier and Type | Method and Description |
|---|---|
IGenericTypeVariable[] |
TypeBase.getGenericTypeVariables() |
IGenericTypeVariable[] |
ParameterizedFunctionType.getGenericTypeVariables() |
IGenericTypeVariable[] |
IType.getGenericTypeVariables()
Returns an array of GenericTypeVariables declared with this Generic Type.
|
IGenericTypeVariable[] |
FunctionType.getGenericTypeVariables() |
IGenericTypeVariable[] |
DefaultArrayType.getGenericTypeVariables() |
IGenericTypeVariable[] |
MethodInfoDelegate.getTypeVariables() |
IGenericTypeVariable[] |
IGenericMethodInfo.getTypeVariables() |
IGenericTypeVariable[] |
FunctionType.getTypeVariables() |
| Constructor and Description |
|---|
FunctionType(String strFunctionName,
IType retType,
IType[] paramTypes,
IGenericTypeVariable[] typeVars)
Construct a generic FunctionType with the specified return type, parameter
types, and generic type variables.
|
| Modifier and Type | Method and Description |
|---|---|
IGenericTypeVariable |
IGenericTypeVariable.copy() |
IGenericTypeVariable |
IGenericTypeVariable.remapBounds(TypeVarToTypeMap actualParamByVarName) |
| Modifier and Type | Method and Description |
|---|---|
IGenericTypeVariable[] |
IJavaClassMethod.getTypeVariables(IJavaMethodInfo javaMethodInfo) |
Copyright © 2017. All rights reserved.