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


Field Summary
static boolean debugging
           
static boolean developDebugging
           
static boolean oldValue
           
 
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
 

Field Detail

debugging

public static boolean debugging

developDebugging

public static boolean developDebugging

oldValue

public static boolean oldValue
Constructor Detail

Debug

public Debug()
Method Detail

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()