com.greenpineyu.fel
类 Fel

java.lang.Object
  继承者 com.greenpineyu.fel.Fel

public class Fel
extends Object


构造方法摘要
Fel()
           
 
方法摘要
static Expression compile(String exp, Map<String,Object> vars)
           
static Expression compile(String exp, Var... vars)
           
static Object eval(String exp, Map<String,Object> vars)
           
static Object eval(String exp, Var... vars)
           
static void main(String[] args)
           
static FelContext newContext(String name)
           
static FelEngine newEngine()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Fel

public Fel()
方法详细信息

eval

public static Object eval(String exp,
                          Var... vars)

eval

public static Object eval(String exp,
                          Map<String,Object> vars)

compile

public static Expression compile(String exp,
                                 Var... vars)

compile

public static Expression compile(String exp,
                                 Map<String,Object> vars)

newEngine

public static FelEngine newEngine()

newContext

public static FelContext newContext(String name)

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.