Class ClickNode
Inherits the following classes: ActionNode
Public Functions
Type | Name |
---|---|
ClickNode (string && element_type, string && description) |
|
virtual string | accept (ASTVisitor & visitor) override 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 ClickNode
explicit ClickNode::ClickNode (
string && element_type,
string && description
)
function accept
virtual string ClickNode::accept (
ASTVisitor & visitor
) override const
Implements ActionNode::accept
function get_description
string ClickNode::get_description () const
function get_element_type
string ClickNode::get_element_type () const
The documentation for this class was generated from the following file src/ast/AST.h