Class StrptimeParser.FormatBag

java.lang.Object
org.jruby.util.StrptimeParser.FormatBag
Enclosing class:
StrptimeParser

public static class StrptimeParser.FormatBag extends Object
Ported Date::Format::Bag from lib/ruby/stdlib/date/format.rb in JRuby 9.1.5.0. see https://github.com/jruby/jruby/blob/036ce39f0476d4bd718e23e64caff36bb50b8dbc/lib/ruby/stdlib/date/format.rb
  • Field Details

    • mDay

      private int mDay
    • wDay

      private int wDay
    • cWDay

      private int cWDay
    • yDay

      private int yDay
    • cWeek

      private int cWeek
    • cWYear

      private long cWYear
    • min

      private int min
    • mon

      private int mon
    • hour

      private int hour
    • year

      private long year
    • sec

      private int sec
    • wNum0

      private int wNum0
    • wNum1

      private int wNum1
    • zone

      private String zone
    • secFraction

      private Number secFraction
    • secFractionSize

      private int secFractionSize
    • seconds

      private Number seconds
    • secondsSize

      private int secondsSize
    • merid

      private int merid
    • cent

      private long cent
    • leftover

      private String leftover
  • Constructor Details

    • FormatBag

      public FormatBag()
  • Method Details

    • getMDay

      public int getMDay()
    • getWDay

      public int getWDay()
    • getCWDay

      public int getCWDay()
    • getYDay

      public int getYDay()
    • getCWeek

      public int getCWeek()
    • getCWYear

      public long getCWYear()
    • getMin

      public int getMin()
    • getMon

      public int getMon()
    • getHour

      public int getHour()
    • getYear

      public long getYear()
    • getSec

      public int getSec()
    • getWNum0

      public int getWNum0()
    • getWNum1

      public int getWNum1()
    • getZone

      public String getZone()
    • getSecFraction

      public Number getSecFraction()
    • getSecFractionSize

      public int getSecFractionSize()
    • getSeconds

      public Number getSeconds()
    • getSecondsSize

      public int getSecondsSize()
    • getMerid

      public int getMerid()
    • getCent

      public long getCent()
    • getLeftover

      public String getLeftover()
    • has

      public static boolean has(int v)
    • has

      public static boolean has(long v)
    • has

      public static boolean has(Number v)