Home | History | Annotate | Download | only in reflectionmodel

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.ResolvedTypeVariable;
26 import com.github.javaparser.symbolsolver.core.resolution.Context;
27 import com.github.javaparser.symbolsolver.model.resolution.SymbolReference;
28 import com.github.javaparser.symbolsolver.model.resolution.TypeSolver;
30 import com.github.javaparser.symbolsolver.resolution.MethodResolutionLogic;