Class: Maps::TreeNode3

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) ⇒ TreeNode3

Returns a new instance of TreeNode3.



42
43
44
45
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 42

def initialize(text, offset, elements)
  super
  @unicode_set = elements[0]
end

Instance Attribute Details

#unicode_setObject (readonly)

Returns the value of attribute unicode_set.



40
41
42
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 40

def unicode_set
  @unicode_set
end