Linkable.Analysis
Class SentenceTree.Node
java.lang.Object
|
+--Linkable.Analysis.SentenceTree.Node
- Enclosing class:
- SentenceTree
- protected class SentenceTree.Node
- extends java.lang.Object
Method Summary |
protected java.lang.String |
dump()
|
protected java.lang.String |
firstText()
|
protected java.lang.String |
text()
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
value
protected java.lang.String value
type
protected int type
parent
protected SentenceTree.Node parent
son
protected SentenceTree.Node son
next
protected SentenceTree.Node next
SentenceTree.Node
public SentenceTree.Node(java.lang.String v,
int t,
SentenceTree.Node p,
SentenceTree.Node s,
SentenceTree.Node n)
dump
protected java.lang.String dump()
text
protected java.lang.String text()
firstText
protected java.lang.String firstText()