Class: ByteBoozer2::Cruncher::NewNode
- Inherits:
-
Struct
- Object
- Struct
- ByteBoozer2::Cruncher::NewNode
- Defined in:
- lib/byteboozer2/cruncher.rb
Instance Attribute Summary collapse
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#lit_len ⇒ Object
Returns the value of attribute lit_len.
-
#next ⇒ Object
Returns the value of attribute next.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#cost ⇒ Object
Returns the value of attribute cost
20 21 22 |
# File 'lib/byteboozer2/cruncher.rb', line 20 def cost @cost end |
#lit_len ⇒ Object
Returns the value of attribute lit_len
20 21 22 |
# File 'lib/byteboozer2/cruncher.rb', line 20 def lit_len @lit_len end |
#next ⇒ Object
Returns the value of attribute next
20 21 22 |
# File 'lib/byteboozer2/cruncher.rb', line 20 def next @next end |
#offset ⇒ Object
Returns the value of attribute offset
20 21 22 |
# File 'lib/byteboozer2/cruncher.rb', line 20 def offset @offset end |