# File lib/ruby_parser_extras.rb, line 974
974: def inspect
975: "StackState(#{@name}, #{@stack.inspect})"
976: end
# File lib/ruby_parser_extras.rb, line 978
978: def is_in_state
979: @stack.last
980: end
# File lib/ruby_parser_extras.rb, line 982
982: def lexpop
983: raise if @stack.size == 0
984: a = @stack.pop
985: b = @stack.pop
986: @stack.push(a || b)
987: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.