|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cyc.tool.subl.util.SubLTrampolineFile
com.cyc.tool.subl.util.SubLTranslatedFile
com.cyc.cycjava.cycl.constant_completion_interface
public final class constant_completion_interface
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.cyc.tool.subl.util.SubLTranslatedFile |
---|
SubLTranslatedFile.SubL |
Fields inherited from class com.cyc.tool.subl.util.SubLTranslatedFile |
---|
EMPTY_SUBL_OBJECT_ARRAY |
Method Summary | |
---|---|
static SubLObject |
declare_constant_completion_interface_file()
|
void |
declareFunctions()
Declares the mapping between functions and symbols for all named functions defined in the file. |
static SubLObject |
init_constant_completion_interface_file()
|
void |
initializeVariables()
Initializes all global variables and private internal variables for constants defined in the file. |
static SubLObject |
kb_constant_complete_exact(SubLObject string,
SubLObject start,
SubLObject end)
Return a valid constant whose name exactly matches STRING. |
static SubLObject |
kb_constant_complete(SubLObject prefix,
SubLObject case_sensitiveP,
SubLObject exact_lengthP,
SubLObject start,
SubLObject end)
Return all valid constants with PREFIX as a prefix of their name When CASE-SENSITIVE? is non-nil, the comparison is done in a case-sensitive fashion. |
static SubLObject |
kb_new_constant_completion_iterator(SubLObject forwardP,
SubLObject buffer_size)
Returns an iterator for the constants in the constant completion table. |
void |
runTopLevelForms()
Runs all top-level forms in order. |
static SubLObject |
setup_constant_completion_interface_file()
|
Methods inherited from class com.cyc.tool.subl.util.SubLTranslatedFile |
---|
extractFunctionNamed |
Methods inherited from class com.cyc.tool.subl.util.SubLTrampolineFile |
---|
checkType, enforceType, extractBinaryFunc, extractCount, extractEnd, extractEndUsingSize, extractPackage, extractStart, extractUnaryFunc, main |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SubLFile me
public static final java.lang.String myName
public static final SubLSymbol $sym0$STRINGP
public static final SubLSymbol $sym1$FIXNUMP
public static final SubLSymbol $sym2$KB_CONSTANT_COMPLETE_EXACT
public static final SubLSymbol $sym3$QUOTE
public static final SubLList $list4
public static final SubLString $str5$Return_a_valid_constant_whose_nam
public static final SubLList $list6
public static final SubLList $list7
public static final SubLSymbol $sym8$BOOLEANP
public static final SubLSymbol $sym9$KB_CONSTANT_COMPLETE
public static final SubLList $list10
public static final SubLString $str11$Return_all_valid_constants_with_P
public static final SubLList $list12
public static final SubLList $list13
public static final SubLSymbol $sym14$KB_CONSTANT_APROPOS
public static final SubLList $list15
public static final SubLString $str16$Return_all_valid_constants_with_S
public static final SubLList $list17
public static final SubLSymbol $sym18$KB_CONSTANT_POSTFIX
public static final SubLList $list19
public static final SubLString $str20$Return_all_valid_constants_with_P
public static final SubLList $list21
public static final SubLSymbol $sym22$NON_NEGATIVE_INTEGER_P
public static final SubLSymbol $sym23$KB_N_CONSTANTS_BEFORE
public static final SubLList $list24
public static final SubLString $str25$Return_the_N_constants_with_names
public static final SubLList $list26
public static final SubLSymbol $sym27$KB_N_CONSTANTS_AFTER
public static final SubLString $str28$Return_the_N_constants_with_names
public static final SubLSymbol $sym29$KB_NEW_CONSTANT_COMPLETION_ITERATOR_INTERNAL
public static final SubLSymbol $sym30$KB_NEW_DIRECTED_CONSTANT_COMPLETION_ITERATOR_INTERNAL
Method Detail |
---|
public static final SubLObject kb_constant_complete_exact(SubLObject string, SubLObject start, SubLObject end)
public static final SubLObject kb_constant_complete(SubLObject prefix, SubLObject case_sensitiveP, SubLObject exact_lengthP, SubLObject start, SubLObject end)
public static final SubLObject kb_new_constant_completion_iterator(SubLObject forwardP, SubLObject buffer_size)
public static final SubLObject declare_constant_completion_interface_file()
public static final SubLObject init_constant_completion_interface_file()
public static final SubLObject setup_constant_completion_interface_file()
public void declareFunctions()
SubLFile
public void initializeVariables()
SubLFile
public void runTopLevelForms()
SubLFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |