edu.mit.jwi
Class DataSourceDictionary.ExceptionFileIterator

java.lang.Object
  extended by edu.mit.jwi.DataSourceDictionary.FileIterator<IExceptionEntryProxy,IExceptionEntry>
      extended by edu.mit.jwi.DataSourceDictionary.ExceptionFileIterator
All Implemented Interfaces:
IHasPOS, java.util.Iterator<IExceptionEntry>
Enclosing class:
DataSourceDictionary

public class DataSourceDictionary.ExceptionFileIterator
extends DataSourceDictionary.FileIterator<IExceptionEntryProxy,IExceptionEntry>

Iterates over exception files.


Field Summary
 
Fields inherited from class edu.mit.jwi.DataSourceDictionary.FileIterator
currentLine, fFile, fParser, iterator
 
Constructor Summary
DataSourceDictionary.ExceptionFileIterator(POS pos)
           
 
Method Summary
 IExceptionEntry parseLine(java.lang.String line)
          Parses the line using a parser provided at construction time
 
Methods inherited from class edu.mit.jwi.DataSourceDictionary.FileIterator
getCurrentLine, getPOS, hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceDictionary.ExceptionFileIterator

public DataSourceDictionary.ExceptionFileIterator(POS pos)
Method Detail

parseLine

public IExceptionEntry parseLine(java.lang.String line)
Description copied from class: DataSourceDictionary.FileIterator
Parses the line using a parser provided at construction time

Specified by:
parseLine in class DataSourceDictionary.FileIterator<IExceptionEntryProxy,IExceptionEntry>


Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.