GrammarScope  4.0.0
Classes | Public Member Functions | Private Member Functions | List of all members
grammarscope.glue.TreeWalker< N, T > Class Template Reference

Classes

class  ITree
 
interface  ITreeProcessor
 

Public Member Functions

walk (final ITree< N > node, final ITreeProcessor< ITree< N >, T > processor)
 

Private Member Functions

walkTree (final ITree< N > node, final ITree< N > parent, final ITreeProcessor< ITree< N >, T > processor)
 

Detailed Description

Tree walker

Parameters
<N>node type
<T>type returned by processing node
Author
Bernard Bou

Member Function Documentation

◆ walk()

T grammarscope.glue.TreeWalker< N, T >.walk ( final ITree< N >  node,
final ITreeProcessor< ITree< N >, T >  processor 
)

Walk tree

Parameters
noderoot node
processorprocessor
Returns
transformed root node

◆ walkTree()

T grammarscope.glue.TreeWalker< N, T >.walkTree ( final ITree< N >  node,
final ITree< N >  parent,
final ITreeProcessor< ITree< N >, T >  processor 
)
private

Walk tree recursive helper

Parameters
noderoot node
parentparent node
processorprocessor
Returns
transformed root node

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