|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.tools.SimpleJavaFileObject
org.dyndns.nuda.dynamic.compiler.JavaSourceFromString
public class JavaSourceFromString
Javaソースファイルを表すクラスです
入れ子のクラスの概要 |
---|
インタフェース javax.tools.JavaFileObject から継承された入れ子のクラス/インタフェース |
---|
javax.tools.JavaFileObject.Kind |
フィールドの概要 | |
---|---|
protected java.lang.String |
code
|
クラス javax.tools.SimpleJavaFileObject から継承されたフィールド |
---|
kind, uri |
コンストラクタの概要 | |
---|---|
protected |
JavaSourceFromString(SourceBean source)
|
protected |
JavaSourceFromString(java.lang.String name,
java.lang.String code)
|
メソッドの概要 | |
---|---|
java.lang.CharSequence |
getCharContent(boolean ignoreEncodingErrors)
|
クラス javax.tools.SimpleJavaFileObject から継承されたメソッド |
---|
delete, getAccessLevel, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openOutputStream, openReader, openWriter, toString, toUri |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected final java.lang.String code
コンストラクタの詳細 |
---|
protected JavaSourceFromString(java.lang.String name, java.lang.String code)
protected JavaSourceFromString(SourceBean source)
メソッドの詳細 |
---|
public java.lang.CharSequence getCharContent(boolean ignoreEncodingErrors)
javax.tools.FileObject
内の getCharContent
javax.tools.SimpleJavaFileObject
内の getCharContent
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |