java.lang.Object
mlsub.typing.lowlevel.S
- public class S
- extends java.lang.Object
Repository of useful global variables and methods
- Version:
- $Revision: 1.4 $, $Date: 2002/08/22 16:58:17 $
|
Constructor Summary |
private |
S()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALLOW_RC
static final boolean ALLOW_RC
- See Also:
- Constant Field Values
props
public static final java.util.Properties props
debug
public static final boolean debug
debugK0
public static final boolean debugK0
debugBlock
public static final boolean debugBlock
contextSimpl
public static final boolean contextSimpl
debugSimpl
public static final boolean debugSimpl
trace
public static final boolean trace
trace2
public static final boolean trace2
debugScope
public static final boolean debugScope
debugDepend
public static final boolean debugDepend
simplifyBlock
public static final boolean simplifyBlock
prettyPrint
public static final boolean prettyPrint
debugPrint
public static final boolean debugPrint
debugType
public static final boolean debugType
debugPoly
public static final boolean debugPoly
traceDispatch
public static final boolean traceDispatch
traceDepth
public static final boolean traceDepth
debugMeth
public static final boolean debugMeth
debug1
public static final boolean debug1
debug3
public static final boolean debug3
debug2
public static final boolean debug2
debugInterf
public static final boolean debugInterf
allowOverloading
public static final boolean allowOverloading
debugNative
public static final boolean debugNative
debugBinders
public static final boolean debugBinders
debugNullTypeArgs
public static final boolean debugNullTypeArgs
debugModule
public static final boolean debugModule
dbg
public static final java.io.PrintWriter dbg
allowAssert
private static final boolean allowAssert
- See Also:
- Constant Field Values
a
public static final boolean a
- See Also:
- Constant Field Values
VERBOSE_MUTE
public static final int VERBOSE_MUTE
- See Also:
- Constant Field Values
VERBOSE_DEFAULT
public static final int VERBOSE_DEFAULT
- See Also:
- Constant Field Values
VERBOSE_DEVEL
public static final int VERBOSE_DEVEL
- See Also:
- Constant Field Values
verboseLevel
private static int verboseLevel
- verbose = 0: mute
verbose = 1: reasonable
verbose = 2: developer
S
private S()
getBoolean
public static boolean getBoolean(boolean defaultValue,
java.lang.String name)
panic
public static java.lang.Error panic()
panic
public static java.lang.Error panic(java.lang.String msg)
printStack
public static void printStack()
address
public static java.lang.String address(java.lang.Object x)
assume
public static void assume(boolean cond)
assume
public static void assume(boolean cond,
java.lang.Object message)
setVerboseLevel
static void setVerboseLevel(int verboseLevel)
verbosePrintln
public static void verbosePrintln(int level,
java.lang.String msg)
verbosePrint
public static void verbosePrint(int level,
java.lang.String msg)