org.gnu.gdk

Class Atom


public class Atom
extends Struct

Constructor Summary

Atom(Handle handle)
Builds an atom with the specified handle.
Atom(String name, boolean onlyIfExists)

Method Summary

String
getName()
Obtains the atom's name.

Constructor Details

Atom

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

Atom

public Atom(String name,
            boolean onlyIfExists)

Method Details

getName

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