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

#include <messages.hpp>

Public Member Functions

 SymbolLiteralWithInterpolation ()
 
 SymbolLiteralWithInterpolation (const SymbolLiteralWithInterpolation &)=delete
 
SymbolLiteralWithInterpolationoperator= (SymbolLiteralWithInterpolation const &)=delete
 
 SymbolLiteralWithInterpolation (SymbolLiteralWithInterpolation &&)=default
 
SymbolLiteralWithInterpolationoperator= (SymbolLiteralWithInterpolation &&)=default
 

Public Attributes

uint8_t dummy
 

Detailed Description

Emitted for code like

case a; in "#{a}": 1; end

Constructor & Destructor Documentation

◆ SymbolLiteralWithInterpolation() [1/3]

lib_ruby_parser::SymbolLiteralWithInterpolation::SymbolLiteralWithInterpolation ( )

◆ SymbolLiteralWithInterpolation() [2/3]

lib_ruby_parser::SymbolLiteralWithInterpolation::SymbolLiteralWithInterpolation ( const SymbolLiteralWithInterpolation )
delete

◆ SymbolLiteralWithInterpolation() [3/3]

lib_ruby_parser::SymbolLiteralWithInterpolation::SymbolLiteralWithInterpolation ( SymbolLiteralWithInterpolation &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ dummy

uint8_t lib_ruby_parser::SymbolLiteralWithInterpolation::dummy

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