Save This Page
Home » jexcelapi_2_6_8 » jxl.biff.formula » [javadoc | source]
jxl.biff.formula
class: RangeSeparator [javadoc | source]
java.lang.Object
   jxl.biff.formula.ParseItem
      jxl.biff.formula.Operator
         jxl.biff.formula.BinaryOperator
            jxl.biff.formula.RangeSeparator

All Implemented Interfaces:
    ParsedThing

A "holding" token for a range separator. This token gets instantiated when the lexical analyzer can't distinguish a range cleanly, eg in the case where where one of the identifiers of the range is a formula
Constructor:
 public RangeSeparator() 
Method from jxl.biff.formula.RangeSeparator Summary:
getBytes,   getPrecedence,   getSymbol,   getToken
Methods from jxl.biff.formula.BinaryOperator:
adjustRelativeCellReferences,   columnInserted,   columnRemoved,   getBytes,   getOperands,   getString,   getSymbol,   getToken,   handleImportedCellReferences,   read,   rowInserted,   rowRemoved
Methods from jxl.biff.formula.Operator:
add,   getOperands,   getOperands,   getPrecedence,   setOperandAlternateCode
Methods from jxl.biff.formula.ParseItem:
adjustRelativeCellReferences,   columnInserted,   columnRemoved,   getBytes,   getString,   handleImportedCellReferences,   isValid,   isVolatile,   rowInserted,   rowRemoved,   setAlternateCode,   setInvalid,   setParent,   setVolatile,   useAlternateCode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.formula.RangeSeparator Detail:
 byte[] getBytes() 
    Overrides the getBytes() method in the base class and prepends the memFunc token
 int getPrecedence() 
    Gets the precedence for this operator. Operator precedents run from 1 to 5, one being the highest, 5 being the lowest
 public String getSymbol() 
 Token getToken() 
    Abstract method which gets the token for this operator