jTracer
1.03
Stack trace visualization tool
|
boolean org.libcsdbg.jtracer.Highlighter.lookup | ( | String | token, |
String | nm, | ||
boolean | regex | ||
) |
Check if a word belongs in a dictionary.
[in] | token | the word |
[in] | nm | the dictionary name |
[in] | regex | true to use the dictionary entries as regular expressions |
Definition at line 93 of file Highlighter.java.
Referenced by org.libcsdbg.jtracer.TracePane.append().