Parent

Methods

Racc::Prec

Attributes

symbol[R]
lineno[R]

Public Class Methods

new(symbol, lineno) click to toggle source
     # File lib/racc/grammar.rb, line 788
788:     def initialize(symbol, lineno)
789:       @symbol = symbol
790:       @lineno = lineno
791:     end

Public Instance Methods

inspect() click to toggle source
Alias for: name
name() click to toggle source
     # File lib/racc/grammar.rb, line 793
793:     def name
794:       "=#{@symbol}"
795:     end
Also aliased as: inspect

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.