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

#include <messages.hpp>

Public Member Functions

 UnterminatedHeredoc ()=delete
 
 UnterminatedHeredoc (String heredoc_id)
 
 UnterminatedHeredoc (const UnterminatedHeredoc &)=delete
 
UnterminatedHeredocoperator= (UnterminatedHeredoc const &)=delete
 
 UnterminatedHeredoc (UnterminatedHeredoc &&)=default
 
UnterminatedHeredocoperator= (UnterminatedHeredoc &&)=default
 

Public Attributes

String heredoc_id
 Heredoc identifier. More...
 

Detailed Description

Emitted for code like

<<-HERE

Constructor & Destructor Documentation

◆ UnterminatedHeredoc() [1/4]

lib_ruby_parser::UnterminatedHeredoc::UnterminatedHeredoc ( )
delete

◆ UnterminatedHeredoc() [2/4]

lib_ruby_parser::UnterminatedHeredoc::UnterminatedHeredoc ( String  heredoc_id)

◆ UnterminatedHeredoc() [3/4]

lib_ruby_parser::UnterminatedHeredoc::UnterminatedHeredoc ( const UnterminatedHeredoc )
delete

◆ UnterminatedHeredoc() [4/4]

lib_ruby_parser::UnterminatedHeredoc::UnterminatedHeredoc ( UnterminatedHeredoc &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ heredoc_id

String lib_ruby_parser::UnterminatedHeredoc::heredoc_id

Heredoc identifier.


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