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

#include <messages.hpp>

Public Member Functions

 AmbiguousTernaryOperator ()=delete
 
 AmbiguousTernaryOperator (String condition)
 
 AmbiguousTernaryOperator (const AmbiguousTernaryOperator &)=delete
 
AmbiguousTernaryOperatoroperator= (AmbiguousTernaryOperator const &)=delete
 
 AmbiguousTernaryOperator (AmbiguousTernaryOperator &&)=default
 
AmbiguousTernaryOperatoroperator= (AmbiguousTernaryOperator &&)=default
 

Public Attributes

String condition
 Source of the condition expression. More...
 

Detailed Description

Emitted for code like

a ?AA : 2

Constructor & Destructor Documentation

◆ AmbiguousTernaryOperator() [1/4]

lib_ruby_parser::AmbiguousTernaryOperator::AmbiguousTernaryOperator ( )
delete

◆ AmbiguousTernaryOperator() [2/4]

lib_ruby_parser::AmbiguousTernaryOperator::AmbiguousTernaryOperator ( String  condition)

◆ AmbiguousTernaryOperator() [3/4]

lib_ruby_parser::AmbiguousTernaryOperator::AmbiguousTernaryOperator ( const AmbiguousTernaryOperator )
delete

◆ AmbiguousTernaryOperator() [4/4]

lib_ruby_parser::AmbiguousTernaryOperator::AmbiguousTernaryOperator ( AmbiguousTernaryOperator &&  )
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ condition

String lib_ruby_parser::AmbiguousTernaryOperator::condition

Source of the condition expression.


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