public class WordTracker
extends java.lang.Object
| Constructor and Description |
|---|
WordTracker(int frameNumber)
Creates a word tracker for the given frame number
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Token t)
Adds a word history for the given token to the word tracker
|
void |
dump()
Dumps the word histories in the tracker
|
public WordTracker(int frameNumber)
frameNumber - the frame numberpublic void add(Token t)
t - the token to addpublic void dump()