| Package | Description |
|---|---|
| jpl.fli |
| Modifier and Type | Method and Description |
|---|---|
static atom_t |
Prolog.functor_name(functor_t f) |
static atom_t |
Prolog.module_name(module_t module) |
static atom_t |
Prolog.new_atom(String s) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Prolog.atom_chars(atom_t a) |
static int |
Prolog.get_atom(term_t t,
atom_t a) |
static int |
Prolog.get_name_arity(term_t t,
atom_t name,
IntHolder arity) |
static functor_t |
Prolog.new_functor(atom_t f,
int a) |
static module_t |
Prolog.new_module(atom_t name) |
static int |
Prolog.predicate_info(predicate_t pred,
atom_t name,
IntHolder arity,
module_t module) |
static void |
Prolog.put_atom(term_t t,
atom_t a) |
Copyright © 2015. All rights reserved.