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

All Implemented Interfaces:
    ParsedThing

A cell reference in a formula
Constructor:
 public Concatenate() 
Method from jxl.biff.formula.Concatenate Summary:
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.Concatenate Detail:
 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() 
    Gets the string representation of this symbol
 Token getToken() 
    Abstract method which gets the token for this operator