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

#include <messages.hpp>

Public Member Functions

 CantSetVariable ()=delete
 
 CantSetVariable (String var_name)
 
 CantSetVariable (const CantSetVariable &)=delete
 
CantSetVariableoperator= (CantSetVariable const &)=delete
 
 CantSetVariable (CantSetVariable &&)=default
 
CantSetVariableoperator= (CantSetVariable &&)=default
 

Public Attributes

String var_name
 Source of the read-only variable that is assigned. More...
 

Detailed Description

Emitted for code like

$1 = foo

Constructor & Destructor Documentation

◆ CantSetVariable() [1/4]

lib_ruby_parser::CantSetVariable::CantSetVariable ( )
delete

◆ CantSetVariable() [2/4]

lib_ruby_parser::CantSetVariable::CantSetVariable ( String  var_name)

◆ CantSetVariable() [3/4]

lib_ruby_parser::CantSetVariable::CantSetVariable ( const CantSetVariable )
delete

◆ CantSetVariable() [4/4]

lib_ruby_parser::CantSetVariable::CantSetVariable ( CantSetVariable &&  )
default

Member Function Documentation

◆ operator=() [1/2]

CantSetVariable& lib_ruby_parser::CantSetVariable::operator= ( CantSetVariable &&  )
default

◆ operator=() [2/2]

CantSetVariable& lib_ruby_parser::CantSetVariable::operator= ( CantSetVariable const &  )
delete

Member Data Documentation

◆ var_name

String lib_ruby_parser::CantSetVariable::var_name

Source of the read-only variable that is assigned.


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