com.greenpineyu.fel.function.operator
类 NotEqual

java.lang.Object
  继承者 com.greenpineyu.fel.function.StableFunction
      继承者 com.greenpineyu.fel.function.operator.Equal
          继承者 com.greenpineyu.fel.function.operator.NotEqual
所有已实现的接口:
Function, Stable

public class NotEqual
extends Equal


构造方法摘要
NotEqual()
           
 
方法摘要
 String getName()
          获取函数的名称
 
从类 com.greenpineyu.fel.function.operator.Equal 继承的方法
appendBoolean, appendNumber, buildRelationExpr, call, equals, getChildCode, toMethod
 
从类 com.greenpineyu.fel.function.StableFunction 继承的方法
stable
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NotEqual

public NotEqual()
方法详细信息

getName

public String getName()
从接口 Function 复制的描述
获取函数的名称

指定者:
接口 Function 中的 getName
覆盖:
Equal 中的 getName
返回:


Copyright © 2013. All Rights Reserved.