com.JLex
Class Main

java.lang.Object
  extended by com.JLex.Main

public class Main
extends java.lang.Object

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

Since:
Ptolemy II 1.0
Version:
$Id: Main.java 57040 2010-01-27 20:52:32Z cxh $, based on 1.12, 01 Dec 1995
Author:
Arthur van Hoff, revised by Elliot Joel Berk
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (cxh)

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Invoke the lexical analyzer on a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] arg)
                 throws java.io.IOException
Invoke the lexical analyzer on a file.

Parameters:
arg - Arguments to JLex. One and only one argument is required: The name of the file to be processed.
Throws:
java.io.IOException - If there are problems processing the file.