Class: Racc::Many1Mark
Instance Attribute Summary collapse
-
#lineno ⇒ Object
readonly
Returns the value of attribute lineno.
Instance Method Summary collapse
-
#initialize(lineno) ⇒ Many1Mark
constructor
A new instance of Many1Mark.
- #name ⇒ Object (also: #inspect)
Constructor Details
#initialize(lineno) ⇒ Many1Mark
Returns a new instance of Many1Mark.
823 824 825 |
# File 'lib/racc/grammar.rb', line 823 def initialize(lineno) @lineno = lineno end |
Instance Attribute Details
#lineno ⇒ Object (readonly)
Returns the value of attribute lineno.
833 834 835 |
# File 'lib/racc/grammar.rb', line 833 def lineno @lineno end |
Instance Method Details
#name ⇒ Object Also known as: inspect
827 828 829 |
# File 'lib/racc/grammar.rb', line 827 def name '+' end |