Class CppWeakRootDirectoryAccess

  • All Implemented Interfaces:
    IDirectoryAccess, IElementAccess, INamedElementAccess

    public final class CppWeakRootDirectoryAccess
    extends DirectoryAccess
    A weak root directory represents a directory that includes include files included by at least one of the source files. It is called weak because it is created on demand and will also disappear when none of the header files in it are referenced anymore by any source or header file.
    • Constructor Detail

      • CppWeakRootDirectoryAccess

        public CppWeakRootDirectoryAccess​(com.hello2morrow.sonargraph.languageprovider.cplusplus.model.path.CppWeakRootDirectoryPath element)
        Internal use only