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

#include <messages.hpp>

Public Member Functions

 TokAtEolWithoutExpression ()=delete
 
 TokAtEolWithoutExpression (String token_name)
 
 TokAtEolWithoutExpression (const TokAtEolWithoutExpression &)=delete
 
TokAtEolWithoutExpressionoperator= (TokAtEolWithoutExpression const &)=delete
 
 TokAtEolWithoutExpression (TokAtEolWithoutExpression &&)=default
 
TokAtEolWithoutExpressionoperator= (TokAtEolWithoutExpression &&)=default
 

Public Attributes

String token_name
 Name of the token. More...
 

Detailed Description

Emitted for code like (only in $VERBOSE mode)

if
42
end

Constructor & Destructor Documentation

◆ TokAtEolWithoutExpression() [1/4]

lib_ruby_parser::TokAtEolWithoutExpression::TokAtEolWithoutExpression ( )
delete

◆ TokAtEolWithoutExpression() [2/4]

lib_ruby_parser::TokAtEolWithoutExpression::TokAtEolWithoutExpression ( String  token_name)

◆ TokAtEolWithoutExpression() [3/4]

lib_ruby_parser::TokAtEolWithoutExpression::TokAtEolWithoutExpression ( const TokAtEolWithoutExpression )
delete

◆ TokAtEolWithoutExpression() [4/4]

lib_ruby_parser::TokAtEolWithoutExpression::TokAtEolWithoutExpression ( TokAtEolWithoutExpression &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ token_name

String lib_ruby_parser::TokAtEolWithoutExpression::token_name

Name of the token.


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