lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents return
keyword.
More...
#include <nodes.hpp>
Public Attributes | |
NodeList | args |
A list of values that is returned. More... | |
Loc | keyword_l |
Loc | expression_l |
Represents return
keyword.
NodeList lib_ruby_parser::Return::args |
A list of values that is returned.
Loc lib_ruby_parser::Return::expression_l |
Location of the full expression
Loc lib_ruby_parser::Return::keyword_l |
Location of the return
keyword