Uses of Class
jpl.fli.functor_t

Packages that use functor_t
jpl.fli   
 

Uses of functor_t in jpl.fli
 

Methods in jpl.fli that return functor_t
static functor_t Prolog.new_functor(atom_t f, int a)
           
 

Methods in jpl.fli with parameters of type functor_t
static atom_t Prolog.functor_name(functor_t f)
           
static int Prolog.functor_arity(functor_t f)
           
static boolean Prolog.get_functor(term_t t, functor_t f)
           
static boolean Prolog.is_functor(term_t t, functor_t f)
           
static void Prolog.put_functor(term_t t, functor_t functor)
           
static void Prolog.cons_functor_v(term_t h, functor_t fd, term_t a0)
           
static predicate_t Prolog.pred(functor_t f, module_t m)