Interface RegexParser.TreeConstructor<T>
-
- Enclosing class:
- RegexParser
protected static interface RegexParser.TreeConstructor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconstruct(IndexRange range, List<T> elements)
-
-
-
Method Detail
-
construct
T construct(IndexRange range, List<T> elements)
-
-