Uses of Interface
gw.lang.reflect.ITypeVariableType
Packages that use ITypeVariableType
Package
Description
-
Uses of ITypeVariableType in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement ITypeVariableTypeMethods in gw.internal.gosu.parser that return ITypeVariableTypeModifier and TypeMethodDescriptionTypeLoaderAccess.getOrCreateTypeVariableType(String strName, IType boundingType, IType enclosingType) Methods in gw.internal.gosu.parser that return types with arguments of type ITypeVariableTypeModifier and TypeMethodDescriptionstatic List<ITypeVariableType> TypeLord.getTypeVariables(IType type) Methods in gw.internal.gosu.parser with parameters of type ITypeVariableTypeModifier and TypeMethodDescriptionbooleanTypeLoaderAccess.isParameterizedWith(IType type, ITypeVariableType... typeVars) static booleanTypeLord.isRecursiveType(ITypeVariableType subject, IType... types) Method parameters in gw.internal.gosu.parser with type arguments of type ITypeVariableTypeModifier and TypeMethodDescriptionstatic booleanTypeLord.getTypeVariables(IType type, Predicate<ITypeVariableType> cb) static voidTypeLord.inferTypeVariableTypesFromGenParamTypeAndConcreteType(IType genParamType, IType argType, TypeVarToTypeMap inferenceMap, HashSet<ITypeVariableType> inferredInCallStack, boolean bReverse) Constructors in gw.internal.gosu.parser with parameters of type ITypeVariableTypeModifierConstructorDescriptionTypeVariableArrayType(ITypeVariableType componentType, IJavaClassInfo componentConcreteClass, ITypeLoader typeLoader) -
Uses of ITypeVariableType in gw.lang.parser
Methods in gw.lang.parser that return types with arguments of type ITypeVariableTypeMethods in gw.lang.parser with parameters of type ITypeVariableTypeModifier and TypeMethodDescriptionbooleanTypeVarToTypeMap.containsKey(ITypeVariableType tvType) TypeVarToTypeMap.get(ITypeVariableType tvType) TypeVarToTypeMap.getPair(ITypeVariableType tvType) booleanTypeVarToTypeMap.isInferredForCovariance(ITypeVariableType tv) booleanAsmTypeVarMatcher.matches(IAsmType thisOne, ITypeVariableType thatOne) booleanJavaClassTypeVarMatcher.matches(IJavaClassTypeVariable thisOne, ITypeVariableType thatOne) booleanRawTypeVarMatcher.matches(TypeVariable thisOne, ITypeVariableType thatOne) booleanTypeVarToTypeMap.ITypeVarMatcher.matches(E thisOne, ITypeVariableType thatOne) TypeVarToTypeMap.put(ITypeVariableType tvType, IType type) TypeVarToTypeMap.put(ITypeVariableType tvType, IType type, boolean bReverse) TypeVarToTypeMap.remove(ITypeVariableType tvType) voidTypeVarToTypeMap.setInferredForCovariance(ITypeVariableType tv) -
Uses of ITypeVariableType in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return ITypeVariableType -
Uses of ITypeVariableType in gw.lang.reflect
Methods in gw.lang.reflect that return ITypeVariableTypeModifier and TypeMethodDescriptionITypeSystem.getOrCreateTypeVariableType(String strName, IType boundingType, IType enclosingType) static ITypeVariableTypeTypeSystem.getOrCreateTypeVariableType(String strName, IType boundingType, IType enclosingType) Methods in gw.lang.reflect with parameters of type ITypeVariableTypeModifier and TypeMethodDescriptionbooleanITypeSystem.isParameterizedWith(IType type, ITypeVariableType... typeVar) static booleanTypeSystem.isParameterizedWith(IType type, ITypeVariableType... typeVar)