lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents an array literal. More...
#include <nodes.hpp>
Public Attributes | |
NodeList | elements |
A list of elements. More... | |
MaybeLoc | begin_l |
MaybeLoc | end_l |
Loc | expression_l |
Represents an array literal.
MaybeLoc lib_ruby_parser::Array::begin_l |
Location of the open bracket
NodeList lib_ruby_parser::Array::elements |
A list of elements.
MaybeLoc lib_ruby_parser::Array::end_l |
Location of the closing bracket
Loc lib_ruby_parser::Array::expression_l |
Location of the full expression