Class TypeNode
Inherits the following classes: ActionNode
Public Functions
Type | Name |
---|---|
TypeNode (string && content, string && element_type, string && description) |
|
virtual string | accept (ASTVisitor & visitor) override const |
string | get_content () const |
string | get_description () const |
string | get_element_type () const |
Public Functions inherited from ActionNode
See ActionNode
Type | Name |
---|---|
ActionNode () = default |
|
virtual string | accept (ASTVisitor & visitor) const = 0 |
Public Functions Documentation
function TypeNode
explicit TypeNode::TypeNode (
string && content,
string && element_type,
string && description
)
function accept
virtual string TypeNode::accept (
ASTVisitor & visitor
) override const
Implements ActionNode::accept
function get_content
string TypeNode::get_content () const
function get_description
string TypeNode::get_description () const
function get_element_type
string TypeNode::get_element_type () const
The documentation for this class was generated from the following file src/ast/AST.h