GrammarScope  4.0.0
Public Member Functions | Public Attributes | List of all members
grammarscope.glue.TreeWalker< N, T >.ITree< N > Class Template Referenceabstract
Inheritance diagram for grammarscope.glue.TreeWalker< N, T >.ITree< N >:
Inheritance graph
[legend]

Public Member Functions

 ITree (final N n)
 
abstract Collection< ITree< N > > children ()
 

Public Attributes

final N node
 

Detailed Description

Tree interface

Parameters
<N>node type

Constructor & Destructor Documentation

◆ ITree()

grammarscope.glue.TreeWalker< N, T >.ITree< N >.ITree ( final N  n)

Member Function Documentation

◆ children()

abstract Collection<ITree<N> > grammarscope.glue.TreeWalker< N, T >.ITree< N >.children ( )
abstract

Member Data Documentation

◆ node

final N grammarscope.glue.TreeWalker< N, T >.ITree< N >.node

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