class FileNode(ASTNode):
  """
  One translation unit, usualy one assembly file.

  :param str filepath: path to the file.