lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Equivalent of lib_ruby_parser::source::Comment
More...
#include <comment.hpp>
Public Member Functions | |
Comment ()=delete | |
Comment (Loc location, CommentType kind) | |
Comment (const Comment &)=default | |
Comment & | operator= (Comment const &)=default |
Comment (Comment &&)=default | |
Comment & | operator= (Comment &&)=default |
Public Attributes | |
Loc | location |
Location of the comment. More... | |
CommentType | kind |
Kind of the comment (inline/document/unknown) More... | |
Equivalent of lib_ruby_parser::source::Comment
|
delete |
lib_ruby_parser::Comment::Comment | ( | Loc | location, |
CommentType | kind | ||
) |
|
default |
|
default |
CommentType lib_ruby_parser::Comment::kind |
Kind of the comment (inline/document/unknown)
Loc lib_ruby_parser::Comment::location |
Location of the comment.