com.greenpineyu.fel.compile
类 FelJavaFileObject
java.lang.Object
javax.tools.SimpleJavaFileObject
com.greenpineyu.fel.compile.FelJavaFileObject
- 所有已实现的接口:
- FileObject, JavaFileObject
public class FelJavaFileObject
- extends SimpleJavaFileObject
编译时,用于提供类源码和保存类的字节码
- 作者:
- yuqingsong
| 从类 javax.tools.SimpleJavaFileObject 继承的方法 |
delete, getAccessLevel, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openReader, openWriter, toString, toUri |
FelJavaFileObject
public FelJavaFileObject(String baseName,
CharSequence source)
FelJavaFileObject
public FelJavaFileObject(URI uri,
JavaFileObject.Kind kind)
getCharContent
public CharSequence getCharContent(boolean ignoreEncodingErrors)
throws UnsupportedOperationException
- 指定者:
- 接口
FileObject 中的 getCharContent - 覆盖:
- 类
SimpleJavaFileObject 中的 getCharContent
- 抛出:
UnsupportedOperationException
openInputStream
public InputStream openInputStream()
- 指定者:
- 接口
FileObject 中的 openInputStream - 覆盖:
- 类
SimpleJavaFileObject 中的 openInputStream
openOutputStream
public OutputStream openOutputStream()
- 指定者:
- 接口
FileObject 中的 openOutputStream - 覆盖:
- 类
SimpleJavaFileObject 中的 openOutputStream
Copyright © 2013. All Rights Reserved.