Class URLExtractor

java.lang.Object
  |
  +--URLExtractor

public class URLExtractor
extends java.lang.Object

A simple URLs extractor for demo purpose All the Java source code files in SimpleExample are generated by JLex and CUP according to the corresponding specification of Yylex and URLExtractor.cup. JLex is a lexical analyzer generator for Java, and CUP is correspondingly a LALR parser constructor.


Constructor Summary
URLExtractor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLExtractor

public URLExtractor()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception