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

Represents an undef keyword (e.g. undef foo, :bar) More...

#include <nodes.hpp>

Public Attributes

NodeList names
 A list of names to undef More...
 
Loc keyword_l
 
Loc expression_l
 

Detailed Description

Represents an undef keyword (e.g. undef foo, :bar)

Member Data Documentation

◆ expression_l

Loc lib_ruby_parser::Undef::expression_l

Location of the full expression

undef :foo, bar
^^^^^^^^^^^^^^^

◆ keyword_l

Loc lib_ruby_parser::Undef::keyword_l

Location the undef keyword

undef foo, :bar
^^^^^

◆ names

NodeList lib_ruby_parser::Undef::names

A list of names to undef


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