|
||||||||||
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.jrtl.nativeCode.subLisp.PrintLow
public final class PrintLow
PrintLow is designed to...
Copyright (c) 2005 Cycorp, Inc. All rights reserved.
This software is the proprietary information of Cycorp, Inc.
Use is subject to license terms.
Field Summary | |
---|---|
static SubLSymbol |
$print_length$
|
static SubLSymbol |
$print_level$
|
static SubLFile |
me
|
Constructor Summary | |
---|---|
PrintLow()
Creates a new instance of PrintLow. |
Method Summary | |
---|---|
static boolean |
controlPrintLength()
|
static boolean |
controlPrintLevel()
|
void |
declareFunctions()
Declares the mapping between functions and symbols for all named functions defined in the file. |
static SubLObject |
default_jrtl_print_method(SubLObject obj,
SubLObject stream)
|
static SubLObject |
format(SubLObject destination,
SubLObject controlString)
|
static SubLObject |
format(SubLObject destination,
SubLObject controlString,
SubLObject arg1)
|
static SubLObject |
format(SubLObject destination,
SubLObject controlString,
SubLObject[] args)
|
static SubLObject |
format(SubLObject destination,
SubLObject controlString,
SubLObject arg1,
SubLObject arg2)
|
void |
initializeVariables()
Initializes all global variables and private internal variables for constants defined in the file. |
static int |
maxPrintLength()
|
static int |
maxPrintLevel()
|
static void |
maybeDecreasePrintLevel(SubLObject oldLevel)
|
static SubLObject |
maybeIncreasePrintLevel()
|
static void |
registerJRTLPrintMethods()
|
void |
runTopLevelForms()
Runs all top-level forms in order. |
static boolean |
shouldPrintAtCurrentLevel()
|
static SubLObject |
write_to_string(SubLObject object,
SubLObject[] keys)
|
static SubLObject |
write(SubLObject object,
SubLObject[] keys)
|
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 SubLSymbol $print_level$
public static SubLSymbol $print_length$
Constructor Detail |
---|
public PrintLow()
Method Detail |
---|
public static final SubLObject format(SubLObject destination, SubLObject controlString, SubLObject[] args)
public static final SubLObject format(SubLObject destination, SubLObject controlString)
public static final SubLObject format(SubLObject destination, SubLObject controlString, SubLObject arg1)
public static final SubLObject format(SubLObject destination, SubLObject controlString, SubLObject arg1, SubLObject arg2)
public static final SubLObject write_to_string(SubLObject object, SubLObject[] keys)
public static final SubLObject write(SubLObject object, SubLObject[] keys)
public static final boolean controlPrintLength()
public static final boolean controlPrintLevel()
public static final int maxPrintLength()
public static final int maxPrintLevel()
public static final SubLObject maybeIncreasePrintLevel()
public static final boolean shouldPrintAtCurrentLevel()
public static final void maybeDecreasePrintLevel(SubLObject oldLevel)
public void declareFunctions()
SubLFile
public void initializeVariables()
SubLFile
public void runTopLevelForms()
SubLFile
public static final void registerJRTLPrintMethods()
public static final SubLObject default_jrtl_print_method(SubLObject obj, SubLObject stream)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |