![]()  | 
  
    GrammarScope
    4.0.0
    
   | 
 


Public Member Functions | |
| AParseTree (final String value, final Token token, final double score) | |
| AParseTree | getNode () | 
| String | getId () | 
| String | getValue () | 
| String | getWord () | 
| Token | getToken () | 
| String | getLemma () | 
| int | getIndex () | 
| ILabel | getILabel () | 
| Double | getScore () | 
| String | toString () | 
  Public Member Functions inherited from grammarscope.artifacts.BasicTree< AParseTree > | |
| BasicTree () | |
| abstract String | getId () | 
| BasicTree< T > | getParent () | 
| List< T > | getChildren () | 
| T | getNode () | 
| int | depth () | 
| String | toString () | 
| String | toString (final String indent) | 
  Public Member Functions inherited from grammarscope.iface.ITree< N > | |
| List< N > | getChildren () | 
Public Attributes | |
| final String | value | 
| double | score | 
| final Properties | annotations | 
Private Attributes | |
| final Token | token | 
Static Private Attributes | |
| static final long | serialVersionUID = 5918269700879803541L | 
Additional Inherited Members | |
  Protected Attributes inherited from grammarscope.artifacts.BasicTree< AParseTree > | |
| BasicTree< T > | parent | 
| List< T > | children | 
Artifact representing parse tree
| grammarscope.artifacts.AParseTree.AParseTree | ( | final String | value, | 
| final Token | token, | ||
| final double | score | ||
| ) | 
Constructor
| value | value | 
| token | token | 
| score | score | 
| String grammarscope.artifacts.AParseTree.getId | ( | ) | 
| ILabel grammarscope.artifacts.AParseTree.getILabel | ( | ) | 
| int grammarscope.artifacts.AParseTree.getIndex | ( | ) | 
| String grammarscope.artifacts.AParseTree.getLemma | ( | ) | 
| AParseTree grammarscope.artifacts.AParseTree.getNode | ( | ) | 
| Double grammarscope.artifacts.AParseTree.getScore | ( | ) | 
| Token grammarscope.artifacts.AParseTree.getToken | ( | ) | 
Get token
| String grammarscope.artifacts.AParseTree.getValue | ( | ) | 
| String grammarscope.artifacts.AParseTree.getWord | ( | ) | 
| String grammarscope.artifacts.AParseTree.toString | ( | ) | 
| final Properties grammarscope.artifacts.AParseTree.annotations | 
Annotations
| double grammarscope.artifacts.AParseTree.score | 
Score
      
  | 
  staticprivate | 
      
  | 
  private | 
Token
| final String grammarscope.artifacts.AParseTree.value | 
Value
 1.8.17