Package com.github.javaparser.resolution
-
Interface Summary Interface Description Context Context is very similar to scope.Resolvable<T> Solver SymbolDeclarator SymbolResolver TypeSolver An element able to find TypeDeclaration from their name. -
Class Summary Class Description MethodUsage This is basically a MethodDeclaration with some TypeParameters defined.Navigator This class can be used to easily retrieve nodes from a JavaParser AST. -
Exception Summary Exception Description MethodAmbiguityException It is not possible to decide how to resolve a method invocation.UnsolvedSymbolException This exception is thrown when a symbol cannot be resolved.