jxl.biff.formula
Class NotEqual

java.lang.Object
  |
  +--jxl.biff.formula.ParseItem
        |
        +--jxl.biff.formula.Operator
              |
              +--jxl.biff.formula.BinaryOperator
                    |
                    +--jxl.biff.formula.NotEqual
All Implemented Interfaces:
ParsedThing

class NotEqual
extends BinaryOperator
implements ParsedThing

A cell reference in a formula


Fields inherited from class jxl.biff.formula.Operator
operands
 
Fields inherited from class jxl.biff.formula.ParseItem
parent
 
Constructor Summary
NotEqual()
          Constructor
 
Method Summary
(package private)  int getPrecedence()
          Gets the precedence for this operator.
 java.lang.String getSymbol()
          Abstract method which gets the binary operator string symbol
(package private)  Token getToken()
          Abstract method which gets the token for this operator
 
Methods inherited from class jxl.biff.formula.BinaryOperator
getBytes, getOperands, getString, read
 
Methods inherited from class jxl.biff.formula.Operator
add, getOperands
 
Methods inherited from class jxl.biff.formula.ParseItem
setParent
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface jxl.biff.formula.ParsedThing
read
 

Constructor Detail

NotEqual

public NotEqual()
Constructor
Method Detail

getSymbol

public java.lang.String getSymbol()
Description copied from class: BinaryOperator
Abstract method which gets the binary operator string symbol
Overrides:
getSymbol in class BinaryOperator
Following copied from class: jxl.biff.formula.BinaryOperator
Returns:
the string symbol for this token

getToken

Token getToken()
Abstract method which gets the token for this operator
Overrides:
getToken in class BinaryOperator
Returns:
the string symbol for this token

getPrecedence

int getPrecedence()
Gets the precedence for this operator. Operator precedents run from 1 to 5, one being the highest, 5 being the lowest
Overrides:
getPrecedence in class Operator
Returns:
the operator precedence