|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.java.AbstractJavaCompiler
com.caucho.java.GroovyCompiler
public class GroovyCompiler
Compiles Groovy source, returning the loaded class.
| Field Summary | |
|---|---|
protected static java.util.logging.Logger |
log
|
| Fields inherited from class com.caucho.java.AbstractJavaCompiler |
|---|
_compiler, L |
| Constructor Summary | |
|---|---|
GroovyCompiler(JavaCompiler compiler)
|
|
| Method Summary | |
|---|---|
protected void |
compileInt(java.lang.String[] paths,
LineMap lineMap)
Compile the configured file. |
| Methods inherited from class com.caucho.java.AbstractJavaCompiler |
|---|
abort, getException, isDone, run, setLineMap, setPath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.util.logging.Logger log
| Constructor Detail |
|---|
public GroovyCompiler(JavaCompiler compiler)
| Method Detail |
|---|
protected void compileInt(java.lang.String[] paths,
LineMap lineMap)
throws java.io.IOException
compileInt in class AbstractJavaCompilerpath - the path to the java source.lineMap - mapping from the generated source to the original files.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||