Package org.eclipse.wst.xsl.core.internal.util
public class Debug extends java.lang.ObjectDebug Class is used to determine when Debugging output to system out.
Field Summary | |
public static boolean | checkForMemoryLeaks |
public static boolean | collectStats |
public static int | DEBUG |
public static boolean | DEBUG_THREADLOCAL |
public static boolean | debugBreakpoints |
public static boolean | debugCaretMediator |
public static boolean | debugDisplayTreePositions |
public static boolean | debugLauncher |
public static boolean | debugMediator |
public static boolean | debugNotification |
public static boolean | debugNotificationAndEvents |
public static boolean | debugNotifyDeferred |
public static boolean | debugReconciling |
public static boolean | debugRtfFormatProvider |
public static boolean | debugStructuredDocument |
public static boolean | debugTaglibs |
public static boolean | debugTokenizer |
public static boolean | debugTreeModel |
public static boolean | debugUpdateTreePositions |
public static boolean | debugXSLModel Output Modeling Messages. |
public static boolean | displayInfo |
public static boolean | displayToConsole effects output of Logger |
public static boolean | displayWarnings |
public static boolean | headParsing |
public static boolean | jsDebugContextAssist |
public static boolean | jsDebugSyntaxColoring |
public static boolean | LOCKS |
public static boolean | perfTest |
public static boolean | perfTestAdapterClassLoading |
public static boolean | perfTestFormat |
public static boolean | perfTestRawStructuredDocumentOnly |
public static boolean | perfTestStructuredDocumentEventOnly |
public static boolean | perfTestStructuredDocumentOnly |
public static boolean | syntaxHighlighting |
public static boolean | useStandardEolInWidget |
Constructor Summary |
Debug() |
Method Summary | |
public static void | dump(IStructuredDocument structuredDocument) For tests and debug only |
public static void | dump(IStructuredDocument structuredDocument
,
boolean verbose) |
public static void | dump(ITextRegionCollection region
,
boolean verbose) |
public static void | println(java.lang.String msg) Simple utility to make sure println's are some what in order |
public static java.lang.String | toStringUtil(IStructuredDocument object) |
public static java.lang.String | toStringUtil(ITextRegionCollection object) |
Field Detail |
public static boolean checkForMemoryLeaks
public static boolean collectStats
public static int DEBUG
public static boolean DEBUG_THREADLOCAL
public static boolean debugBreakpoints
public static boolean debugCaretMediator
public static boolean debugDisplayTreePositions
public static boolean debugLauncher
public static boolean debugMediator
public static boolean debugNotification
public static boolean debugNotificationAndEvents
public static boolean debugNotifyDeferred
public static boolean debugReconciling
public static boolean debugRtfFormatProvider
public static boolean debugStructuredDocument
public static boolean debugTaglibs
public static boolean debugTokenizer
public static boolean debugTreeModel
public static boolean debugUpdateTreePositions
public static boolean debugXSLModel
Output Modeling Messages. |
public static boolean displayInfo
public static boolean displayToConsole
effects output of Logger |
public static boolean displayWarnings
public static boolean headParsing
public static boolean jsDebugContextAssist
public static boolean jsDebugSyntaxColoring
public static boolean LOCKS
public static boolean perfTest
public static boolean perfTestAdapterClassLoading
public static boolean perfTestFormat
public static boolean perfTestRawStructuredDocumentOnly
public static boolean perfTestStructuredDocumentEventOnly
public static boolean perfTestStructuredDocumentOnly
public static boolean syntaxHighlighting
public static boolean useStandardEolInWidget
Constructor Detail |
public Debug()
Debug constructor comment.
Methods Detail |
public void dump(IStructuredDocument structuredDocument)
For tests and debug only
structuredDocument
public void dump(IStructuredDocument structuredDocument
,
boolean verbose)
structuredDocument
verbose
public void dump(ITextRegionCollection region
,
boolean verbose)
region
verbose
public void println(java.lang.String msg)
Simple utility to make sure println's are some what in order
msg
public java.lang.String toStringUtil(IStructuredDocument object)
object
java.lang.String
public java.lang.String toStringUtil(ITextRegionCollection object)
object
java.lang.String