class org.joda.time.format.DateTimeParserInternalParser implements org.joda.time.format.InternalParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.joda.time.format.DateTimeParserInternalParser
  super_class: java.lang.Object
{
  private final org.joda.time.format.DateTimeParser underlying;
    descriptor: Lorg/joda/time/format/DateTimeParser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static org.joda.time.format.InternalParser of(org.joda.time.format.DateTimeParser);
    descriptor: (Lorg/joda/time/format/DateTimeParser;)Lorg/joda/time/format/InternalParser;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.joda.time.format.DateTimeParser underlying
         0: .line 29
            aload 0 /* underlying */
            instanceof org.joda.time.format.InternalParserDateTimeParser
            ifeq 2
         1: .line 30
            aload 0 /* underlying */
            checkcast org.joda.time.format.InternalParser
            areturn
         2: .line 32
      StackMap locals:
      StackMap stack:
            aload 0 /* underlying */
            ifnonnull 4
         3: .line 33
            aconst_null
            areturn
         4: .line 35
      StackMap locals:
      StackMap stack:
            new org.joda.time.format.DateTimeParserInternalParser
            dup
            aload 0 /* underlying */
            invokespecial org.joda.time.format.DateTimeParserInternalParser.<init>:(Lorg/joda/time/format/DateTimeParser;)V
            areturn
        end local 0 // org.joda.time.format.DateTimeParser underlying
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0  underlying  Lorg/joda/time/format/DateTimeParser;
    MethodParameters:
            Name  Flags
      underlying  

  private void <init>(org.joda.time.format.DateTimeParser);
    descriptor: (Lorg/joda/time/format/DateTimeParser;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joda.time.format.DateTimeParserInternalParser this
        start local 1 // org.joda.time.format.DateTimeParser underlying
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* underlying */
            putfield org.joda.time.format.DateTimeParserInternalParser.underlying:Lorg/joda/time/format/DateTimeParser;
         2: .line 40
            return
        end local 1 // org.joda.time.format.DateTimeParser underlying
        end local 0 // org.joda.time.format.DateTimeParserInternalParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/joda/time/format/DateTimeParserInternalParser;
            0    3     1  underlying  Lorg/joda/time/format/DateTimeParser;
    MethodParameters:
            Name  Flags
      underlying  

  org.joda.time.format.DateTimeParser getUnderlying();
    descriptor: ()Lorg/joda/time/format/DateTimeParser;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.format.DateTimeParserInternalParser this
         0: .line 44
            aload 0 /* this */
            getfield org.joda.time.format.DateTimeParserInternalParser.underlying:Lorg/joda/time/format/DateTimeParser;
            areturn
        end local 0 // org.joda.time.format.DateTimeParserInternalParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/format/DateTimeParserInternalParser;

  public int estimateParsedLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joda.time.format.DateTimeParserInternalParser this
         0: .line 48
            aload 0 /* this */
            getfield org.joda.time.format.DateTimeParserInternalParser.underlying:Lorg/joda/time/format/DateTimeParser;
            invokeinterface org.joda.time.format.DateTimeParser.estimateParsedLength:()I
            ireturn
        end local 0 // org.joda.time.format.DateTimeParserInternalParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joda/time/format/DateTimeParserInternalParser;

  public int parseInto(org.joda.time.format.DateTimeParserBucket, java.lang.CharSequence, int);
    descriptor: (Lorg/joda/time/format/DateTimeParserBucket;Ljava/lang/CharSequence;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.joda.time.format.DateTimeParserInternalParser this
        start local 1 // org.joda.time.format.DateTimeParserBucket bucket
        start local 2 // java.lang.CharSequence text
        start local 3 // int position
         0: .line 52
            aload 0 /* this */
            getfield org.joda.time.format.DateTimeParserInternalParser.underlying:Lorg/joda/time/format/DateTimeParser;
            aload 1 /* bucket */
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            iload 3 /* position */
            invokeinterface org.joda.time.format.DateTimeParser.parseInto:(Lorg/joda/time/format/DateTimeParserBucket;Ljava/lang/String;I)I
            ireturn
        end local 3 // int position
        end local 2 // java.lang.CharSequence text
        end local 1 // org.joda.time.format.DateTimeParserBucket bucket
        end local 0 // org.joda.time.format.DateTimeParserInternalParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/joda/time/format/DateTimeParserInternalParser;
            0    1     1    bucket  Lorg/joda/time/format/DateTimeParserBucket;
            0    1     2      text  Ljava/lang/CharSequence;
            0    1     3  position  I
    MethodParameters:
          Name  Flags
      bucket    
      text      
      position  
}
SourceFile: "DateTimeParserInternalParser.java"