Class: Packcr::Parser::LrTableEntry
- Inherits:
-
Object
- Object
- Packcr::Parser::LrTableEntry
- Defined in:
- lib/packcr/parser.rb
Instance Attribute Summary collapse
-
#head ⇒ Object
Returns the value of attribute head.
-
#hold_a ⇒ Object
Returns the value of attribute hold_a.
-
#hold_h ⇒ Object
Returns the value of attribute hold_h.
-
#memos ⇒ Object
Returns the value of attribute memos.
Instance Method Summary collapse
-
#initialize ⇒ LrTableEntry
constructor
A new instance of LrTableEntry.
Constructor Details
#initialize ⇒ LrTableEntry
Returns a new instance of LrTableEntry.
4163 4164 4165 |
# File 'lib/packcr/parser.rb', line 4163 def initialize @memos = {} end |
Instance Attribute Details
#head ⇒ Object
Returns the value of attribute head.
4161 4162 4163 |
# File 'lib/packcr/parser.rb', line 4161 def head @head end |
#hold_a ⇒ Object
Returns the value of attribute hold_a.
4161 4162 4163 |
# File 'lib/packcr/parser.rb', line 4161 def hold_a @hold_a end |
#hold_h ⇒ Object
Returns the value of attribute hold_h.
4161 4162 4163 |
# File 'lib/packcr/parser.rb', line 4161 def hold_h @hold_h end |
#memos ⇒ Object
Returns the value of attribute memos.
4161 4162 4163 |
# File 'lib/packcr/parser.rb', line 4161 def memos @memos end |