Class Base
java.lang.Object
com.ibm.dtfj.phd.parser.Base
- Direct Known Subclasses:
 HeapdumpReader, HeapdumpWriter, PrintHeapdump
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidAssert(boolean condition) static booleandebug()static Stringhex(int i) static Stringhex(long i) final voidOutput a log message with time stamp.static voidsetDebug(boolean flag) static voidsetVerbose(boolean flag) final voidstatic booleanverbose() 
- 
Constructor Details
- 
Base
public Base() 
 - 
 - 
Method Details
- 
log
Output a log message with time stamp. If xml flag is set, use xml formatting. - 
verbose
public static boolean verbose() - 
setVerbose
public static void setVerbose(boolean flag)  - 
debug
public static boolean debug() - 
setDebug
public static void setDebug(boolean flag)  - 
trace
 - 
Assert
public static void Assert(boolean condition)  - 
hex
 - 
hex
 
 -