lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents an undef
keyword (e.g. undef foo, :bar
)
More...
#include <nodes.hpp>
Public Attributes | |
NodeList | names |
A list of names to undef More... | |
Loc | keyword_l |
Loc | expression_l |
Represents an undef
keyword (e.g. undef foo, :bar
)
Loc lib_ruby_parser::Undef::expression_l |
Location of the full expression
Loc lib_ruby_parser::Undef::keyword_l |
Location the undef
keyword
NodeList lib_ruby_parser::Undef::names |
A list of names to undef