com.greenpineyu.fel.compile
类 AbstCompiler

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

public abstract class AbstCompiler
extends Object
implements FelCompiler


构造方法摘要
AbstCompiler()
           
 
方法摘要
protected  String classPathToString()
           
 Expression compile(JavaSource src)
          编译代码,并创建Expression
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AbstCompiler

public AbstCompiler()
方法详细信息

classPathToString

protected String classPathToString()

compile

public Expression compile(JavaSource src)
从接口 FelCompiler 复制的描述
编译代码,并创建Expression

指定者:
接口 FelCompiler 中的 compile
返回:


Copyright © 2013. All Rights Reserved.