De
Class bug

java.lang.Object
  extended by De.bug

public class bug
extends Object


Field Summary
static String DEFAULT_TAB
           
static boolean IN_WHEN
           
static bug INSTANCE
           
static boolean ON
           
static String TAB
           
 
Method Summary
static bug end()
           
static bug off()
           
static bug on()
           
static bug print(Object obj)
           
static bug print(Object cls, Object msg)
           
static bug println(Object obj)
           
static bug println(Object cls, Object msg)
           
static bug section(Object obj)
           
static bug stack()
           
static bug stack(Object msg)
           
static bug stack(Object cls, Object msg)
           
static bug tab()
           
static String toString(Object obj)
           
static bug untab()
           
static bug when(boolean when)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static bug INSTANCE

ON

public static boolean ON

IN_WHEN

public static boolean IN_WHEN

DEFAULT_TAB

public static String DEFAULT_TAB

TAB

public static String TAB
Method Detail

on

public static bug on()

off

public static bug off()

toString

public static String toString(Object obj)

when

public static bug when(boolean when)

end

public static bug end()

stack

public static bug stack(Object msg)

stack

public static bug stack(Object cls,
                        Object msg)

stack

public static bug stack()

print

public static bug print(Object cls,
                        Object msg)

print

public static bug print(Object obj)

println

public static bug println(Object cls,
                          Object msg)

println

public static bug println(Object obj)

section

public static bug section(Object obj)

tab

public static bug tab()

untab

public static bug untab()


Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.