|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.tools.SimpleJavaFileObject org.crsh.lang.impl.java.JavaSourceFileObject
class JavaSourceFileObject
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.tools.JavaFileObject |
---|
JavaFileObject.Kind |
Field Summary | |
---|---|
private String |
source . |
Fields inherited from class javax.tools.SimpleJavaFileObject |
---|
kind, uri |
Constructor Summary | |
---|---|
JavaSourceFileObject(String className, String source) |
Method Summary | |
---|---|
CharSequence |
getCharContent(boolean ignoreEncodingErrors) |
Methods inherited from class javax.tools.SimpleJavaFileObject |
---|
delete, getAccessLevel, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openOutputStream, openReader, openWriter, toString, toUri |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final String source
Constructor Detail |
---|
JavaSourceFileObject(String className, String source) throws URISyntaxException
URISyntaxException
Method Detail |
---|
public CharSequence getCharContent(boolean ignoreEncodingErrors) throws IOException
getCharContent
in interface FileObject
getCharContent
in class SimpleJavaFileObject
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |