public class RegexTokeniser<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RegexTokeniser.TokenRule<T> |
| Constructor and Description |
|---|
RegexTokeniser(T unknown,
List<RegexTokeniser.TokenRule<T>> rules) |
| Modifier and Type | Method and Description |
|---|---|
static <T> RegexTokeniser.TokenRule<T> |
rule(T type,
String regex) |
List<Token<T>> |
tokenise(String value) |
public RegexTokeniser(T unknown, List<RegexTokeniser.TokenRule<T>> rules)
Copyright © 2018. All rights reserved.