Class: RuTu::RObjectNode

Inherits:
RBasicNode show all
Defined in:
lib/RuTu.rb

Direct Known Subclasses

RClassNode

Instance Method Summary collapse

Methods inherited from RBasicNode

#_klass, #flags, #klass

Methods inherited from ValueNode

#_obj_id, #header_value, #initialize, #node_id, #same_value?, #to_dot, #walk

Constructor Details

This class inherits a constructor from RuTu::ValueNode

Instance Method Details

#_iv_tblObject



61
62
63
# File 'lib/RuTu.rb', line 61

def _iv_tbl
  RuTuExt._iv_tbl(@value)
end

#colorObject



70
71
72
# File 'lib/RuTu.rb', line 70

def color
  "yellow"
end

#fieldsObject



67
68
69
# File 'lib/RuTu.rb', line 67

def fields
  super() + [ :iv_tbl ]
end

#iv_tblObject



64
65
66
# File 'lib/RuTu.rb', line 64

def iv_tbl
  walk(_iv_tbl(), St_TableNode, "iv_tbl")
end