lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents an yield
keyword.
More...
#include <nodes.hpp>
Public Attributes | |
NodeList | args |
A list of arguments given to yield More... | |
Loc | keyword_l |
MaybeLoc | begin_l |
MaybeLoc | end_l |
Loc | expression_l |
Represents an yield
keyword.
NodeList lib_ruby_parser::Yield::args |
A list of arguments given to yield
MaybeLoc lib_ruby_parser::Yield::begin_l |
Location of the open parenthesis
None
if there are no parentheses
MaybeLoc lib_ruby_parser::Yield::end_l |
Location of the closing parenthesis
None
if there are no parentheses
Loc lib_ruby_parser::Yield::expression_l |
Location of the full expression
Loc lib_ruby_parser::Yield::keyword_l |
Location of the yield
keyword