net.sourceforge.pmd.symboltable
public class TypeSet extends Object
| Nested Class Summary | |
|---|---|
| static class | TypeSet.CurrentPackageResolver |
| static class | TypeSet.ExplicitImportResolver |
| static class | TypeSet.FullyQualifiedNameResolver |
| static class | TypeSet.ImplicitImportResolver |
| static class | TypeSet.ImportOnDemandResolver |
| static class | TypeSet.PrimitiveTypeResolver |
| interface | TypeSet.Resolver
TODO should Resolver provide a canResolve() and a resolve()?
|
| static class | TypeSet.VoidResolver |
| Method Summary | |
|---|---|
| void | addImport(String importString) |
| Class | findClass(String name) |
| String | getASTCompilationUnitPackage() |
| int | getImportsCount() |
| void | setASTCompilationUnitPackage(String pkg) |