
Public Types | |
| enum | SeasonName { SPRING, SUMMER, AUTUMN, WINTER } |
Public Member Functions | |
| Span | getOffset (Span span, float amount, PointerType pointer) |
| int | getWidth () |
| RepeaterSeasonName (Object type) | |
| String | toString () |
Static Public Member Functions | |
| static RepeaterSeasonName | scan (Token token) |
Static Public Attributes | |
| static Pattern | AUTUMN_PATTERN = Pattern.compile("^(autumn|fall)s?$") |
| static Pattern | SPRING_PATTERN = Pattern.compile("^springs?$") |
| static Pattern | SUMMER_PATTERN = Pattern.compile("^summers?$") |
| static Pattern | WINTER_PATTERN = Pattern.compile("^winters?$") |
Protected Member Functions | |
| Span | _nextSpan (PointerType pointer) |
| Span | _thisSpan (PointerType pointer) |
| enum SeasonName |
| RepeaterSeasonName | ( | Object | type | ) |
| Span _nextSpan | ( | PointerType | pointer | ) | [protected] |
| Span _thisSpan | ( | PointerType | pointer | ) | [protected] |
| int getWidth | ( | ) |
| static RepeaterSeasonName scan | ( | Token | token | ) | [static] |
| String toString | ( | ) |
Pattern AUTUMN_PATTERN = Pattern.compile("^(autumn|fall)s?$") [static] |
Pattern SPRING_PATTERN = Pattern.compile("^springs?$") [static] |
Pattern SUMMER_PATTERN = Pattern.compile("^summers?$") [static] |
Pattern WINTER_PATTERN = Pattern.compile("^winters?$") [static] |
1.5.8