zyh.robot.TextHTML
Class Yylex

java.lang.Object
  |
  +--zyh.robot.TextHTML.Yylex

public class Yylex
extends java.lang.Object

JLex v1.2.5 generated lexical analyzer for the content filter of Text or HTML documents.


Constructor Summary
Yylex(java.io.InputStream instream)
           
Yylex(java.io.Reader reader)
           
 
Method Summary
 Symbol nextSymbol()
           
 Symbol parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Yylex

public Yylex(java.io.Reader reader)

Yylex

public Yylex(java.io.InputStream instream)
Method Detail

nextSymbol

public Symbol nextSymbol()
                  throws java.io.IOException

parse

public Symbol parse()
             throws java.io.IOException