1 package polyglot.frontend; 2 3 /** 4 * A <code>JobExt</code> encapsulates work done by the compiler on behalf of 5 * one source file. It includes all information carried between phases 6 * of the compiler. 7 */ 8 public interface JobExt 9 { 10 } 11