Interface LexS

All Known Implementing Classes:
ArabicLex, ArabicRomanLex, ArabicVoweledLex, BetaCodeTranslitLex, BuckwalterLex, CDLILex, GreekTranslitLex

public interface LexS

Provides an interface to the converters built with JLex.

Version:
$03/02/18 03:39:23 mdh$
Author:
Malcolm D. Hyman

Method Summary
 java.lang.String yylex()
           
 void yyreset(java.io.Reader reader)
           
 

Method Detail

yylex

public java.lang.String yylex()
                       throws java.io.IOException,
                              LexException

yyreset

public void yyreset(java.io.Reader reader)
             throws java.io.IOException