package polyglot.frontend; /** * A <code>JobExt</code> encapsulates work done by the compiler on behalf of * one source file. It includes all information carried between phases * of the compiler. */ public interface JobExt { }