|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.lang.plsql.symboltable.TypeSet
public class TypeSet
Keeps track of the types encountered in a ASTinput
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
|
static interface |
TypeSet.Resolver
TODO should Resolver provide a canResolve() and a resolve()? Requiring 2 calls seems clunky... |
static class |
TypeSet.VoidResolver
|
Constructor Summary | |
---|---|
TypeSet()
|
Method Summary | |
---|---|
void |
addImport(String importString)
|
Class<?> |
findClass(String name)
|
String |
getASTinputPackage()
|
int |
getImportsCount()
|
void |
setASTinputPackage(String pkg)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeSet()
Method Detail |
---|
public void setASTinputPackage(String pkg)
public String getASTinputPackage()
public void addImport(String importString)
public int getImportsCount()
public Class<?> findClass(String name) throws ClassNotFoundException
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |