|
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-until loop
| Node* lib_ruby_parser::UntilPost::body |
Body of the loop.
| Node* lib_ruby_parser::UntilPost::cond |
Condition of the loop.
| Loc lib_ruby_parser::UntilPost::expression_l |
Location of the until keyword
| Loc lib_ruby_parser::UntilPost::keyword_l |
Location of the until keyword