com.greenpineyu.fel.compile
类 FelCompiler16<T>

java.lang.Object
  继承者 com.greenpineyu.fel.compile.FelCompiler16<T>
所有已实现的接口:
FelCompiler

public class FelCompiler16<T>
extends Object
implements FelCompiler


构造方法摘要
FelCompiler16()
           
 
方法摘要
 Expression compile(JavaSource src)
          编译代码,并创建Expression
 Class<T> compileToClass(JavaSource src)
           
 Class<T> loadClass(String qualifiedClassName)
           
 
从类 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.