Ruby 3.3.0p0 (2023-12-25 revision 5124f9ac7513eb590c37717337c430cb93caa151)
Data Fields
pm_def_node Struct Reference

DefNode. More...

#include <ast.h>

Data Fields

pm_node_t base
 The embedded base node.
 
pm_constant_id_t name
 DefNode::name.
 
pm_location_t name_loc
 DefNode::name_loc.
 
struct pm_nodereceiver
 DefNode::receiver.
 
struct pm_parameters_nodeparameters
 DefNode::parameters.
 
struct pm_nodebody
 DefNode::body.
 
pm_constant_id_list_t locals
 DefNode::locals.
 
uint32_t locals_body_index
 DefNode::locals_body_index.
 
pm_location_t def_keyword_loc
 DefNode::def_keyword_loc.
 
pm_location_t operator_loc
 DefNode::operator_loc.
 
pm_location_t lparen_loc
 DefNode::lparen_loc.
 
pm_location_t rparen_loc
 DefNode::rparen_loc.
 
pm_location_t equal_loc
 DefNode::equal_loc.
 
pm_location_t end_keyword_loc
 DefNode::end_keyword_loc.
 
- Data Fields inherited from pm_node
pm_node_type_t type
 This represents the type of the node.
 
pm_node_flags_t flags
 This represents any flags on the node.
 
pm_location_t location
 This is the location of the node in the source.
 

Detailed Description

DefNode.

Type: PM_DEF_NODE

Definition at line 2132 of file ast.h.

Field Documentation

◆ base

pm_node_t pm_def_node::base

The embedded base node.

Definition at line 2134 of file ast.h.

◆ body

struct pm_node* pm_def_node::body

DefNode::body.

Definition at line 2149 of file ast.h.

Referenced by pm_node_destroy().

◆ def_keyword_loc

pm_location_t pm_def_node::def_keyword_loc

DefNode::def_keyword_loc.

Definition at line 2158 of file ast.h.

◆ end_keyword_loc

pm_location_t pm_def_node::end_keyword_loc

DefNode::end_keyword_loc.

Definition at line 2173 of file ast.h.

◆ equal_loc

pm_location_t pm_def_node::equal_loc

DefNode::equal_loc.

Definition at line 2170 of file ast.h.

◆ locals

pm_constant_id_list_t pm_def_node::locals

DefNode::locals.

Definition at line 2152 of file ast.h.

Referenced by pm_node_destroy().

◆ locals_body_index

uint32_t pm_def_node::locals_body_index

DefNode::locals_body_index.

Definition at line 2155 of file ast.h.

◆ lparen_loc

pm_location_t pm_def_node::lparen_loc

DefNode::lparen_loc.

Definition at line 2164 of file ast.h.

◆ name

pm_constant_id_t pm_def_node::name

DefNode::name.

Definition at line 2137 of file ast.h.

◆ name_loc

pm_location_t pm_def_node::name_loc

DefNode::name_loc.

Definition at line 2140 of file ast.h.

◆ operator_loc

pm_location_t pm_def_node::operator_loc

DefNode::operator_loc.

Definition at line 2161 of file ast.h.

◆ parameters

struct pm_parameters_node* pm_def_node::parameters

DefNode::parameters.

Definition at line 2146 of file ast.h.

Referenced by pm_node_destroy().

◆ receiver

struct pm_node* pm_def_node::receiver

DefNode::receiver.

Definition at line 2143 of file ast.h.

Referenced by pm_node_destroy().

◆ rparen_loc

pm_location_t pm_def_node::rparen_loc

DefNode::rparen_loc.

Definition at line 2167 of file ast.h.


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