|
|||||||||
| Home >> All >> org >> apache >> poi >> hssf >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.poi.hssf.model
Class Node

java.lang.Objectorg.apache.poi.hssf.model.Node
- class Node
- extends java.lang.Object
Private helper class, used to create a tree representation of the formula
| Field Summary | |
private Node[] |
children
|
private int |
numChild
|
private org.apache.poi.hssf.record.formula.Ptg |
value
|
| Constructor Summary | |
Node(org.apache.poi.hssf.record.formula.Ptg val)
|
|
| Method Summary | |
Node |
getChild(int number)
|
int |
getNumChildren()
|
org.apache.poi.hssf.record.formula.Ptg |
getValue()
|
void |
setChildren(Node[] child)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
value
private org.apache.poi.hssf.record.formula.Ptg value
children
private Node[] children
numChild
private int numChild
| Constructor Detail |
Node
public Node(org.apache.poi.hssf.record.formula.Ptg val)
| Method Detail |
setChildren
public void setChildren(Node[] child)
getNumChildren
public int getNumChildren()
getChild
public Node getChild(int number)
getValue
public org.apache.poi.hssf.record.formula.Ptg getValue()
|
|||||||||
| Home >> All >> org >> apache >> poi >> hssf >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.poi.hssf.model.Node