Uses of Enum
gw.lang.parser.expressions.Variance
Packages that use Variance
Package
Description
-
Uses of Variance in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return VarianceModifier and TypeMethodDescriptionAsmTypeVariableJavaClassTypeVariable.getVariance()TypeVariableJavaClassTypeVariable.getVariance()TypeVariableJavaTypeVariable.getVariance()Methods in gw.internal.gosu.parser with parameters of type VarianceModifier and TypeMethodDescriptionvoidAsmTypeVariableJavaClassTypeVariable.setVariance(Variance variance) voidTypeVariableJavaClassTypeVariable.setVariance(Variance variance) voidTypeVariableJavaTypeVariable.setVariance(Variance variance) -
Uses of Variance in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return VarianceModifier and TypeMethodDescriptionTypeVariableDefinition.getVariance()TypeVariableDefinitionImpl.getVariance()Methods in gw.internal.gosu.parser.expressions with parameters of type VarianceModifier and TypeMethodDescriptionvoidTypeVariableDefinition.setVariance(Variance variance) voidTypeVariableDefinitionImpl.setVariance(Variance variance) Constructors in gw.internal.gosu.parser.expressions with parameters of type VarianceModifierConstructorDescriptionTypeVariableDefinitionImpl(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 VarianceModifier and TypeMethodDescriptionJavaSourceTypeVariable.getVariance()UnparseableSourceTypeVariable.getVariance()Methods in gw.internal.gosu.parser.java.classinfo with parameters of type VarianceModifier and TypeMethodDescriptionvoidJavaSourceTypeVariable.setVariance(Variance variance) voidUnparseableSourceTypeVariable.setVariance(Variance variance) -
Uses of Variance in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return VarianceModifier and TypeMethodDescriptionITypeVariableDefinition.getVariance()static VarianceVariance.maybeInferVariance(IType type, IGenericTypeVariable gtv) static VarianceReturns 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 VarianceModifier and TypeMethodDescriptionvoidITypeVariableDefinition.setVariance(Variance variance) voidstatic 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 VarianceMethods in gw.lang.reflect.java with parameters of type VarianceModifier and TypeMethodDescriptionvoidIJavaClassTypeVariable.setVariance(Variance contravariant)