|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents a wildcard pattern used in pattern matching (i.e. in *foo)
More...
#include <nodes.hpp>
Public Attributes | |
| Node * | name |
| Loc | operator_l |
| Loc | expression_l |
Represents a wildcard pattern used in pattern matching (i.e. in *foo)
| Loc lib_ruby_parser::MatchRest::expression_l |
Location of the * operator
| Node* lib_ruby_parser::MatchRest::name |
Name of the variable name
None if there's no name (i.e. in *)
| Loc lib_ruby_parser::MatchRest::operator_l |
Location of the * operator