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

All Implemented Interfaces:
    ParsedThing

A cell reference in a formula
Constructor:
 public UnaryPlus() 
Method from jxl.biff.formula.UnaryPlus Summary:
getPrecedence,   getSymbol,   getToken,   handleImportedCellReferences
Methods from jxl.biff.formula.UnaryOperator:
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.UnaryPlus 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() 
 Token getToken() 
    Abstract method which gets the token for this operator
  void handleImportedCellReferences() 
    If this formula was on an imported sheet, check that cell references to another sheet are warned appropriately Does nothing, as operators don't have cell references