|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents an unless guard used in pattern matching (i.e. in pattern unless guard)
More...
#include <nodes.hpp>
Public Attributes | |
| Node * | cond |
Condition of the guard, Lvar("foo") in in pattern unless guard More... | |
| Loc | keyword_l |
| Loc | expression_l |
Represents an unless guard used in pattern matching (i.e. in pattern unless guard)
| Node* lib_ruby_parser::UnlessGuard::cond |
Condition of the guard, Lvar("foo") in in pattern unless guard
| Loc lib_ruby_parser::UnlessGuard::expression_l |
Location of the full expression
| Loc lib_ruby_parser::UnlessGuard::keyword_l |
Location of the unless keyword