lib-ruby-parser (C++ bindings)  4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
lib_ruby_parser::UntilPost Class Reference

#include <nodes.hpp>

Public Attributes

Nodecond
 Condition of the loop. More...
 
Nodebody
 Body of the loop. More...
 
Loc keyword_l
 
Loc expression_l
 

Detailed Description

Represents a post-until loop

begin
foo
end until bar

Member Data Documentation

◆ body

Node* lib_ruby_parser::UntilPost::body

Body of the loop.

◆ cond

Node* lib_ruby_parser::UntilPost::cond

Condition of the loop.

◆ expression_l

Loc lib_ruby_parser::UntilPost::expression_l

Location of the until keyword

begin; foo; end until bar
^^^^^^^^^^^^^^^^^^^^^^^^^

◆ keyword_l

Loc lib_ruby_parser::UntilPost::keyword_l

Location of the until keyword

begin; foo; end until bar
^^^^^

The documentation for this class was generated from the following file: