Package net.sf.okapi.filters.doxygen
Class RegexTokenizer
- java.lang.Object
-
- net.sf.okapi.filters.doxygen.RegexTokenizer
-
- Direct Known Subclasses:
DelimiterTokenizer,PrefixSuffixTokenizer
public abstract class RegexTokenizer extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegexTokenizer.MatchRecordclassRegexTokenizer.TokenclassRegexTokenizer.Tuple
-
Field Summary
Fields Modifier and Type Field Description protected MatchercurrentPrefixMatcherprotected booleanfirstRunprotected intiprotected IdentityHashMap<Matcher,Matcher>matchersprotected Strings
-
Constructor Summary
Constructors Constructor Description RegexTokenizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcache(Matcher m)protected MatchergetPrefixMatcher()protected booleanisDuplicate(Matcher m)
-
-
-
Field Detail
-
s
protected String s
-
i
protected int i
-
firstRun
protected boolean firstRun
-
matchers
protected IdentityHashMap<Matcher,Matcher> matchers
-
currentPrefixMatcher
protected Matcher currentPrefixMatcher
-
-