lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
#include <messages.hpp>
Public Member Functions | |
AmbiguousOperator ()=delete | |
AmbiguousOperator (String operator_, String interpreted_as) | |
AmbiguousOperator (const AmbiguousOperator &)=delete | |
AmbiguousOperator & | operator= (AmbiguousOperator const &)=delete |
AmbiguousOperator (AmbiguousOperator &&)=default | |
AmbiguousOperator & | operator= (AmbiguousOperator &&)=default |
Public Attributes | |
String | operator_ |
Operator that is ambiguous. More... | |
String | interpreted_as |
Interpretation of this operator. More... | |
Emitted for code like (only in $VERBOSE mode)
|
delete |
|
delete |
|
default |
|
default |
|
delete |
String lib_ruby_parser::AmbiguousOperator::interpreted_as |
Interpretation of this operator.
String lib_ruby_parser::AmbiguousOperator::operator_ |
Operator that is ambiguous.