MLLIF
a MLIR-based Language to Language Interoperability Flyover
Loading...
Searching...
No Matches
mllif::mlir::Tree Class Reference

A tree struct for symbol tree. It's just a simple wrapper for root node. More...

#include <Tree.h>

Collaboration diagram for mllif::mlir::Tree:

Public Member Functions

 Tree ()
 Creates new tree.
 
Noderoot ()
 Gets a root node of the tree.
 

Detailed Description

A tree struct for symbol tree. It's just a simple wrapper for root node.

Definition at line 131 of file Tree.h.

Constructor & Destructor Documentation

◆ Tree()

mllif::mlir::Tree::Tree ( )
inline

Creates new tree.

Definition at line 138 of file Tree.h.

Member Function Documentation

◆ root()

Node & mllif::mlir::Tree::root ( )
inline

Gets a root node of the tree.

Returns
Root node of the tree

Definition at line 144 of file Tree.h.

Here is the caller graph for this function:

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