lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents empty hash pattern that is used in pattern matching (i.e. in **nil
)
More...
#include <nodes.hpp>
Public Attributes | |
Loc | operator_l |
Loc | name_l |
Loc | expression_l |
Represents empty hash pattern that is used in pattern matching (i.e. in **nil
)
Loc lib_ruby_parser::MatchNilPattern::expression_l |
Location of the full expression
Loc lib_ruby_parser::MatchNilPattern::name_l |
Location of the name
Loc lib_ruby_parser::MatchNilPattern::operator_l |
Location of the **
operator