| 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 | 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 | 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.
|
Copyright © 2007–2025. All rights reserved.