Class: Maps::TreeNode13
- Defined in:
- lib/rookout/processor/paths/canopy/maps.rb
Instance Attribute Summary collapse
-
#__ ⇒ Object
readonly
Returns the value of attribute __.
-
#atom ⇒ Object
readonly
Returns the value of attribute atom.
Attributes inherited from TreeNode
Instance Method Summary collapse
-
#initialize(text, offset, elements) ⇒ TreeNode13
constructor
A new instance of TreeNode13.
Methods inherited from TreeNode
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 |
#atom ⇒ Object (readonly)
Returns the value of attribute atom.
132 133 134 |
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 132 def atom @atom end |