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