com.greenpineyu.fel.compile
类 CompileService

java.lang.Object
  继承者 com.greenpineyu.fel.compile.CompileService

public class CompileService
extends Object


构造方法摘要
CompileService()
           
 
方法摘要
 Expression compile(FelContext ctx, FelNode node, String originalExp)
           
static List<String> getClassPath(ClassLoader cl)
           
 FelCompiler getComplier()
           
 SourceGenerator getSrcGen()
           
static void main(String[] args)
           
 void setComplier(FelCompiler complier)
           
 void setSrcGen(SourceGenerator srcGen)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CompileService

public CompileService()
方法详细信息

getSrcGen

public SourceGenerator getSrcGen()

setSrcGen

public void setSrcGen(SourceGenerator srcGen)

getComplier

public FelCompiler getComplier()

setComplier

public void setComplier(FelCompiler complier)

getClassPath

public static List<String> getClassPath(ClassLoader cl)

compile

public Expression compile(FelContext ctx,
                          FelNode node,
                          String originalExp)

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.