org.jasen.core.token
Class CountTokenErrorReport

java.lang.Object
  extended byorg.jasen.core.token.CountTokenErrorReport
All Implemented Interfaces:
TokenErrorReport

public class CountTokenErrorReport
extends Object
implements TokenErrorReport

Simple report which counts occurrances of token errors.


Constructor Summary
CountTokenErrorReport()
           
 
Method Summary
 void clear()
           
 int getCount()
           
 void increment(int add)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountTokenErrorReport

public CountTokenErrorReport()
Method Detail

getCount

public int getCount()

increment

public void increment(int add)

clear

public void clear()