|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongHolder | |
jpl.fli |
Uses of LongHolder in jpl.fli |
Subclasses of LongHolder in jpl.fli | |
class |
atom_t
An atom_t is a specialised LongHolder which decrements its atom's reference count when garbage-collected (finalized). |
class |
engine_t
A engine_t holds a reference to a Prolog engine. |
class |
fid_t
An fid_t holds the value of a frame id in the Prolog Engine. |
class |
functor_t
A functor_t holds a reference to a Prolog functor_t in the Prolog engine. |
class |
module_t
A module_t is a PointerHolder type which holds a reference to a Prolog module_t reference. |
class |
PointerHolder
A PointerHolder is a trivial extension of a LongHolder. |
class |
predicate_t
A predicate_t is a PointerHolder class whose value is a reference to a Prolog predicate_t. |
class |
qid_t
A qid_t holds a reference to a Prolog qid_t. |
class |
term_t
A term_t is a simple class which mirrors the term_t type in the Prolog FLI. |
Methods in jpl.fli with parameters of type LongHolder | |
boolean |
LongHolder.equals(LongHolder lh)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |