public class DerivedAgeScanner extends EnumeratedPropertyFileScanner
BEGIN_RANGE, COMMENT_LINE, DEFAULT_PROPERTY_VALUE, END_RANGE, PROPERTY_NAME, PROPERTY_VALUE, YYEOF, YYINITIAL| Constructor and Description |
|---|
DerivedAgeScanner(Reader in,
jflex.UnicodeVersion unicodeVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accept(String propertyValue)
Returns true if the given property value, which is a major.minor
Unicode version, is less than or equal to the Unicode version,
false otherwise.
|
void |
addPropertyValueIntervals()
Specialized to make each version's code point ranges include all
older versions' code point ranges, and to handle overlapping
code point ranges.
|
scan, yybegin, yycharat, yyclose, yylength, yypushback, yyreset, yystate, yytextpublic DerivedAgeScanner(Reader in, jflex.UnicodeVersion unicodeVersion)
protected boolean accept(String propertyValue)
accept in class EnumeratedPropertyFileScannerpublic void addPropertyValueIntervals()
addPropertyValueIntervals in class EnumeratedPropertyFileScannerCopyright © 2008–2015. All rights reserved.