Package org.nineml.coffeegrinder.util
Class RegexCompiler
- java.lang.Object
-
- org.nineml.coffeegrinder.util.RegexCompiler
-
public class RegexCompiler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RegexCompiler(java.util.List<Rule> sourceRules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcompile(NonterminalSymbol startSymbol)
-
-
-
Constructor Detail
-
RegexCompiler
public RegexCompiler(java.util.List<Rule> sourceRules)
-
-
Method Detail
-
compile
public java.lang.String compile(NonterminalSymbol startSymbol)
-
-