Class: Packcr::Parser::LrEntry
- Inherits:
-
Object
- Object
- Packcr::Parser::LrEntry
- Defined in:
- lib/packcr/parser.rb
Instance Attribute Summary collapse
-
#head ⇒ Object
Returns the value of attribute head.
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#seed ⇒ Object
Returns the value of attribute seed.
Instance Attribute Details
#head ⇒ Object
Returns the value of attribute head.
4232 4233 4234 |
# File 'lib/packcr/parser.rb', line 4232 def head @head end |
#rule ⇒ Object
Returns the value of attribute rule.
4232 4233 4234 |
# File 'lib/packcr/parser.rb', line 4232 def rule @rule end |
#seed ⇒ Object
Returns the value of attribute seed.
4232 4233 4234 |
# File 'lib/packcr/parser.rb', line 4232 def seed @seed end |