public class TinyExpressionParser<T> extends Object implements RegexParserIntf<T>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TinyExpressionParser.Op |
public NFA<T> createNFA(Scope<NFAState<T>> scope, String expression, T reducer, Regex.Option... options)
RegexParserIntfcreateNFA in interface RegexParserIntf<T>reducer - Reducer marks the accepting state with unique identifierpublic static void main(String[] args)
args - the command line arguments