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

#include <messages.hpp>

Public Member Functions

 UnterminatedList ()
 
 UnterminatedList (const UnterminatedList &)=delete
 
UnterminatedListoperator= (UnterminatedList const &)=delete
 
 UnterminatedList (UnterminatedList &&)=default
 
UnterminatedListoperator= (UnterminatedList &&)=default
 

Public Attributes

uint8_t dummy
 

Detailed Description

Emitted for code like

%w[foo bar

Constructor & Destructor Documentation

◆ UnterminatedList() [1/3]

lib_ruby_parser::UnterminatedList::UnterminatedList ( )

◆ UnterminatedList() [2/3]

lib_ruby_parser::UnterminatedList::UnterminatedList ( const UnterminatedList )
delete

◆ UnterminatedList() [3/3]

lib_ruby_parser::UnterminatedList::UnterminatedList ( UnterminatedList &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ dummy

uint8_t lib_ruby_parser::UnterminatedList::dummy

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