class org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth
  super_class: java.lang.Object
{
  final org.apache.commons.lang3.time.FastDateParser$Strategy strategy;
    descriptor: Lorg/apache/commons/lang3/time/FastDateParser$Strategy;
    flags: (0x0010) ACC_FINAL

  final int width;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(org.apache.commons.lang3.time.FastDateParser$Strategy, int);
    descriptor: (Lorg/apache/commons/lang3/time/FastDateParser$Strategy;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth this
        start local 1 // org.apache.commons.lang3.time.FastDateParser$Strategy strategy
        start local 2 // int width
         0: .line 178
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 179
            aload 0 /* this */
            aload 1 /* strategy */
            putfield org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth.strategy:Lorg/apache/commons/lang3/time/FastDateParser$Strategy;
         2: .line 180
            aload 0 /* this */
            iload 2 /* width */
            putfield org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth.width:I
         3: .line 181
            return
        end local 2 // int width
        end local 1 // org.apache.commons.lang3.time.FastDateParser$Strategy strategy
        end local 0 // org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/commons/lang3/time/FastDateParser$StrategyAndWidth;
            0    4     1  strategy  Lorg/apache/commons/lang3/time/FastDateParser$Strategy;
            0    4     2     width  I
    MethodParameters:
          Name  Flags
      strategy  final
      width     final

  int getMaxWidth(java.util.ListIterator<org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth>);
    descriptor: (Ljava/util/ListIterator;)I
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth this
        start local 1 // java.util.ListIterator lt
         0: .line 184
            aload 0 /* this */
            getfield org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth.strategy:Lorg/apache/commons/lang3/time/FastDateParser$Strategy;
            invokevirtual org.apache.commons.lang3.time.FastDateParser$Strategy.isNumber:()Z
            ifeq 1
            aload 1 /* lt */
            invokeinterface java.util.ListIterator.hasNext:()Z
            ifne 2
         1: .line 185
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 187
      StackMap locals:
      StackMap stack:
            aload 1 /* lt */
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth
            getfield org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth.strategy:Lorg/apache/commons/lang3/time/FastDateParser$Strategy;
            astore 2 /* nextStrategy */
        start local 2 // org.apache.commons.lang3.time.FastDateParser$Strategy nextStrategy
         3: .line 188
            aload 1 /* lt */
            invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
            pop
         4: .line 189
            aload 2 /* nextStrategy */
            invokevirtual org.apache.commons.lang3.time.FastDateParser$Strategy.isNumber:()Z
            ifeq 5
            aload 0 /* this */
            getfield org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth.width:I
            goto 6
      StackMap locals: org.apache.commons.lang3.time.FastDateParser$Strategy
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: ireturn
        end local 2 // org.apache.commons.lang3.time.FastDateParser$Strategy nextStrategy
        end local 1 // java.util.ListIterator lt
        end local 0 // org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/apache/commons/lang3/time/FastDateParser$StrategyAndWidth;
            0    7     1            lt  Ljava/util/ListIterator<Lorg/apache/commons/lang3/time/FastDateParser$StrategyAndWidth;>;
            3    7     2  nextStrategy  Lorg/apache/commons/lang3/time/FastDateParser$Strategy;
    Signature: (Ljava/util/ListIterator<Lorg/apache/commons/lang3/time/FastDateParser$StrategyAndWidth;>;)I
    MethodParameters:
      Name  Flags
      lt    final
}
SourceFile: "FastDateParser.java"
NestHost: org.apache.commons.lang3.time.FastDateParser
InnerClasses:
  private abstract Strategy = org.apache.commons.lang3.time.FastDateParser$Strategy of org.apache.commons.lang3.time.FastDateParser
  private StrategyAndWidth = org.apache.commons.lang3.time.FastDateParser$StrategyAndWidth of org.apache.commons.lang3.time.FastDateParser