Class: Packcr::Tokenizer::LrEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#headObject

Returns the value of attribute head.



2901
2902
2903
# File 'lib/packcr/tokenizer.rb', line 2901

def head
  @head
end

#ruleObject

Returns the value of attribute rule.



2901
2902
2903
# File 'lib/packcr/tokenizer.rb', line 2901

def rule
  @rule
end

#seedObject

Returns the value of attribute seed.



2901
2902
2903
# File 'lib/packcr/tokenizer.rb', line 2901

def seed
  @seed
end