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

Represents access to class variable (i.e. @@var) More...

#include <nodes.hpp>

Public Attributes

String name
 Name of the class variable, String("@@foo") for @@foo More...
 
Loc expression_l
 

Detailed Description

Represents access to class variable (i.e. @@var)

Member Data Documentation

◆ expression_l

Loc lib_ruby_parser::Cvar::expression_l

Location of the full expression

@@foo
^^^^^

◆ name

String lib_ruby_parser::Cvar::name

Name of the class variable, String("@@foo") for @@foo


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