|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents indexing operation (i.e. foo[1,2,3])
More...
#include <nodes.hpp>
Public Attributes | |
| Node * | recv |
| Receiver of indexing. More... | |
| NodeList | indexes |
| A list of indexes. More... | |
| Loc | begin_l |
| Loc | end_l |
| Loc | expression_l |
Represents indexing operation (i.e. foo[1,2,3])
| Loc lib_ruby_parser::Index::begin_l |
Location of open bracket
| Loc lib_ruby_parser::Index::end_l |
Location of closing bracket
| Loc lib_ruby_parser::Index::expression_l |
Location of the full expression
| NodeList lib_ruby_parser::Index::indexes |
A list of indexes.
| Node* lib_ruby_parser::Index::recv |
Receiver of indexing.