class Racc::LocationPointer

def next

def next
  @rule.ptrs[@index + 1] or ptr_bug!
end