Uses of Interface
org.jasen.interfaces.TokenErrorReport

Packages that use TokenErrorReport
org.jasen.core.token   
org.jasen.interfaces   
 

Uses of TokenErrorReport in org.jasen.core.token
 

Classes in org.jasen.core.token that implement TokenErrorReport
 class CountTokenErrorReport
           Simple report which counts occurrances of token errors.
 

Methods in org.jasen.core.token that return TokenErrorReport
 TokenErrorReport ObfuscatedCharacterTokenErrorRecorder.getReport()
           
 

Methods in org.jasen.core.token with parameters of type TokenErrorReport
 void ObfuscatedCharacterTokenErrorRecorder.record(TokenErrorReport report)
           
 

Uses of TokenErrorReport in org.jasen.interfaces
 

Methods in org.jasen.interfaces that return TokenErrorReport
 TokenErrorReport TokenErrorRecorder.getReport()
          Gets the report returned from a tokenize
 

Methods in org.jasen.interfaces with parameters of type TokenErrorReport
 void TokenErrorRecorder.record(TokenErrorReport report)
          Records any errors found during tokenization