class Treetop::Runtime::SyntaxNode

def dot_id

def dot_id
  @dot_id ||= @@dot_id_counter += 1
end