| Package | Description | 
|---|---|
| loci.poi.hssf.model | 
 Provides low level API structures for reading, writing, modifying XLS files. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private Node[] | 
Node.children  | 
| Modifier and Type | Method and Description | 
|---|---|
private Node | 
FormulaParser.createTree()
Create a tree representation of the RPN token array
used to run the class(RVA) change algo 
 | 
Node | 
Node.getChild(int number)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Node.setChildren(Node[] child)  | 
private void | 
FormulaParser.setClass(Node n,
        byte theClass)  | 
private void | 
FormulaParser.setParameterRVA(Node n,
               int formulaType)  | 
private void | 
FormulaParser.setParameterRVA(Node n,
               int expectedClass,
               int formulaType)  | 
private void | 
FormulaParser.setRootLevelRVA(Node n,
               int formulaType)  | 
Copyright © 2015 Open Microscopy Environment