| Package | Description |
|---|---|
| gw.lang.parser.expressions | |
| gw.lang.reflect.java |
| Modifier and Type | Method and Description |
|---|---|
Variance |
ITypeVariableDefinition.getVariance() |
static Variance |
Variance.maybeInferVariance(IType type,
IGenericTypeVariable gtv) |
static Variance |
Variance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Variance[] |
Variance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITypeVariableDefinition.setVariance(Variance variance) |
void |
Variance.IVarianceVerifier.verify(Variance ctxVariance,
Variance typeVarVariance) |
static void |
Variance.verifyDefaultTypeVarVariance(IType enclosingType,
Variance ctxVariance,
IType... types) |
static void |
Variance.verifyTypeVarVariance(Variance variance,
IType enclosingType,
Variance.IVarianceVerifier verifier,
IType type) |
| Modifier and Type | Method and Description |
|---|---|
Variance |
IJavaClassTypeVariable.getVariance() |
| Modifier and Type | Method and Description |
|---|---|
void |
IJavaClassTypeVariable.setVariance(Variance contravariant) |
Copyright © 2017. All rights reserved.