Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
rb_iseq_location_struct Struct Reference

#include <vm_core.h>

Data Fields

const VALUE path
 
const VALUE absolute_path
 
const VALUE base_label
 
const VALUE label
 
size_t first_lineno
 

Detailed Description

Definition at line 196 of file vm_core.h.

Field Documentation

◆ absolute_path

const VALUE rb_iseq_location_struct::absolute_path

◆ base_label

const VALUE rb_iseq_location_struct::base_label

◆ first_lineno

size_t rb_iseq_location_struct::first_lineno

Definition at line 201 of file vm_core.h.

Referenced by iseq_location_setup(), rb_iseq_compile_node(), and rb_iseq_first_lineno().

◆ label

const VALUE rb_iseq_location_struct::label

◆ path

const VALUE rb_iseq_location_struct::path

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