com.greenpineyu.fel.function.operator
类 And
java.lang.Object
com.greenpineyu.fel.function.StableFunction
com.greenpineyu.fel.function.operator.And
- 所有已实现的接口:
- Function, Stable
- 直接已知子类:
- Or
public class And
- extends StableFunction
逻辑操作符
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
And
public And()
toJavaOper
public String toJavaOper()
call
public Object call(FelNode node,
FelContext context)
- 从接口
Function 复制的描述
- 调用函数
- 返回:
getName
public String getName()
- OR 和 ||
- 参数:
left - right -
- 返回:
toMethod
public FelMethod toMethod(FelNode node,
FelContext ctx)
toBoolean
public String toBoolean(FelNode node,
FelContext ctx,
int index)
Copyright © 2013. All Rights Reserved.