SimpleExample
Class Yylex

java.lang.Object
  |
  +--SimpleExample.Yylex

public class Yylex
extends java.lang.Object

JLex v1.2.5 generated lexical analyzer for URL extractor. A lexical analyzer breaks an input stream of characters into tokens.


Constructor Summary
Yylex(java.io.InputStream instream)
           
Yylex(java.io.Reader reader)
           
 
Method Summary
 Symbol nextSymbol()
          Return the next parsed symbol or an error symbol if there is a lexical error
 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
Return the next parsed symbol or an error symbol if there is a lexical error

parse

public Symbol parse()
             throws java.io.IOException