Uses of Class
com.github.javaparser.resolution.logic.InferenceVariableType
-
Packages that use InferenceVariableType Package Description com.github.javaparser.resolution.logic -
-
Uses of InferenceVariableType in com.github.javaparser.resolution.logic
Fields in com.github.javaparser.resolution.logic with type parameters of type InferenceVariableType Modifier and Type Field Description private java.util.Map<java.lang.String,InferenceVariableType>
InferenceContext. inferenceVariableTypeMap
private java.util.List<InferenceVariableType>
InferenceContext. inferenceVariableTypes
Methods in com.github.javaparser.resolution.logic that return InferenceVariableType Modifier and Type Method Description private InferenceVariableType
InferenceContext. inferenceVariableTypeForTp(ResolvedTypeParameterDeclaration tp)
Methods in com.github.javaparser.resolution.logic with parameters of type InferenceVariableType Modifier and Type Method Description private java.util.Set<ResolvedType>
InferenceVariableType. concreteEquivalentTypesAlsoIndirectly(java.util.Set<InferenceVariableType> considered, InferenceVariableType inferenceVariableType)
Method parameters in com.github.javaparser.resolution.logic with type arguments of type InferenceVariableType Modifier and Type Method Description private java.util.Set<ResolvedType>
InferenceVariableType. concreteEquivalentTypesAlsoIndirectly(java.util.Set<InferenceVariableType> considered, InferenceVariableType inferenceVariableType)
-