Package tilda.utils.compiler
Class SourceCode
- java.lang.Object
-
- javax.tools.SimpleJavaFileObject
-
- tilda.utils.compiler.SourceCode
-
- All Implemented Interfaces:
javax.tools.FileObject
,javax.tools.JavaFileObject
public class SourceCode extends javax.tools.SimpleJavaFileObject
Created by trung on 5/3/15. https://github.com/trung/InMemoryJavaCompiler Apache 2 License
-
-
Constructor Summary
Constructors Constructor Description SourceCode(java.lang.String className, java.lang.String sourceCodeStr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.CharSequence
getCharContent(boolean ignoreEncodingErrors)
-