Class: Maps::TreeNode13

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

Returns a new instance of TreeNode13.



134
135
136
137
138
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 134

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

Instance Attribute Details

#__Object (readonly)

Returns the value of attribute __.



132
133
134
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 132

def __
  @__
end

#atomObject (readonly)

Returns the value of attribute atom.



132
133
134
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 132

def atom
  @atom
end