Class: Packcr::Parser::LrTableEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/packcr/parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLrTableEntry

Returns a new instance of LrTableEntry.



4163
4164
4165
# File 'lib/packcr/parser.rb', line 4163

def initialize
  @memos = {}
end

Instance Attribute Details

#headObject

Returns the value of attribute head.



4161
4162
4163
# File 'lib/packcr/parser.rb', line 4161

def head
  @head
end

#hold_aObject

Returns the value of attribute hold_a.



4161
4162
4163
# File 'lib/packcr/parser.rb', line 4161

def hold_a
  @hold_a
end

#hold_hObject

Returns the value of attribute hold_h.



4161
4162
4163
# File 'lib/packcr/parser.rb', line 4161

def hold_h
  @hold_h
end

#memosObject

Returns the value of attribute memos.



4161
4162
4163
# File 'lib/packcr/parser.rb', line 4161

def memos
  @memos
end