com.greenpineyu.fel.compile
类 FelCompiler16<T>
java.lang.Object
com.greenpineyu.fel.compile.FelCompiler16<T>
- 所有已实现的接口:
- FelCompiler
public class FelCompiler16<T>
- extends Object
- implements FelCompiler
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FelCompiler16
public FelCompiler16()
compile
public Expression compile(JavaSource src)
- 从接口
FelCompiler 复制的描述
- 编译代码,并创建Expression
- 指定者:
- 接口
FelCompiler 中的 compile
- 返回:
compileToClass
public Class<T> compileToClass(JavaSource src)
loadClass
public Class<T> loadClass(String qualifiedClassName)
throws ClassNotFoundException
- 抛出:
ClassNotFoundException
Copyright © 2013. All Rights Reserved.