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::MagicComment
More...
#include <magic_comment.hpp>
Public Member Functions | |
MagicComment ()=delete | |
MagicComment (MagicCommentKind kind, Loc key_l, Loc value_l) | |
MagicComment (const MagicComment &)=default | |
MagicComment & | operator= (MagicComment const &)=default |
MagicComment (MagicComment &&)=default | |
MagicComment & | operator= (MagicComment &&)=default |
Public Attributes | |
MagicCommentKind | kind |
Loc | key_l |
Loc | value_l |
Equivalent of lib_ruby_parser::source::MagicComment
|
delete |
lib_ruby_parser::MagicComment::MagicComment | ( | MagicCommentKind | kind, |
Loc | key_l, | ||
Loc | value_l | ||
) |
|
default |
|
default |
|
default |
|
default |
Loc lib_ruby_parser::MagicComment::key_l |
MagicCommentKind lib_ruby_parser::MagicComment::kind |
Loc lib_ruby_parser::MagicComment::value_l |