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

#include <messages.hpp>

Public Member Functions

 EndInMethod ()
 
 EndInMethod (const EndInMethod &)=delete
 
EndInMethodoperator= (EndInMethod const &)=delete
 
 EndInMethod (EndInMethod &&)=default
 
EndInMethodoperator= (EndInMethod &&)=default
 

Public Attributes

uint8_t dummy
 

Detailed Description

Emitted for code like

def m; END {}; end

Constructor & Destructor Documentation

◆ EndInMethod() [1/3]

lib_ruby_parser::EndInMethod::EndInMethod ( )

◆ EndInMethod() [2/3]

lib_ruby_parser::EndInMethod::EndInMethod ( const EndInMethod )
delete

◆ EndInMethod() [3/3]

lib_ruby_parser::EndInMethod::EndInMethod ( EndInMethod &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ dummy

uint8_t lib_ruby_parser::EndInMethod::dummy

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