Class TimeToken


  • class TimeToken
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AM
      Constant AM=5
      static int APR
      Constant APR=31
      static int AUG
      Constant AUG=35
      static int COLON
      Constant COLON=24
      static int DAYS
      Constant DAYS=15
      static int DEC
      Constant DEC=39
      static int DOT
      Constant DOT=23
      static int END
      Constant END=11
      static int EOF
      Constant EOF=-1
      static int FEB
      Constant FEB=29
      static int FRI
      Constant FRI=45
      static int HOURS
      Constant HOURS=14
      static int ID
      Constant ID=26
      static int JAN
      Constant JAN=28
      static int JUL
      Constant JUL=34
      static int JUN
      Constant JUN=33
      static int JUNK
      Constant JUNK=27
      static int MAR
      Constant MAR=30
      static int MAY
      Constant MAY=32
      static int MIDNIGHT
      Constant MIDNIGHT=1
      static int MINUS
      Constant MINUS=22
      static int MINUTES
      Constant MINUTES=13
      static int MON
      Constant MON=41
      static int MONTHS
      Constant MONTHS=17
      static int MONTHS_MINUTES
      Constant MONTHS_MINUTES=19
      static int NOON
      Constant NOON=2
      static int NOV
      Constant NOV=38
      static int NOW
      Constant NOW=9
      static int NUMBER
      Constant NUMBER=20
      static int OCT
      Constant OCT=37
      static int PLUS
      Constant PLUS=21
      static int PM
      Constant PM=4
      static int SAT
      Constant SAT=46
      static int SECONDS
      Constant SECONDS=12
      static int SEP
      Constant SEP=36
      static int SLASH
      Constant SLASH=25
      static int START
      Constant START=10
      static int SUN
      Constant SUN=40
      static int TEATIME
      Constant TEATIME=3
      static int THU
      Constant THU=44
      static int TODAY
      Constant TODAY=7
      (package private) int token_id  
      static int TOMORROW
      Constant TOMORROW=8
      static int TUE
      Constant TUE=42
      (package private) String value  
      static int WED
      Constant WED=43
      static int WEEKS
      Constant WEEKS=16
      static int YEARS
      Constant YEARS=18
      static int YESTERDAY
      Constant YESTERDAY=6
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeToken​(String value, int token_id)
      Constructor for TimeToken.