lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Represents a Complex
literal (that returns an Complex
number)
More...
#include <nodes.hpp>
Public Attributes | |
String | value |
Value of the complex literal, returned as a String , String("1i") for 1i More... | |
MaybeLoc | operator_l |
Loc | expression_l |
Loc lib_ruby_parser::Complex::expression_l |
Location of the full expression
MaybeLoc lib_ruby_parser::Complex::operator_l |
String lib_ruby_parser::Complex::value |