|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jtool.jxplatform.j2x.resolver.TypeInformation
Stores type information about source code within the project.
| Constructor Summary | |
TypeInformation(org.eclipse.jdt.core.IJavaProject project)
Creates an object storing type information about the specified project. |
|
| Method Summary | |
void |
delete()
Deletes stored information. |
org.eclipse.jdt.core.ICompilationUnit[] |
getCompilationUnits()
Obtains all compilation units stored within the project. |
org.jtool.jxplatform.j2x.resolver.TypeLocation |
resolveFileNameByType(java.lang.String pname,
java.lang.String tname)
Resolves the name of the a file that defines a type in a package. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TypeInformation(org.eclipse.jdt.core.IJavaProject project)
project - The repository of a project.| Method Detail |
public void delete()
public org.jtool.jxplatform.j2x.resolver.TypeLocation resolveFileNameByType(java.lang.String pname,
java.lang.String tname)
pname - A package name.tname - A type name.
public org.eclipse.jdt.core.ICompilationUnit[] getCompilationUnits()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||