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

Represents flags of the regex literal (i.e. mix for /foo/mix) More...

#include <nodes.hpp>

Public Attributes

MaybeString options
 A list of flags. More...
 
Loc expression_l
 

Detailed Description

Represents flags of the regex literal (i.e. mix for /foo/mix)

Member Data Documentation

◆ expression_l

Loc lib_ruby_parser::RegOpt::expression_l

Location of the full expression

/foo/mix
^^^

◆ options

MaybeString lib_ruby_parser::RegOpt::options

A list of flags.


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