lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents a break
keyword (with optional argument)
More...
#include <nodes.hpp>
Public Attributes | |
NodeList | args |
A list of arguments. More... | |
Loc | keyword_l |
Loc | expression_l |
Represents a break
keyword (with optional argument)
NodeList lib_ruby_parser::Break::args |
A list of arguments.
Loc lib_ruby_parser::Break::expression_l |
Location of the full expression
Loc lib_ruby_parser::Break::keyword_l |
Location of the break
keyword