jxl.biff.formula
Class OpenParentheses

java.lang.Object
  |
  +--jxl.biff.formula.ParseItem
        |
        +--jxl.biff.formula.StringParseItem
              |
              +--jxl.biff.formula.OpenParentheses

class OpenParentheses
extends StringParseItem

A dummy token used when parsing strings in order to indicate the opening of some parenthesees


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

Constructor Detail

OpenParentheses

public OpenParentheses()
Constructor