Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
rb_callable_method_entry_struct Struct Reference

#include <method.h>

Data Fields

VALUE flags
 
const VALUE defined_class
 
struct rb_method_definition_struct *const def
 
ID called_id
 
const VALUE owner
 

Detailed Description

Definition at line 59 of file method.h.

Field Documentation

◆ called_id

ID rb_callable_method_entry_struct::called_id

Definition at line 63 of file method.h.

Referenced by rb_vm_control_frame_id_and_class(), and rb_vm_pop_cfunc_frame().

◆ def

struct rb_method_definition_struct* const rb_callable_method_entry_struct::def

◆ defined_class

const VALUE rb_callable_method_entry_struct::defined_class

Definition at line 61 of file method.h.

Referenced by rb_resolve_refined_method_callable().

◆ flags

VALUE rb_callable_method_entry_struct::flags

Definition at line 60 of file method.h.

◆ owner

const VALUE rb_callable_method_entry_struct::owner

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