Package tilda.utils.compiler
Class InMemoryJavaCompiler
- java.lang.Object
-
- tilda.utils.compiler.InMemoryJavaCompiler
-
public class InMemoryJavaCompiler extends java.lang.Object
Created by trung on 5/3/15. https://github.com/trung/InMemoryJavaCompiler Apache 2 License
-
-
Constructor Summary
Constructors Constructor Description InMemoryJavaCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Class<?>
compile(java.lang.String className, java.lang.String sourceCodeStr)
-