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

Represents next keyword. More...

#include <nodes.hpp>

Public Attributes

NodeList args
 Arguments given to next More...
 
Loc keyword_l
 
Loc expression_l
 

Detailed Description

Represents next keyword.

Member Data Documentation

◆ args

NodeList lib_ruby_parser::Next::args

Arguments given to next

◆ expression_l

Loc lib_ruby_parser::Next::expression_l

Location of the full expression

next(42)
^^^^^^^^

◆ keyword_l

Loc lib_ruby_parser::Next::keyword_l

Location of the next keyword

next 42
^^^^

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