Class TypeSet

    • Constructor Detail

      • TypeSet

        public TypeSet()
        Deprecated.
        The TypeSet provides type resolution for the symbol facade.
      • TypeSet

        public TypeSet​(ClassLoader classLoader)
        Deprecated.
        The TypeSet provides type resolution for the symbol facade.
        Parameters:
        classLoader - the class loader to use to search classes (could be an auxiliary class path)
    • Method Detail

      • hasAuxclasspath

        public boolean hasAuxclasspath()
        Deprecated.
        Whether the classloader is using the auxclasspath or not.
        Returns:
        true if the classloader is using the auxclasspath feature
      • setASTCompilationUnitPackage

        public void setASTCompilationUnitPackage​(String pkg)
        Deprecated.
      • getASTCompilationUnitPackage

        public String getASTCompilationUnitPackage()
        Deprecated.
      • addImport

        public void addImport​(String importString)
        Deprecated.
        Adds a import to the list of imports
        Parameters:
        importString - the import to add
      • getImportsCount

        public int getImportsCount()
        Deprecated.
      • getExplicitImports

        public Set<String> getExplicitImports()
        Deprecated.
      • findClass

        public Class<?> findClass​(String name)
        Deprecated.
        Resolves a class by its name using all known resolvers.
        Parameters:
        name - the name of the class, can be a simple name or a fully qualified name.
        Returns:
        the class or null if none found