Configure the AST visualization module.
Definition at line 23 of file cmdline.h.
#include <Rose/AST/cmdline.h>
|
static Mode | __mode (std::string const &) |
|
|
bool | on {false} |
|
Mode | mode {Mode::tree} |
| only a single mode, defaults to tree mode
|
|
std::string | out |
| name of the output file
|
|
◆ Mode
Two visualization modes.
Enumerator |
---|
tree | the Abstract Syntax Tree, only contains nodes that directly correspond to code
|
graph | the whole graph contains the AST and all other nodes, such as types and symbols
|
Definition at line 25 of file cmdline.h.
◆ on
bool Rose::AST::cmdline::graphviz_t::on {false} |
◆ mode
only a single mode, defaults to tree mode
Definition at line 32 of file cmdline.h.
◆ out
std::string Rose::AST::cmdline::graphviz_t::out |
name of the output file
Definition at line 33 of file cmdline.h.
The documentation for this struct was generated from the following file: