Uses of Interface
gw.lang.reflect.ITypeVariableType
-
Packages that use ITypeVariableType Package Description gw.lang.parser gw.lang.parser.expressions gw.lang.reflect -
-
Uses of ITypeVariableType in gw.lang.parser
Methods in gw.lang.parser that return types with arguments of type ITypeVariableType Modifier and Type Method Description Set<Map.Entry<ITypeVariableType,Pair<IType,Boolean>>>TypeVarToTypeMap. entrySet()Set<ITypeVariableType>TypeVarToTypeMap. keySet()Methods in gw.lang.parser with parameters of type ITypeVariableType Modifier and Type Method Description booleanTypeVarToTypeMap. containsKey(ITypeVariableType tvType)ITypeTypeVarToTypeMap. get(ITypeVariableType tvType)Pair<IType,Boolean>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)ITypeTypeVarToTypeMap. put(ITypeVariableType tvType, IType type)ITypeTypeVarToTypeMap. put(ITypeVariableType tvType, IType type, boolean bReverse)ITypeTypeVarToTypeMap. remove(ITypeVariableType tvType)voidTypeVarToTypeMap. setInferredForCovariance(ITypeVariableType tv) -
Uses of ITypeVariableType in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return ITypeVariableType Modifier and Type Method Description ITypeVariableTypeITypeVariableDefinition. getType() -
Uses of ITypeVariableType in gw.lang.reflect
Methods in gw.lang.reflect that return ITypeVariableType Modifier and Type Method Description ITypeVariableTypeITypeSystem. 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 ITypeVariableType Modifier and Type Method Description booleanITypeSystem. isParameterizedWith(IType type, ITypeVariableType... typeVar)static booleanTypeSystem. isParameterizedWith(IType type, ITypeVariableType... typeVar)
-