public class DebugHistory
extends Object 
Represents the entire history of a tokenizing process
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
 
- 
Constructor Details
- 
DebugHistory
public DebugHistory()
 
 
- 
Method Details
- 
setString
public void setString(String str) 
 
- 
 
- 
result
public void result(TokenType type,
 int pos,
 int length,
 boolean success) 
 
- 
 
- 
 
- 
 
- 
toString
- Overrides:
 
toString in class Object 
- Returns:
 
- A formatted description of all tokenizing actions