public abstract class RegexTokenizer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RegexTokenizer.MatchRecord |
class |
RegexTokenizer.Token |
class |
RegexTokenizer.Tuple |
| Modifier and Type | Field and Description |
|---|---|
protected Matcher |
currentPrefixMatcher |
protected boolean |
firstRun |
protected int |
i |
protected IdentityHashMap<Matcher,Matcher> |
matchers |
protected String |
s |
| Constructor and Description |
|---|
RegexTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cache(Matcher m) |
protected Matcher |
getPrefixMatcher() |
protected boolean |
isDuplicate(Matcher m) |
protected String s
protected int i
protected boolean firstRun
protected IdentityHashMap<Matcher,Matcher> matchers
protected Matcher currentPrefixMatcher
Copyright © 2021. All rights reserved.