|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object au.id.pbw.hyfo.hyph.TreeElement
public class TreeElement
A TreeElement
is returned by a tree walker.
Constructor Summary | |
---|---|
TreeElement(int node,
int[] key)
Creates a new instance of TreeElement. |
Method Summary | |
---|---|
static TreeElement |
get_END_ELEMENT()
Gets the END element from a tree walker. |
String |
get_key(TernaryTreeDataStore formatter)
Gets the key of this element, formatted by a TernaryTreeDataStore instance. |
int |
get_node()
Gets the node number from the element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeElement(int node, int[] key)
node
- the node number of the element.key
- the key of the node, as an array of codepoints.Method Detail |
---|
public int get_node()
public String get_key(TernaryTreeDataStore formatter)
TernaryTreeDataStore
instance.
formatter
- the TernaryTreeDataStore
instance.
public static TreeElement get_END_ELEMENT()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |