Package dk.brics.automaton
Interface AutomatonProvider
- All Known Implementing Classes:
DatatypesAutomatonProvider
public interface AutomatonProvider
Automaton provider for
RegExp.RegExp.toAutomaton(AutomatonProvider)-
Method Summary
-
Method Details
-
getAutomaton
Returns automaton of the given name.- Parameters:
name- automaton name- Returns:
- automaton
- Throws:
IOException- if errors occur
-