Project Wonder 5.0

Uses of Class
er.chronic.utils.Span

Packages that use Span
er.chronic ERChronic is a nearly direct port to Java of the Ruby Chronic library
er.chronic.handlers   
er.chronic.repeaters   
er.chronic.utils   
 

Uses of Span in er.chronic
 

Methods in er.chronic that return Span
protected static Span Chronic.guess(Span span)
          Guess a specific time within the given span
static Span Chronic.parse(java.lang.String text)
           
static Span Chronic.parse(java.lang.String text, Options options)
          Parses a string containing a natural language date or time.
 

Methods in er.chronic with parameters of type Span
protected static Span Chronic.guess(Span span)
          Guess a specific time within the given span
 

Uses of Span in er.chronic.handlers
 

Methods in er.chronic.handlers that return Span
static Span Handler.dayOrTime(java.util.Calendar dayStart, java.util.List<Token> timeTokens, Options options)
           
static Span Handler.findWithin(java.util.List<Repeater<?>> tags, Span span, Pointer.PointerType pointer, Options options)
          Recursively finds repeaters within other repeaters.
static Span Handler.getAnchor(java.util.List<Token> tokens, Options options)
           
 Span SySmSdHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span SyHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span SmSyHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span SmSdSyHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span SmSdHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span SdSmSyHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span SdRmnSyHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span SRPHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span SRPAHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span RmnSyHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span RmnSdSyHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span RmnSdOnHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span RmnSdHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span RmnOdOnHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span RmnOdHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span RdnRmnSdTTzSyHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span RHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span RGRHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span PSRHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span ORSRHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span ORGRHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span IHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span DummyHandler.handle(java.util.List<Token> tokens, Options options)
           
 Span SRPHandler.handle(java.util.List<Token> tokens, Span span, Options options)
           
 Span ORRHandler.handle(java.util.List<Token> tokens, Span outerSpan, Options options)
           
 Span MDHandler.handle(Repeater<?> month, Tag<? extends java.lang.Number> day, java.util.List<Token> timeTokens, Options options)
           
static Span Handler.parseTime(java.util.List<Token> tokens, int timeTokenOffset, int year, int month, int day, Options options)
           
static Span Handler.tokensToSpan(java.util.List<Token> tokens, Options options)
           
 

Methods in er.chronic.handlers with parameters of type Span
static Span Handler.findWithin(java.util.List<Repeater<?>> tags, Span span, Pointer.PointerType pointer, Options options)
          Recursively finds repeaters within other repeaters.
 Span SRPHandler.handle(java.util.List<Token> tokens, Span span, Options options)
           
 Span ORRHandler.handle(java.util.List<Token> tokens, Span outerSpan, Options options)
           
 

Uses of Span in er.chronic.repeaters
 

Methods in er.chronic.repeaters that return Span
protected  Span RepeaterYear._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeekend._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeekday._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeek._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterTime._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSecond._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSeasonName._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSeason._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMonthName._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMonth._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMinute._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterHour._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterFortnight._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDayPortion._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDayName._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDay._nextSpan(Pointer.PointerType pointer)
           
protected abstract  Span Repeater._nextSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterYear._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeekend._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeekday._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterWeek._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterTime._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSecond._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSeasonName._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterSeason._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMonthName._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMonth._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterMinute._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterHour._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterFortnight._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDayPortion._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDayName._thisSpan(Pointer.PointerType pointer)
           
protected  Span RepeaterDay._thisSpan(Pointer.PointerType pointer)
           
protected abstract  Span Repeater._thisSpan(Pointer.PointerType pointer)
           
 Span RepeaterYear.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterWeekend.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterWeekday.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterWeek.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterTime.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterSecond.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterSeasonName.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterSeason.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterMonthName.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterMonth.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterMinute.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterHour.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterFortnight.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterDayPortion.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterDayName.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterDay.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
abstract  Span Repeater.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span Repeater.nextSpan(Pointer.PointerType pointer)
          returns the next occurance of this repeatable.
 Span Repeater.thisSpan(Pointer.PointerType pointer)
           
 

Methods in er.chronic.repeaters with parameters of type Span
 Span RepeaterYear.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterWeekend.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterWeekday.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterWeek.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterTime.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterSecond.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterSeasonName.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterSeason.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterMonthName.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterMonth.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterMinute.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterHour.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterFortnight.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterDayPortion.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterDayName.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 Span RepeaterDay.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
abstract  Span Repeater.getOffset(Span span, float amount, Pointer.PointerType pointer)
           
 

Uses of Span in er.chronic.utils
 

Methods in er.chronic.utils that return Span
 Span Span.add(float seconds)
          Add a number of seconds to this span, returning the resulting Span
 Span Span.add(long seconds)
          Add a number of seconds to this span, returning the resulting Span
 Span Span.subtract(long seconds)
          Subtract a number of seconds to this span, returning the resulting Span
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.