protected static class Timeline.TimeOfDayParser extends Timeline.BaseParser
| Modifier and Type | Field and Description |
|---|---|
protected static long |
END_OF_DAY |
| Modifier | Constructor and Description |
|---|---|
protected |
TimeOfDayParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addToTimeline(Timeline tl,
long start,
long end) |
protected Timeline |
createTimeline() |
protected long |
parsePart(java.lang.String value)
Should parse the provided sub pattern and add it to the timeline.
|
parseprotected static final long END_OF_DAY
protected Timeline createTimeline()
createTimeline in class Timeline.BaseParserprotected void addToTimeline(Timeline tl, long start, long end)
addToTimeline in class Timeline.BaseParserprotected long parsePart(java.lang.String value)
throws java.lang.Exception
Timeline.BaseParserparsePart in class Timeline.BaseParserjava.lang.Exception