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

All Implemented Interfaces:
    ParsedThing

A boolean operand in a formula
Constructor:
 public BooleanValue() 
 public BooleanValue(String s) 
    Constructor used when parsing a string formula
    Parameters:
    s - the string token, including quote marks
Method from jxl.biff.formula.BooleanValue Summary:
getBytes,   getString,   handleImportedCellReferences,   read
Methods from jxl.biff.formula.Operand:
adjustRelativeCellReferences,   columnInserted,   columnRemoved,   rowInserted,   rowRemoved
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.BooleanValue Detail:
 byte[] getBytes() 
    Gets the token representation of this item in RPN
 public  void getString(StringBuffer buf) 
    Abstract method implementation to get the string equivalent of this token
  void handleImportedCellReferences() 
    If this formula was on an imported sheet, check that cell references to another sheet are warned appropriately Does nothing
 public int read(byte[] data,
    int pos) 
    Reads the ptg data from the array starting at the specified position