org.gnu.gdk

Class Atom

public class Atom extends Struct

Constructor Summary
Atom(String name, boolean onlyIfExists)
Atom(Handle handle)
Builds an atom with the specified handle.
Method Summary
StringgetName()
Obtains the atom's name.

Constructor Detail

Atom

public Atom(String name, boolean onlyIfExists)

Atom

public Atom(Handle handle)
Builds an atom with the specified handle.

Method Detail

getName

public String getName()
Obtains the atom's name.

Returns: The atom's name