abc.parser
Class AutomataFactory

java.lang.Object
  extended byabc.parser.AutomataFactory

public class AutomataFactory
extends java.lang.Object


Field Summary
static java.util.Vector m_allPreviouslyCreatedAutomatas
           
 
Constructor Summary
AutomataFactory()
           
 
Method Summary
static FinaleStateAutomata getAutomata(TokenType abcTokenType)
           
static FinaleStateAutomata getAutomata(TokenType[] tokenTypes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_allPreviouslyCreatedAutomatas

public static java.util.Vector m_allPreviouslyCreatedAutomatas
Constructor Detail

AutomataFactory

public AutomataFactory()
Method Detail

getAutomata

public static FinaleStateAutomata getAutomata(TokenType abcTokenType)

getAutomata

public static FinaleStateAutomata getAutomata(TokenType[] tokenTypes)