< prev index next >

langtools/src/jdk.jshell/share/classes/jdk/jshell/TaskFactory.java

Print this page

        

*** 59,69 **** import java.util.stream.Stream; import javax.lang.model.util.Elements; import javax.tools.FileObject; import jdk.jshell.MemoryFileManager.SourceMemoryJavaFileObject; import jdk.jshell.ClassTracker.ClassInfo; ! import jdk.Version; /** * The primary interface to the compiler API. Parsing, analysis, and * compilation to class files (in memory). * @author Robert Field --- 59,69 ---- import java.util.stream.Stream; import javax.lang.model.util.Elements; import javax.tools.FileObject; import jdk.jshell.MemoryFileManager.SourceMemoryJavaFileObject; import jdk.jshell.ClassTracker.ClassInfo; ! import java.lang.Runtime.Version; /** * The primary interface to the compiler API. Parsing, analysis, and * compilation to class files (in memory). * @author Robert Field
< prev index next >