org.opencores.JLex
Class Main

java.lang.Object
  |
  +--org.opencores.JLex.Main

public class Main
extends java.lang.Object

Class: Main Description: Top-level lexical analyzer generator function.


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

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] arg)
                 throws java.io.IOException
Function: main