Ruby 1.9.3p327(2012-11-10revision37606)
Data Fields
rb_method_definition_struct Struct Reference

#include <method.h>

Data Fields

rb_method_type_t type
ID original_id
union {
enum  method_optimized_type { OPTIMIZED_METHOD_TYPE_SEND, OPTIMIZED_METHOD_TYPE_CALL }
   rb_iseq_t *   iseq
   rb_method_cfunc_t   cfunc
   rb_method_attr_t   attr
   VALUE   proc
   enum
rb_method_definition_struct::
{ ... } ::method_optimized_type   optimize_type
body
int alias_count

Detailed Description

Definition at line 59 of file method.h.


Field Documentation

enum { ... } ::method_optimized_type rb_method_definition_struct::optimize_type

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