lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Go to the documentation of this file. 1 #ifndef LIB_RUBY_PARSER_SOURCE_LINE_HPP
2 #define LIB_RUBY_PARSER_SOURCE_LINE_HPP
40 #endif // LIB_RUBY_PARSER_SOURCE_LINE_HPP
SourceLineList & operator=(SourceLineList const &)=delete
SourceLine(size_t start, size_t end, size_t ends_with_eof)
size_t capacity
Definition: source_line.hpp:25
SourceLine struct from lib-ruby-parser
Definition: source_line.hpp:10
SourceLine * ptr
Definition: source_line.hpp:24
size_t start
Definition: source_line.hpp:13
Equivalent of Vec<SourceLine>
Definition: source_line.hpp:21
bool ends_with_eof
Definition: source_line.hpp:15
size_t len
Definition: source_line.hpp:26
size_t end
Definition: source_line.hpp:14