return the source files
This commit is contained in:
parent
c96c56e882
commit
7dfe546999
@ -104,6 +104,10 @@ public class JavaTXCompiler {
|
|||||||
//INSTANCE = this;
|
//INSTANCE = this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Map<File, SourceFile> getSourceFiles () {
|
||||||
|
return sourceFiles;
|
||||||
|
}
|
||||||
|
|
||||||
public ConstraintSet<Pair> getConstraints() throws ClassNotFoundException, IOException {
|
public ConstraintSet<Pair> getConstraints() throws ClassNotFoundException, IOException {
|
||||||
List<ClassOrInterface> allClasses = new ArrayList<>();//environment.getAllAvailableClasses();
|
List<ClassOrInterface> allClasses = new ArrayList<>();//environment.getAllAvailableClasses();
|
||||||
List<ClassOrInterface> importedClasses = new ArrayList<>();
|
List<ClassOrInterface> importedClasses = new ArrayList<>();
|
||||||
|
Loading…
Reference in New Issue
Block a user