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