com.greenpineyu.fel
类 Fel
java.lang.Object
com.greenpineyu.fel.Fel
public class Fel
- extends Object
| 从类 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.