Uses of Class
gw.lang.parser.expressions.Variance
-
Packages that use Variance Package Description gw.lang.parser.expressions gw.lang.reflect.java -
-
Uses of Variance in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return Variance Modifier and Type Method Description VarianceITypeVariableDefinition. getVariance()static VarianceVariance. maybeInferVariance(IType type, IGenericTypeVariable gtv)static VarianceVariance. 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.Methods in gw.lang.parser.expressions with parameters of type Variance Modifier and Type Method Description voidITypeVariableDefinition. setVariance(Variance variance)voidVariance.IVarianceVerifier. verify(Variance ctxVariance, Variance typeVarVariance)static voidVariance. verifyDefaultTypeVarVariance(IType enclosingType, Variance ctxVariance, IType... types)static voidVariance. verifyTypeVarVariance(Variance variance, IType enclosingType, Variance.IVarianceVerifier verifier, IType type) -
Uses of Variance in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return Variance Modifier and Type Method Description VarianceIJavaClassTypeVariable. getVariance()Methods in gw.lang.reflect.java with parameters of type Variance Modifier and Type Method Description voidIJavaClassTypeVariable. setVariance(Variance contravariant)
-