Package com.github.javaparser.resolution
Interface SymbolResolver
public interface SymbolResolver
-
Method Summary
Modifier and TypeMethodDescriptioncalculateType
(Expression expression) <T> T
resolveDeclaration
(Node node, Class<T> resultClass) For a reference it would find the corresponding declaration.<T> T
toResolvedType
(Type javaparserType, Class<T> resultClass) For types it would find the corresponding resolved types.
-
Method Details
-
resolveDeclaration
For a reference it would find the corresponding declaration. -
toResolvedType
For types it would find the corresponding resolved types. -
calculateType
-