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

#include <messages.hpp>

Public Member Functions

 SingletonLiteral ()
 
 SingletonLiteral (const SingletonLiteral &)=delete
 
SingletonLiteraloperator= (SingletonLiteral const &)=delete
 
 SingletonLiteral (SingletonLiteral &&)=default
 
SingletonLiteraloperator= (SingletonLiteral &&)=default
 

Public Attributes

uint8_t dummy
 

Detailed Description

Emitted for code like

def (1).foo; end

Constructor & Destructor Documentation

◆ SingletonLiteral() [1/3]

lib_ruby_parser::SingletonLiteral::SingletonLiteral ( )

◆ SingletonLiteral() [2/3]

lib_ruby_parser::SingletonLiteral::SingletonLiteral ( const SingletonLiteral )
delete

◆ SingletonLiteral() [3/3]

lib_ruby_parser::SingletonLiteral::SingletonLiteral ( SingletonLiteral &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ dummy

uint8_t lib_ruby_parser::SingletonLiteral::dummy

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