GrammarScope  4.0.0
Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
grammarscope.artifacts.BasicTree< T extends BasicTree< T >.DepthFirstPostOrderTreeNodes Class Reference
Inheritance diagram for grammarscope.artifacts.BasicTree< T extends BasicTree< T >.DepthFirstPostOrderTreeNodes:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.artifacts.BasicTree< T extends BasicTree< T >.DepthFirstPostOrderTreeNodes:
Collaboration graph
[legend]

Public Member Functions

 DepthFirstPostOrderTreeNodes ()
 

Private Member Functions

void buildQueue (final BasicTree< T > tree)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Obtains tree nodes in depth-first post-order

Author
Bernard Bou

Constructor & Destructor Documentation

◆ DepthFirstPostOrderTreeNodes()

grammarscope.artifacts.BasicTree< T extends BasicTree< T >.DepthFirstPostOrderTreeNodes.DepthFirstPostOrderTreeNodes ( )

Constructor

Member Function Documentation

◆ buildQueue()

void grammarscope.artifacts.BasicTree< T extends BasicTree< T >.DepthFirstPostOrderTreeNodes.buildQueue ( final BasicTree< T >  tree)
private

Recursive helper

Parameters
treenode

Member Data Documentation

◆ serialVersionUID

final long grammarscope.artifacts.BasicTree< T extends BasicTree< T >.DepthFirstPostOrderTreeNodes.serialVersionUID = 1L
staticprivate

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