Interface SymbolResolver


  • public interface SymbolResolver
    • Method Detail

      • resolveDeclaration

        <T> T resolveDeclaration​(Node node,
                                 java.lang.Class<T> resultClass)
        For a reference it would find the corresponding declaration.
      • toResolvedType

        <T> T toResolvedType​(Type javaparserType,
                             java.lang.Class<T> resultClass)
        For types it would find the corresponding resolved types.