
Public Member Functions | |
| ScalarYear (Integer type) | |
| String | toString () |
Static Public Member Functions | |
| static ScalarYear | scan (Token token, Token postToken, Options options) |
Static Public Attributes | |
| static final Pattern | YEAR_PATTERN = Pattern.compile("^([12]\\d\\d\\d|[0456789]\\d)$") |
| ScalarYear | ( | Integer | type | ) |
| static ScalarYear scan | ( | Token | token, | |
| Token | postToken, | |||
| Options | options | |||
| ) | [static] |
Reimplemented from Scalar.
final Pattern YEAR_PATTERN = Pattern.compile("^([12]\\d\\d\\d|[0456789]\\d)$") [static] |
1.5.8