Interface Lex

All Known Implementing Classes:
BuckwalterUnicodeLex, GreekLex

public interface Lex

Provides an interface to the converters built with JFlex.

Version:
$03/02/18 03:38:59 mdh$
Author:
Malcolm D. Hyman

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

Method Detail

yylex

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

yyreset

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