| Package | Description |
|---|---|
| jpl.fli |
| Modifier and Type | Method and Description |
|---|---|
static functor_t |
Prolog.new_functor(atom_t f,
int a) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Prolog.cons_functor_v(term_t h,
functor_t fd,
term_t a0) |
protected static void |
Prolog.cons_functor(term_t h,
functor_t f,
term_t[] terms) |
static int |
Prolog.functor_arity(functor_t f) |
static atom_t |
Prolog.functor_name(functor_t f) |
static int |
Prolog.get_functor(term_t t,
functor_t f) |
static int |
Prolog.is_functor(term_t t,
functor_t f) |
static predicate_t |
Prolog.pred(functor_t f,
module_t m) |
static void |
Prolog.put_functor(term_t t,
functor_t functor) |
Copyright © 2015. All rights reserved.