| java.lang.Object org.netbeans.editor.EditorDebug
EditorDebug | public class EditorDebug (Code) | | Various internal tests
author: Miloslav Metelka version: 0.10 |
debugArray | public static String debugArray(int[] array)(Code) | | |
debugChars | public static String debugChars(char chars, int offset, int len)(Code) | | Replace '\n', '\r' and '\t' in the char array so they are identifiable.
|
debugPairs | public static String debugPairs(int[] pairs)(Code) | | |
debugString | public static String debugString(String s)(Code) | | Replace '\n', '\r' and '\t' in the string so they are identifiable.
|
|
|