edu.neu.ccs.demeterf.lexer
Class DemFLex

java.lang.Object
  extended by edu.neu.ccs.demeterf.lexer.DemFLex

public class DemFLex
extends java.lang.Object

Main Class for DemFLex Generator


Constructor Summary
DemFLex()
           
 
Method Summary
static void genLex(LexMain mn, List<java.lang.String> opts, java.lang.String outFile)
           
static void main(java.lang.String[] args)
          Main Lexer Generation method
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemFLex

public DemFLex()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main Lexer Generation method

Throws:
java.lang.Exception

genLex

public static void genLex(LexMain mn,
                          List<java.lang.String> opts,
                          java.lang.String outFile)
                   throws java.lang.Exception
Throws:
java.lang.Exception