test/tools/javac/api/evalexpr/MemoryFileManager.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
41 /** 41 /**
42 * A file manager for compiling strings to byte arrays. 42 * A file manager for compiling strings to byte arrays.
43 * This file manager delegates to another file manager 43 * This file manager delegates to another file manager
44 * to lookup classes on boot class path. 44 * to lookup classes on boot class path.
45 * 45 *
46 * <p><b>This is NOT part of any API supported by Sun Microsystems. 46 * <p><b>This is NOT part of any supported API.
47 * If you write code that depends on this, you do so at your own 47 * If you write code that depends on this, you do so at your own
48 * risk. This code and its internal interfaces are subject to change 48 * risk. This code and its internal interfaces are subject to change
49 * or deletion without notice.</b></p> 49 * or deletion without notice.</b></p>
50 * @author Peter von der Ah&eacute; 50 * @author Peter von der Ah&eacute;
51 */ 51 */

mercurial