43 std::shared_ptr<ModToken>
token;
107 return "LineComment";
115 return std::static_pointer_cast<LineComment>(shared_from_this());
122 return std::static_pointer_cast<const LineComment>(shared_from_this());
THIS FILE IS GENERATED AT BUILD TIME AND SHALL NOT BE EDITED.
Represent token returned by scanner.
Abstract base class for all constant visitors implementation.
Abstract base class for all visitors implementation.
AstNodeType
Enum type for every AST node type.
@ LINE_COMMENT
type of ast::LineComment
Abstract Syntax Tree (AST) related implementations.
Auto generated AST classes declaration.