jTracer
1.03
Stack trace visualization tool
|
C++ stack trace syntax highlighter. More...
Public Member Functions | |
void | loadDictionary (String nm) throws IOException |
Load a dictionary. More... | |
boolean | lookup (String token, String nm, boolean regex) |
Check if a word belongs in a dictionary. More... | |
Static Public Member Functions | |
static Highlighter | getCurrent () |
Get the current highlighter. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 0x02 |
Class version. More... | |
static Highlighter | current = null |
Current highlighter. More... | |
C++ stack trace syntax highlighter.
Definition at line 20 of file Highlighter.java.