Linkable.Analysis
Class SentenceTree.Node

java.lang.Object
  |
  +--Linkable.Analysis.SentenceTree.Node
Enclosing class:
SentenceTree

protected class SentenceTree.Node
extends java.lang.Object


Field Summary
protected  SentenceTree.Node next
           
protected  SentenceTree.Node parent
           
protected  SentenceTree.Node son
           
protected  int type
           
protected  java.lang.String value
           
 
Constructor Summary
SentenceTree.Node(java.lang.String v, int t, SentenceTree.Node p, SentenceTree.Node s, SentenceTree.Node n)
           
 
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
 

Field Detail

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
Constructor Detail

SentenceTree.Node

public SentenceTree.Node(java.lang.String v,
                         int t,
                         SentenceTree.Node p,
                         SentenceTree.Node s,
                         SentenceTree.Node n)
Method Detail

dump

protected java.lang.String dump()

text

protected java.lang.String text()

firstText

protected java.lang.String firstText()