|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeSet.AbstractResolver | |
---|---|
net.sourceforge.pmd.lang.java.symboltable |
Uses of TypeSet.AbstractResolver in net.sourceforge.pmd.lang.java.symboltable |
---|
Subclasses of TypeSet.AbstractResolver in net.sourceforge.pmd.lang.java.symboltable | |
---|---|
static class |
TypeSet.CurrentPackageResolver
Resolver that uses the current package to resolve a simple class name. |
static class |
TypeSet.ExplicitImportResolver
Resolver that tries to resolve the given simple class name with the explicit import statements. |
static class |
TypeSet.FullyQualifiedNameResolver
Resolver that simply loads the class by name. |
static class |
TypeSet.ImplicitImportResolver
Resolver that resolves simple class names from the implicit import of java.lang.* . |
static class |
TypeSet.ImportOnDemandResolver
Resolver that uses the "on demand" import statements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |