lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents a pattern based on a "pinned" variable (e.g. ^foo
)
More...
#include <nodes.hpp>
Public Attributes | |
Node * | var |
Variable that is pinned. More... | |
Loc | selector_l |
Loc | expression_l |
Represents a pattern based on a "pinned" variable (e.g. ^foo
)
Loc lib_ruby_parser::Pin::expression_l |
Location of the full expression
Loc lib_ruby_parser::Pin::selector_l |
Location of the ^
operator
Node* lib_ruby_parser::Pin::var |
Variable that is pinned.