public final class Debug
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.io.PrintStream |
out |
| Modifier | Constructor and Description |
|---|---|
private |
Debug() |
| Modifier and Type | Method and Description |
|---|---|
static void |
println() |
static void |
println(int pc,
java.lang.Object obj)
Like println, but will print PC, if it's passed in
e.g.
|
static void |
println(java.lang.Object x) |
public static void println()
public static void println(java.lang.Object x)
public static void println(int pc,
java.lang.Object obj)
pc - the program counterobj - the object to outputCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.