lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents an arguments splat (i.e. *bar
in a call like foo(*bar)
)
More...
#include <nodes.hpp>
Public Attributes | |
Node * | value |
Value that is converted to array. More... | |
Loc | operator_l |
Loc | expression_l |
Represents an arguments splat (i.e. *bar
in a call like foo(*bar)
)
Loc lib_ruby_parser::Splat::expression_l |
Location of the full expression
Loc lib_ruby_parser::Splat::operator_l |
Location of the *
operator
Node* lib_ruby_parser::Splat::value |
Value that is converted to array.