public class InMemoryJavaCompiler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InMemoryJavaCompiler.Result |
| Constructor and Description |
|---|
InMemoryJavaCompiler(java.lang.ClassLoader parent,
org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions) |
InMemoryJavaCompiler(java.lang.ClassLoader parent,
org.eclipse.xtext.util.JavaVersion javaVersion) |
| Modifier and Type | Method and Description |
|---|---|
InMemoryJavaCompiler.Result |
compile(JavaSource... sources) |
long |
setJavaVersion(org.eclipse.xtext.util.JavaVersion javaVersion) |
public InMemoryJavaCompiler(java.lang.ClassLoader parent,
org.eclipse.xtext.util.JavaVersion javaVersion)
public InMemoryJavaCompiler(java.lang.ClassLoader parent,
org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions)
public long setJavaVersion(org.eclipse.xtext.util.JavaVersion javaVersion)
public InMemoryJavaCompiler.Result compile(JavaSource... sources)