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

#include <messages.hpp>

Public Member Functions

 TooLargeUnicodeCodepoint ()
 
 TooLargeUnicodeCodepoint (const TooLargeUnicodeCodepoint &)=delete
 
TooLargeUnicodeCodepointoperator= (TooLargeUnicodeCodepoint const &)=delete
 
 TooLargeUnicodeCodepoint (TooLargeUnicodeCodepoint &&)=default
 
TooLargeUnicodeCodepointoperator= (TooLargeUnicodeCodepoint &&)=default
 

Public Attributes

uint8_t dummy
 

Detailed Description

Emitted for code like

"\\u{999999}"

Constructor & Destructor Documentation

◆ TooLargeUnicodeCodepoint() [1/3]

lib_ruby_parser::TooLargeUnicodeCodepoint::TooLargeUnicodeCodepoint ( )

◆ TooLargeUnicodeCodepoint() [2/3]

lib_ruby_parser::TooLargeUnicodeCodepoint::TooLargeUnicodeCodepoint ( const TooLargeUnicodeCodepoint )
delete

◆ TooLargeUnicodeCodepoint() [3/3]

lib_ruby_parser::TooLargeUnicodeCodepoint::TooLargeUnicodeCodepoint ( TooLargeUnicodeCodepoint &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ dummy

uint8_t lib_ruby_parser::TooLargeUnicodeCodepoint::dummy

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