Class: RuTu::RObjectNode
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
Instance Method Details
#_iv_tbl ⇒ Object
61
62
63
|
# File 'lib/RuTu.rb', line 61
def _iv_tbl
RuTuExt._iv_tbl(@value)
end
|
#color ⇒ Object
70
71
72
|
# File 'lib/RuTu.rb', line 70
def color
"yellow"
end
|
#fields ⇒ Object
67
68
69
|
# File 'lib/RuTu.rb', line 67
def fields
super() + [ :iv_tbl ]
end
|
#iv_tbl ⇒ Object
64
65
66
|
# File 'lib/RuTu.rb', line 64
def iv_tbl
walk(_iv_tbl(), St_TableNode, "iv_tbl")
end
|