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

Represents numeric global variable (e.g. $1) More...

#include <nodes.hpp>

Public Attributes

String name
 Name of the variable, String("1") for $1 More...
 
Loc expression_l
 

Detailed Description

Represents numeric global variable (e.g. $1)

Member Data Documentation

◆ expression_l

Loc lib_ruby_parser::NthRef::expression_l

Location of the full expression

$1
^^

◆ name

String lib_ruby_parser::NthRef::name

Name of the variable, String("1") for $1


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