Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
rb_code_location_struct Struct Reference

#include <node.h>

Data Fields

rb_code_position_t beg_pos
 
rb_code_position_t end_pos
 

Detailed Description

Definition at line 135 of file node.h.

Field Documentation

◆ beg_pos

rb_code_position_t rb_code_location_struct::beg_pos

Definition at line 136 of file node.h.

Referenced by rb_iseq_code_location(), and rb_resolve_me_location().

◆ end_pos

rb_code_position_t rb_code_location_struct::end_pos

Definition at line 137 of file node.h.

Referenced by rb_iseq_code_location(), and rb_resolve_me_location().


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