Class: Maps::TreeNode18

Inherits:
TreeNode show all
Defined in:
lib/rookout/processor/paths/canopy/maps.rb

Instance Attribute Summary collapse

Attributes inherited from TreeNode

#elements, #offset, #text

Instance Method Summary collapse

Methods inherited from TreeNode

#each

Constructor Details

#initialize(text, offset, elements) ⇒ TreeNode18

Returns a new instance of TreeNode18.



181
182
183
184
185
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 181

def initialize(text, offset, elements)
  super
  @__ = elements[2]
  @data = elements[1]
end

Instance Attribute Details

#__Object (readonly)

Returns the value of attribute __.



179
180
181
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 179

def __
  @__
end

#dataObject (readonly)

Returns the value of attribute data.



179
180
181
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 179

def data
  @data
end