Home | History | Annotate | Download | only in contexts

Lines Matching refs:resolution

24 import com.github.javaparser.resolution.MethodUsage;
25 import com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration;
26 import com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration;
27 import com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration;
28 import com.github.javaparser.resolution.declarations.ResolvedValueDeclaration;
29 import com.github.javaparser.resolution.types.ResolvedLambdaConstraintType;
30 import com.github.javaparser.resolution.types.ResolvedType;
35 import com.github.javaparser.symbolsolver.model.resolution.SymbolReference;
36 import com.github.javaparser.symbolsolver.model.resolution.TypeSolver;
37 import com.github.javaparser.symbolsolver.model.resolution.Value;
40 import com.github.javaparser.symbolsolver.resolution.SymbolDeclarator;