Class: Racc::GroupEndMark
Instance Attribute Summary collapse
-
#lineno ⇒ Object
readonly
Returns the value of attribute lineno.
Instance Method Summary collapse
-
#initialize(lineno) ⇒ GroupEndMark
constructor
A new instance of GroupEndMark.
- #name ⇒ Object (also: #inspect)
Constructor Details
#initialize(lineno) ⇒ GroupEndMark
Returns a new instance of GroupEndMark.
853 854 855 |
# File 'lib/racc/grammar.rb', line 853 def initialize(lineno) @lineno = lineno end |
Instance Attribute Details
#lineno ⇒ Object (readonly)
Returns the value of attribute lineno.
863 864 865 |
# File 'lib/racc/grammar.rb', line 863 def lineno @lineno end |
Instance Method Details
#name ⇒ Object Also known as: inspect
857 858 859 |
# File 'lib/racc/grammar.rb', line 857 def name ')' end |