org.firej.dfa.automaton
Class ParserAutomaton

java.lang.Object
  extended by org.firej.dfa.automaton.ParserAutomaton
All Implemented Interfaces:
Parser

public class ParserAutomaton
extends java.lang.Object
implements Parser

Compiler implementation class for the Automaton library (dk.brics.automaton.*)

Version:
$Revision: 1742 $
Author:
Vassilios Karakoidas
See Also:
Compiler

Constructor Summary
ParserAutomaton()
           
 
Method Summary
 java.lang.String getAuthor()
           
 DFA getDFA(java.lang.String regex, int flags)
           
 java.lang.String getName()
           
 java.lang.String getProcessedExpression(java.lang.String regex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserAutomaton

public ParserAutomaton()
Method Detail

getProcessedExpression

public java.lang.String getProcessedExpression(java.lang.String regex)
Specified by:
getProcessedExpression in interface Parser

getDFA

public DFA getDFA(java.lang.String regex,
                  int flags)
Specified by:
getDFA in interface Parser

getAuthor

public java.lang.String getAuthor()
Specified by:
getAuthor in interface Parser

getName

public java.lang.String getName()
Specified by:
getName in interface Parser