lib-ruby-parser (C++ bindings)  4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
lib_ruby_parser::SourceLine Class Reference

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
 

Detailed Description

SourceLine struct from lib-ruby-parser

Constructor & Destructor Documentation

◆ SourceLine()

lib_ruby_parser::SourceLine::SourceLine ( size_t  start,
size_t  end,
size_t  ends_with_eof 
)

Member Data Documentation

◆ end

size_t lib_ruby_parser::SourceLine::end

◆ ends_with_eof

bool lib_ruby_parser::SourceLine::ends_with_eof

◆ start

size_t lib_ruby_parser::SourceLine::start

The documentation for this class was generated from the following file: