|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.greenpineyu.fel.function.operator.LessThen
public class LessThen
包名 .script.function.operator 类名 RelationalOperator.java 创建日期 Oct 26, 20103:04:25 PM 作者 版权
| 构造方法摘要 | |
|---|---|
LessThen()
|
|
| 方法摘要 | |
|---|---|
static StringBuilder |
buildRelationExpr(FelNode node,
FelContext ctx,
String operator)
小于 < |
Object |
call(FelNode node,
FelContext context)
调用函数 |
boolean |
compare(Object left,
Object right)
小于 |
String |
getName()
大于等于 >= |
static void |
main(String[] args)
|
boolean |
stable()
此节点的值是否固定不变 如果每次求节点值都相同,说明此节点是稳定的。 |
FelMethod |
toMethod(FelNode node,
FelContext ctx)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public LessThen()
| 方法详细信息 |
|---|
public Object call(FelNode node,
FelContext context)
Function 复制的描述
Function 中的 call
public boolean compare(Object left,
Object right)
left - right -
public static StringBuilder buildRelationExpr(FelNode node,
FelContext ctx,
String operator)
left - right -
public String getName()
Function 中的 getNameleft - right -
public FelMethod toMethod(FelNode node,
FelContext ctx)
Function 中的 toMethodpublic boolean stable()
Stable 复制的描述
Stable 中的 stablepublic static void main(String[] args)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||