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

#include <nodes.hpp>

Public Attributes

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

Detailed Description

Represents special global variables:

  1. $`
  2. $&
  3. ‘$’ 4.$+`

Member Data Documentation

◆ expression_l

Loc lib_ruby_parser::BackRef::expression_l

Location of the full expression

$+
^^

◆ name

String lib_ruby_parser::BackRef::name

Name of the variable ("$+" for $+)


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