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

Represents empty hash pattern that is used in pattern matching (i.e. in **nil) More...

#include <nodes.hpp>

Public Attributes

Loc operator_l
 
Loc name_l
 
Loc expression_l
 

Detailed Description

Represents empty hash pattern that is used in pattern matching (i.e. in **nil)

Member Data Documentation

◆ expression_l

Loc lib_ruby_parser::MatchNilPattern::expression_l

Location of the full expression

in **nil
^^^^^

◆ name_l

Loc lib_ruby_parser::MatchNilPattern::name_l

Location of the name

in **nil
^^^

◆ operator_l

Loc lib_ruby_parser::MatchNilPattern::operator_l

Location of the ** operator

in **nil
^^

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