| Package | Description |
|---|---|
| org.goda.chronic | |
| org.goda.chronic.handlers | |
| org.goda.chronic.repeaters | |
| org.goda.chronic.utils | |
| org.goda.time |
Provides support for dates, times, time zones, durations, intervals, and
partials.
|
| org.goda.time.base |
Implementation package providing abstract and base time classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected static MutableInterval |
Chronic.guess(MutableInterval mutableInterval)
Guess a specific time within the given MutableInterval
|
static MutableInterval |
Chronic.parse(String text) |
static MutableInterval |
Chronic.parse(String text,
Options options)
Parses a string containing a natural language date or time.
|
| Modifier and Type | Method and Description |
|---|---|
protected static MutableInterval |
Chronic.guess(MutableInterval mutableInterval)
Guess a specific time within the given MutableInterval
|
| Modifier and Type | Method and Description |
|---|---|
static MutableInterval |
Handler.dayOrTime(DateTime dayStart,
List<Token> timeTokens,
Options options) |
static MutableInterval |
Handler.findWithin(List<Repeater<?>> tags,
MutableInterval mutableInterval,
Pointer.PointerType pointer,
Options options)
Recursively finds repeaters within other repeaters.
|
static MutableInterval |
Handler.getAnchor(List<Token> tokens,
Options options) |
MutableInterval |
SRPHandler.handle(List<Token> tokens,
MutableInterval MutableInterval,
Options options) |
MutableInterval |
ORRHandler.handle(List<Token> tokens,
MutableInterval outerMutableInterval,
Options options) |
MutableInterval |
RdnRmnSdTTzSyHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
DummyHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
SmSdSyHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
RmnSyHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
RmnSdHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
SmSyHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
RGRHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
SRPAHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
ORSRHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
PSRHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
RmnSdSyHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
SdRmnSyHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
SySmSdHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
SdSmSyHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
IHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
SmSdHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
RHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
SRPHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
RmnOdHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
ORGRHandler.handle(List<Token> tokens,
Options options) |
MutableInterval |
MDHandler.handle(Repeater<?> month,
Tag<? extends Number> day,
List<Token> timeTokens,
Options options) |
static MutableInterval |
Handler.tokensToMutableInterval(List<Token> tokens,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
static MutableInterval |
Handler.findWithin(List<Repeater<?>> tags,
MutableInterval mutableInterval,
Pointer.PointerType pointer,
Options options)
Recursively finds repeaters within other repeaters.
|
MutableInterval |
SRPHandler.handle(List<Token> tokens,
MutableInterval MutableInterval,
Options options) |
MutableInterval |
ORRHandler.handle(List<Token> tokens,
MutableInterval outerMutableInterval,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Time.getWidth(MutableInterval interval) |
| Modifier and Type | Method and Description |
|---|---|
MutableInterval |
MutableInterval.copy()
Clone this object without having to cast the returned object.
|
MutableInterval |
ReadableInterval.toMutableInterval()
Get this time interval as a
MutableInterval. |
| Modifier and Type | Method and Description |
|---|---|
MutableInterval |
AbstractInterval.toMutableInterval()
Get this time interval as a
MutableInterval. |
Copyright © 2013 os-cillation GmbH. All rights reserved.