Class
Attributes
Read
No documentation available
Class Methods
::
lib/racc/state.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/racc/state.rb, line 878
def initialize(goto)
@goto_state = goto
end
No documentation available
Instance Methods
#
lib/racc/state.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/racc/state.rb, line 884
def goto_id
@goto_state.ident
end
No documentation available
#
lib/racc/state.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/racc/state.rb, line 888
def inspect
"<shift #{@goto_state.ident}>"
end
No documentation available