class Racc::Prec
Attributes
              lineno[R]
            
            
              symbol[R]
            
            Public Class Methods
                              new(symbol, lineno)
                              click to toggle source
                            
                            # File racc/grammar.rb, line 791 def initialize(symbol, lineno) @symbol = symbol @lineno = lineno end
Public Instance Methods
                              name()
                              click to toggle source
                            
                            # File racc/grammar.rb, line 796 def name "=#{@symbol}" end
                              Also aliased as: inspect