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

#include <messages.hpp>

Public Member Functions

 NthRefIsTooBig ()=delete
 
 NthRefIsTooBig (String nth_ref)
 
 NthRefIsTooBig (const NthRefIsTooBig &)=delete
 
NthRefIsTooBigoperator= (NthRefIsTooBig const &)=delete
 
 NthRefIsTooBig (NthRefIsTooBig &&)=default
 
NthRefIsTooBigoperator= (NthRefIsTooBig &&)=default
 

Public Attributes

String nth_ref
 Source of the nth_ref that is techincally a regular global variable. More...
 

Detailed Description

Emitted for code like (only in $VERBOSE mode)

$100

Constructor & Destructor Documentation

◆ NthRefIsTooBig() [1/4]

lib_ruby_parser::NthRefIsTooBig::NthRefIsTooBig ( )
delete

◆ NthRefIsTooBig() [2/4]

lib_ruby_parser::NthRefIsTooBig::NthRefIsTooBig ( String  nth_ref)

◆ NthRefIsTooBig() [3/4]

lib_ruby_parser::NthRefIsTooBig::NthRefIsTooBig ( const NthRefIsTooBig )
delete

◆ NthRefIsTooBig() [4/4]

lib_ruby_parser::NthRefIsTooBig::NthRefIsTooBig ( NthRefIsTooBig &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ nth_ref

String lib_ruby_parser::NthRefIsTooBig::nth_ref

Source of the nth_ref that is techincally a regular global variable.


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