bbn
Class Debug
java.lang.Object
|
+--bbn.Debug
- public class Debug
- extends java.lang.Object
Title: Machine Problem 1
Description: Solutions to the first machine problem for KSU / CIS730.
Copyright: Copyright (c) 2001
Company: CIS730
|
Constructor Summary |
Debug()
|
|
Method Summary |
static void |
forceOn()
|
static void |
print(java.lang.String string)
|
static void |
println()
|
static void |
println(java.lang.String string)
|
static void |
restore()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugging
public static boolean debugging
developDebugging
public static boolean developDebugging
oldValue
public static boolean oldValue
Debug
public Debug()
println
public static void println(java.lang.String string)
print
public static void print(java.lang.String string)
println
public static void println()
forceOn
public static void forceOn()
restore
public static void restore()