GrammarScope  4.0.0
Public Member Functions | List of all members
grammarscope.glue.AParseTreeFactory.ATree Class Reference
Inheritance diagram for grammarscope.glue.AParseTreeFactory.ATree:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.glue.AParseTreeFactory.ATree:
Collaboration graph
[legend]

Public Member Functions

 ATree (final Tree tree)
 
Collection< ITree< Tree > > children ()
 
- Public Member Functions inherited from grammarscope.glue.TreeWalker< N, T >.ITree< N >
 ITree (final N n)
 

Additional Inherited Members

- Public Attributes inherited from grammarscope.glue.TreeWalker< N, T >.ITree< N >
final N node
 

Detailed Description

Adapter (adapts Stanford tree to ITree interface)

Author
Bernard Bou

Constructor & Destructor Documentation

◆ ATree()

grammarscope.glue.AParseTreeFactory.ATree.ATree ( final Tree  tree)

Constructor

Parameters
treeStanford parse tree

Member Function Documentation

◆ children()

Collection<ITree<Tree> > grammarscope.glue.AParseTreeFactory.ATree.children ( )

The documentation for this class was generated from the following file: