| Package | Description |
|---|---|
| gw.lang.parser | |
| gw.lang.parser.expressions | |
| gw.lang.reflect |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<ITypeVariableType,Pair<IType,Boolean>>> |
TypeVarToTypeMap.entrySet() |
Set<ITypeVariableType> |
TypeVarToTypeMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeVarToTypeMap.containsKey(ITypeVariableType tvType) |
IType |
TypeVarToTypeMap.get(ITypeVariableType tvType) |
Pair<IType,Boolean> |
TypeVarToTypeMap.getPair(ITypeVariableType tvType) |
boolean |
TypeVarToTypeMap.isInferredForCovariance(ITypeVariableType tv) |
boolean |
TypeVarToTypeMap.ITypeVarMatcher.matches(E thisOne,
ITypeVariableType thatOne) |
boolean |
AsmTypeVarMatcher.matches(IAsmType thisOne,
ITypeVariableType thatOne) |
boolean |
JavaClassTypeVarMatcher.matches(IJavaClassTypeVariable thisOne,
ITypeVariableType thatOne) |
boolean |
RawTypeVarMatcher.matches(TypeVariable thisOne,
ITypeVariableType thatOne) |
IType |
TypeVarToTypeMap.put(ITypeVariableType tvType,
IType type) |
IType |
TypeVarToTypeMap.put(ITypeVariableType tvType,
IType type,
boolean bReverse) |
IType |
TypeVarToTypeMap.remove(ITypeVariableType tvType) |
void |
TypeVarToTypeMap.setInferredForCovariance(ITypeVariableType tv) |
| Modifier and Type | Method and Description |
|---|---|
ITypeVariableType |
ITypeVariableDefinition.getType() |
| Modifier and Type | Method and Description |
|---|---|
static ITypeVariableType |
TypeSystem.getOrCreateTypeVariableType(String strName,
IType boundingType,
IType enclosingType) |
ITypeVariableType |
ITypeSystem.getOrCreateTypeVariableType(String strName,
IType boundingType,
IType enclosingType) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TypeSystem.isParameterizedWith(IType type,
ITypeVariableType... typeVar) |
boolean |
ITypeSystem.isParameterizedWith(IType type,
ITypeVariableType... typeVar) |
Copyright © 2019. All rights reserved.