Uses of Class
jpl.fli.atom_t

Packages that use atom_t
jpl.fli   
 

Uses of atom_t in jpl.fli
 

Methods in jpl.fli that return atom_t
static atom_t Prolog.new_atom(java.lang.String s)
           
static atom_t Prolog.functor_name(functor_t f)
           
static atom_t Prolog.module_name(module_t module)
           
 

Methods in jpl.fli with parameters of type atom_t
static java.lang.String Prolog.atom_chars(atom_t a)
           
static functor_t Prolog.new_functor(atom_t f, int a)
           
static void Prolog.unregister_atom(atom_t a)
           
static boolean Prolog.get_atom(term_t t, atom_t a)
           
static void Prolog.put_atom(term_t t, atom_t a)
           
static int Prolog.predicate_info(predicate_t pred, atom_t name, IntHolder arity, module_t module)
           
static module_t Prolog.new_module(atom_t name)