< prev index next >

src/jdk.compiler/share/classes/com/sun/source/util/Trees.java

Print this page

        

*** 51,60 **** --- 51,65 ---- * * @author Peter von der Ah&eacute; */ public abstract class Trees { /** + * Constructor for subclasses to call. + */ + public Trees() {} + + /** * Returns a Trees object for a given CompilationTask. * @param task the compilation task for which to get the Trees object * @throws IllegalArgumentException if the task does not support the Trees API. * @return the Trees object */
< prev index next >