Class CompileExpression

java.lang.Object
  extended byCompileExpression

public class CompileExpression
extends java.lang.Object

Compiles a regular expression into a finite automaton by one of the possible methods implementing the interface ExpressionCompiler Usage: java CompileExpression Method Option expression The only method presently available is T (Thomson's algorithm using ThompsonCompiler). The options available are:


Constructor Summary
CompileExpression()
           
 
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

CompileExpression

public CompileExpression()
Method Detail

main

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