Class VisitNode
Inherits the following classes: ActionNode
Public Functions
Type | Name |
---|---|
VisitNode (string && url) |
|
virtual string | accept (ASTVisitor & visitor) override const |
string | get_url () const |
Public Functions inherited from ActionNode
See ActionNode
Type | Name |
---|---|
ActionNode () = default |
|
virtual string | accept (ASTVisitor & visitor) const = 0 |
Public Functions Documentation
function VisitNode
explicit VisitNode::VisitNode (
string && url
)
function accept
virtual string VisitNode::accept (
ASTVisitor & visitor
) override const
Implements ActionNode::accept
function get_url
inline string VisitNode::get_url () const
The documentation for this class was generated from the following file src/ast/AST.h