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

#include <messages.hpp>

Public Member Functions

 UnterminatedUnicodeEscape ()
 
 UnterminatedUnicodeEscape (const UnterminatedUnicodeEscape &)=delete
 
UnterminatedUnicodeEscapeoperator= (UnterminatedUnicodeEscape const &)=delete
 
 UnterminatedUnicodeEscape (UnterminatedUnicodeEscape &&)=default
 
UnterminatedUnicodeEscapeoperator= (UnterminatedUnicodeEscape &&)=default
 

Public Attributes

uint8_t dummy
 

Detailed Description

Emitted for code like

"\\u{1234"

Constructor & Destructor Documentation

◆ UnterminatedUnicodeEscape() [1/3]

lib_ruby_parser::UnterminatedUnicodeEscape::UnterminatedUnicodeEscape ( )

◆ UnterminatedUnicodeEscape() [2/3]

lib_ruby_parser::UnterminatedUnicodeEscape::UnterminatedUnicodeEscape ( const UnterminatedUnicodeEscape )
delete

◆ UnterminatedUnicodeEscape() [3/3]

lib_ruby_parser::UnterminatedUnicodeEscape::UnterminatedUnicodeEscape ( UnterminatedUnicodeEscape &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ dummy

uint8_t lib_ruby_parser::UnterminatedUnicodeEscape::dummy

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