Uses of Class
gw.lang.parser.expressions.Variance
-
Packages that use Variance Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.internal.gosu.parser.java.classinfo gw.lang.parser.expressions gw.lang.reflect.java -
-
Uses of Variance in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return Variance Modifier and Type Method Description Variance
AsmTypeVariableJavaClassTypeVariable. getVariance()
Variance
TypeVariableJavaClassTypeVariable. getVariance()
Variance
TypeVariableJavaTypeVariable. getVariance()
Methods in gw.internal.gosu.parser with parameters of type Variance Modifier and Type Method Description void
AsmTypeVariableJavaClassTypeVariable. setVariance(Variance variance)
void
TypeVariableJavaClassTypeVariable. setVariance(Variance variance)
void
TypeVariableJavaTypeVariable. setVariance(Variance variance)
-
Uses of Variance in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return Variance Modifier and Type Method Description Variance
TypeVariableDefinition. getVariance()
Variance
TypeVariableDefinitionImpl. getVariance()
Methods in gw.internal.gosu.parser.expressions with parameters of type Variance Modifier and Type Method Description void
TypeVariableDefinition. setVariance(Variance variance)
void
TypeVariableDefinitionImpl. setVariance(Variance variance)
Constructors in gw.internal.gosu.parser.expressions with parameters of type Variance Constructor Description TypeVariableDefinitionImpl(TypeVariableType type, String strName, IType enclosingType, IType boundingType, GenericTypeVariable typeVar, Variance variance)
-
Uses of Variance in gw.internal.gosu.parser.java.classinfo
Methods in gw.internal.gosu.parser.java.classinfo that return Variance Modifier and Type Method Description Variance
JavaSourceTypeVariable. getVariance()
Variance
UnparseableSourceTypeVariable. getVariance()
Methods in gw.internal.gosu.parser.java.classinfo with parameters of type Variance Modifier and Type Method Description void
JavaSourceTypeVariable. setVariance(Variance variance)
void
UnparseableSourceTypeVariable. setVariance(Variance variance)
-
Uses of Variance in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return Variance Modifier and Type Method 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.Methods in gw.lang.parser.expressions with parameters of type Variance Modifier and Type Method 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)
-
Uses of Variance in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return Variance Modifier and Type Method Description Variance
IJavaClassTypeVariable. getVariance()
Methods in gw.lang.reflect.java with parameters of type Variance Modifier and Type Method Description void
IJavaClassTypeVariable. setVariance(Variance contravariant)
-