lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
SourceLine
struct from lib-ruby-parser
More...
#include <source_line.hpp>
Public Member Functions | |
SourceLine (size_t start, size_t end, size_t ends_with_eof) | |
Public Attributes | |
size_t | start |
size_t | end |
bool | ends_with_eof |
SourceLine
struct from lib-ruby-parser
lib_ruby_parser::SourceLine::SourceLine | ( | size_t | start, |
size_t | end, | ||
size_t | ends_with_eof | ||
) |
size_t lib_ruby_parser::SourceLine::end |
bool lib_ruby_parser::SourceLine::ends_with_eof |
size_t lib_ruby_parser::SourceLine::start |