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