Ruby  2.7.0p0(2019-12-25revision647ee6f091eafcce70ffb75ddf7e121e192ab217)
Data Fields
rb_code_position_struct Struct Reference

#include <node.h>

Data Fields

int lineno
 
int column
 

Detailed Description

Definition at line 130 of file node.h.

Field Documentation

◆ column

int rb_code_position_struct::column

Definition at line 132 of file node.h.

Referenced by rb_iseq_code_location(), and rb_resolve_me_location().

◆ lineno

int rb_code_position_struct::lineno

Definition at line 131 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: