Class: Cheri::JRuby::Explorer::NodeTypeValue
- Defined in:
- lib/cheri/jruby/explorer/viewer.rb
Instance Method Summary collapse
-
#initialize(type, subtype, value) ⇒ NodeTypeValue
constructor
A new instance of NodeTypeValue.
- #value ⇒ Object
Methods inherited from NodeType
Constructor Details
#initialize(type, subtype, value) ⇒ NodeTypeValue
Returns a new instance of NodeTypeValue.
136 137 138 139 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 136 def initialize(type,subtype,value) super(type,subtype) @v = value if value end |
Instance Method Details
#value ⇒ Object
140 141 142 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 140 def value @v end |