Skip to content

Instantly share code, notes, and snippets.

@quintesse
Created October 14, 2014 20:11
Show Gist options
  • Save quintesse/fa1ab6a4dc26fdf2569c to your computer and use it in GitHub Desktop.
Save quintesse/fa1ab6a4dc26fdf2569c to your computer and use it in GitHub Desktop.
TypeCheckerBuilder tcb = new TypeCheckerBuilder();
for (File path: this.sourceFolders) {
tcb.addSrcDirectory(applyCwd(path));
}
TypeChecker tc = tcb.getTypeChecker();
PhasedUnits pus = tc.getPhasedUnits();
pus.visitModules();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment