jTracer  1.03
Stack trace visualization tool
org.libcsdbg.jtracer.Highlighter Class Reference

C++ stack trace syntax highlighter. More...

+ Inheritance diagram for org.libcsdbg.jtracer.Highlighter:
+ Collaboration diagram for org.libcsdbg.jtracer.Highlighter:

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...
 

Detailed Description

C++ stack trace syntax highlighter.

Definition at line 20 of file Highlighter.java.


The documentation for this class was generated from the following file: