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
  • 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)