Home | History | Annotate | Download | only in typesystem

Lines Matching refs:resolution

19 import com.github.javaparser.resolution.MethodUsage;
20 import com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration;
21 import com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration;
22 import com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration;
23 import com.github.javaparser.resolution.types.ResolvedReferenceType;
24 import com.github.javaparser.resolution.types.ResolvedType;
25 import com.github.javaparser.resolution.types.ResolvedTypeTransformer;
26 import com.github.javaparser.resolution.types.ResolvedTypeVariable;
27 import com.github.javaparser.resolution.types.parametrization.ResolvedTypeParametersMap;
30 import com.github.javaparser.symbolsolver.model.resolution.SymbolReference;
31 import com.github.javaparser.symbolsolver.model.resolution.TypeSolver;