Type member support, linearization instead of parents and add inherited members for structure

This commit is contained in:
Mark Harrah
2009-11-22 22:54:17 -05:00
parent 5662e2a2a6
commit 38dbb1d23c
4 changed files with 69 additions and 18 deletions
@@ -34,6 +34,6 @@ public interface AnalysisCallback
public void endSource(File sourcePath);
/** Called when a module with a public 'main' method with the right signature is found.*/
public void foundApplication(File source, String className);
/** Called when the public API of a source file is extracted. */
public void api(File sourceFile, xsbti.api.Source source);
}