org.jasen.interfaces
Interface TokenErrorRecorder

All Known Implementing Classes:
ObfuscatedCharacterTokenErrorRecorder

public interface TokenErrorRecorder

Describes an object which is capable of recording problems found in tokenizing.

Author:
Jason Polites

Method Summary
 TokenErrorReport getReport()
          Gets the report returned from a tokenize
 void record(TokenErrorReport report)
          Records any errors found during tokenization
 

Method Detail

record

public void record(TokenErrorReport report)
Records any errors found during tokenization

Parameters:
report -

getReport

public TokenErrorReport getReport()
Gets the report returned from a tokenize

Returns:
The report of token errors