jxl.biff.formula
Class Operand

java.lang.Object
  |
  +--jxl.biff.formula.ParseItem
        |
        +--jxl.biff.formula.Operand
Direct Known Subclasses:
Area, Area3d, BooleanValue, CellReference, CellReference3d, MissingArg, Name, NameRange, NumberValue, SharedFormulaArea, SharedFormulaCellReference, StringValue

abstract class Operand
extends ParseItem

An operand in the parse tree. Operands represent leaf nodes in the tree, and may not have children Operands include numerical values, cell references and ranges


Fields inherited from class jxl.biff.formula.ParseItem
parent
 
Constructor Summary
Operand()
           
 
Methods inherited from class jxl.biff.formula.ParseItem
getBytes, getString, setParent
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Operand

public Operand()