|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.lang.impl.java.Compiler
class Compiler
Field Summary | |
---|---|
private ClassLoader |
classLoader . |
Constructor Summary | |
---|---|
Compiler() |
|
Compiler(ClassLoader classLoader) |
Method Summary | |
---|---|
(package private) List<JavaClassFileObject> |
compile(String className, String source) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final ClassLoader classLoader
Constructor Detail |
---|
Compiler()
Compiler(ClassLoader classLoader)
Method Detail |
---|
List<JavaClassFileObject> compile(String className, String source) throws IOException, CompilationFailureException
IOException
CompilationFailureException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |