com.greenpineyu.fel.function.operator
类 Mul

java.lang.Object
  继承者 com.greenpineyu.fel.function.StableFunction
      继承者 com.greenpineyu.fel.function.operator.Mul
所有已实现的接口:
Function, Stable
直接已知子类:
Div, Mod

public class Mul
extends StableFunction

包名 .script.function.operator 类名 MultiplicativeOperator.java 创建日期 Oct 26, 20102:47:15 PM 作者 版权


构造方法摘要
Mul()
           
 
方法摘要
 Object call(FelNode node, FelContext context)
          调用函数
 String getName()
          除于
 boolean stable()
          此节点的值是否固定不变 如果每次求节点值都相同,说明此节点是稳定的。
 FelMethod toMethod(FelNode node, FelContext ctx)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Mul

public Mul()
方法详细信息

call

public Object call(FelNode node,
                   FelContext context)
从接口 Function 复制的描述
调用函数

返回:

getName

public String getName()
除于

参数:
left -
right -
返回:

toMethod

public FelMethod toMethod(FelNode node,
                          FelContext ctx)

stable

public boolean stable()
从接口 Stable 复制的描述
此节点的值是否固定不变 如果每次求节点值都相同,说明此节点是稳定的。

指定者:
接口 Stable 中的 stable
覆盖:
StableFunction 中的 stable
返回:


Copyright © 2013. All Rights Reserved.