Uses of Class
to.etc.lexer.SourceErrorException

Packages that use SourceErrorException
to.etc.lexer   
 

Uses of SourceErrorException in to.etc.lexer
 

Methods in to.etc.lexer that throw SourceErrorException
 void ReaderScannerBase.error(java.lang.String msg)
           
 int ReaderTokenizerBase.nextToken()
           
protected  void ReaderScannerBase.scanSimpleString(boolean keepquotes)
          Scans a very simple string: something starting with something, terminating with the same something and not allowing anything ugly in between.
protected  int ReaderTokenizerBase.scanString()