com.greenpineyu.fel.compile
类 ConstExp

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

public final class ConstExp
extends Object
implements Expression


构造方法摘要
ConstExp(Object o)
           
 
方法摘要
 Object eval(FelContext context)
          求表达式的值
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ConstExp

public ConstExp(Object o)
方法详细信息

eval

public final Object eval(FelContext context)
从接口 Expression 复制的描述
求表达式的值

指定者:
接口 Expression 中的 eval
返回:


Copyright © 2013. All Rights Reserved.