|
||||||||||
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.InternalCompiler
public class InternalCompiler
Compiles Java source, returning the loaded class.
Field Summary |
---|
Fields inherited from class com.caucho.java.AbstractJavaCompiler |
---|
_compiler, L |
Constructor Summary | |
---|---|
InternalCompiler(JavaCompilerUtil compiler)
|
Method Summary | |
---|---|
protected void |
compileInt(java.lang.String[] path,
LineMap lineMap)
Compile the configured file. |
Methods inherited from class com.caucho.java.AbstractJavaCompiler |
---|
abort, getException, isDone, notifyComplete, run, setLineMap, setPath, waitForComplete |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InternalCompiler(JavaCompilerUtil compiler)
Method Detail |
---|
protected void compileInt(java.lang.String[] path, LineMap lineMap) throws java.io.IOException, JavaCompileException
AbstractJavaCompiler
compileInt
in class AbstractJavaCompiler
path
- the path to the java source.lineMap
- mapping from the generated source to the original files.
java.io.IOException
JavaCompileException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |