|
lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
#include <nodes.hpp>
Public Attributes | |
| Node * | cond |
| Condition of the loop. More... | |
| Node * | body |
| Body of the loop. More... | |
| Loc | keyword_l |
| Loc | expression_l |
Represents a post-while loop
| Node* lib_ruby_parser::WhilePost::body |
Body of the loop.
| Node* lib_ruby_parser::WhilePost::cond |
Condition of the loop.
| Loc lib_ruby_parser::WhilePost::expression_l |
Location of the while keyword
| Loc lib_ruby_parser::WhilePost::keyword_l |
Location of the while keyword