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

Represents kwargs that are given to a method call, super or yield (i.e. foo(bar: 1)) More...

#include <nodes.hpp>

Public Attributes

NodeList pairs
 A list of key-value pairs. More...
 
Loc expression_l
 

Detailed Description

Represents kwargs that are given to a method call, super or yield (i.e. foo(bar: 1))

Member Data Documentation

◆ expression_l

Loc lib_ruby_parser::Kwargs::expression_l

Location of the full expression

foo(bar: 1)
^^^^^^

◆ pairs

NodeList lib_ruby_parser::Kwargs::pairs

A list of key-value pairs.


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