|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents a string with interpolation (i.e. "#{foo}")
More...
#include <nodes.hpp>
Public Attributes | |
| NodeList | parts |
| A list of string parts (static literals and interpolated expressions) More... | |
| MaybeLoc | begin_l |
| MaybeLoc | end_l |
| Loc | expression_l |
Represents a string with interpolation (i.e. "#{foo}")
| MaybeLoc lib_ruby_parser::Dstr::begin_l |
Location of the string begin
| MaybeLoc lib_ruby_parser::Dstr::end_l |
Location of the string end
| Loc lib_ruby_parser::Dstr::expression_l |
Location of the full expression
| NodeList lib_ruby_parser::Dstr::parts |
A list of string parts (static literals and interpolated expressions)