|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cyc.tool.subl.jrtl.translatedCode.sublisp.hashtables_high
public final class hashtables_high
Field Summary | |
---|---|
static SubLFile |
me
|
Method Summary | |
---|---|
void |
declareFunctions()
Declares the mapping between functions and symbols for all named functions defined in the file. |
static SubLObject |
destroy_hash_table_iterator(SubLObject hash_table_iterator)
Destroy HASH-TABLE-ITERATOR |
static SubLObject |
hash_table_iterator_done_p(SubLObject hash_table_iterator)
Return T iff HASH-TABLE-ITERATOR has completed. |
static SubLObject |
hash_table_iterator_hash_table(SubLObject hash_table_iterator)
Return the hash-table over which HASH-TABLE-ITERATOR is currently iterating. |
static SubLObject |
hash_table_iterator_key(SubLObject hash_table_iterator)
Return the current hashtable key of the iteration by HASH-TABLE-ITERATOR. |
static SubLObject |
hash_table_iterator_next(SubLObject hash_table_iterator)
Step HASH-TABLE-ITERATOR to make the next key/value pair current. |
static SubLObject |
hash_table_iterator_p(SubLObject object)
Return T iff OBJECT is a hash-table-iterator |
static SubLObject |
hash_table_iterator_value(SubLObject hash_table_iterator)
Return the current hashtable value of the iteration by HASH-TABLE-ITERATOR. |
void |
initializeVariables()
Initializes all global variables and private internal variables for constants defined in the file. |
static SubLObject |
make_hash_table_iterator(SubLObject hash_table)
Return a new hash-table-iterator for iterating over HASH-TABLE. |
void |
runTopLevelForms()
Runs all top-level forms in order. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SubLFile me
Method Detail |
---|
public static final SubLObject hash_table_iterator_p(SubLObject object)
public static final SubLObject make_hash_table_iterator(SubLObject hash_table)
public static final SubLObject destroy_hash_table_iterator(SubLObject hash_table_iterator)
public static final SubLObject hash_table_iterator_hash_table(SubLObject hash_table_iterator)
public static final SubLObject hash_table_iterator_done_p(SubLObject hash_table_iterator)
public static final SubLObject hash_table_iterator_key(SubLObject hash_table_iterator)
public static final SubLObject hash_table_iterator_value(SubLObject hash_table_iterator)
public static final SubLObject hash_table_iterator_next(SubLObject hash_table_iterator)
public void declareFunctions()
SubLFile
declareFunctions
in interface SubLFile
public void initializeVariables()
SubLFile
initializeVariables
in interface SubLFile
public void runTopLevelForms()
SubLFile
runTopLevelForms
in interface SubLFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |