abstract class javax.mail.internet.MailDateFormat$AbstractDateParser
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: javax.mail.internet.MailDateFormat$AbstractDateParser
  super_class: java.lang.Object
{
  static final int INVALID_CHAR;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  static final int MAX_YEAR_DIGITS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  final java.lang.String text;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final java.text.ParsePosition pos;
    descriptor: Ljava/text/ParsePosition;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.String, java.text.ParsePosition);
    descriptor: (Ljava/lang/String;Ljava/text/ParsePosition;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.mail cannot be resolved\n\tMailLogger cannot be resolved to a type\n\tMailLogger cannot be resolved to a type\n\tMailLogger cannot be resolved to a type\n\tMailLogger cannot be resolved to a type\n\tMailLogger cannot be resolved to a type\n\tMailLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    MethodParameters:
      Name  Flags
      text  
      pos   

  final java.util.Date parse();
    descriptor: ()Ljava/util/Date;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 426
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMailLogger cannot be resolved to a type\n\tMailLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;

  abstract java.util.Date tryParse();
    descriptor: ()Ljava/util/Date;
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.text.ParseException

  final int parseDayName();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 440
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    Exceptions:
      throws java.text.ParseException

  final int parseMonthName(boolean);
    descriptor: (Z)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 483
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    Exceptions:
      throws java.text.ParseException
    MethodParameters:
               Name  Flags
      caseSensitive  

  final int parseZoneOffset();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 598
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    Exceptions:
      throws java.text.ParseException

  boolean isValidZoneOffset(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 615
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    MethodParameters:
        Name  Flags
      offset  

  final int parseAsciiDigits(int);
    descriptor: (I)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 619
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    Exceptions:
      throws java.text.ParseException
    MethodParameters:
       Name  Flags
      count  

  final int parseAsciiDigits(int, int);
    descriptor: (II)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 623
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    Exceptions:
      throws java.text.ParseException
    MethodParameters:
      Name  Flags
      min   
      max   

  final int parseAsciiDigits(int, int, boolean);
    descriptor: (IIZ)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 627
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    Exceptions:
      throws java.text.ParseException
    MethodParameters:
       Name  Flags
      min    
      max    
      isEOF  

  final void parseFoldingWhiteSpace();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 650
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    Exceptions:
      throws java.text.ParseException

  final void parseChar(char);
    descriptor: (C)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 657
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    Exceptions:
      throws java.text.ParseException
    MethodParameters:
      Name  Flags
      ch    

  final int getAsciiDigit();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 664
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;

  final int getChar();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 676
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;

  boolean skipFoldingWhiteSpace();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 686
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;

  final boolean skipWhiteSpace();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 716
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;

  final boolean skipNewline();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 722
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;

  final boolean skipAlternativeTriple(char, char, char, char, char, char);
    descriptor: (CCCCCC)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 726
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    MethodParameters:
                   Name  Flags
      firstStandard      
      firstAlternative   
      secondStandard     
      secondAlternative  
      thirdStandard      
      thirdAlternative   

  final boolean skipAlternativePair(char, char, char, char);
    descriptor: (CCCC)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 742
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    MethodParameters:
                   Name  Flags
      firstStandard      
      firstAlternative   
      secondStandard     
      secondAlternative  

  final boolean skipAlternative(char, char);
    descriptor: (CC)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 756
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    MethodParameters:
             Name  Flags
      standard     
      alternative  

  final boolean skipPair(char, char);
    descriptor: (CC)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 760
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    MethodParameters:
        Name  Flags
      first   
      second  

  final boolean skipChar(char);
    descriptor: (C)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 771
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    MethodParameters:
      Name  Flags
      ch    

  final boolean peekAsciiDigit();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 781
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;

  boolean peekFoldingWhiteSpace();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 787
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;

  final boolean peekChar(char);
    descriptor: (C)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
         0: .line 794
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.mail.internet.MailDateFormat$AbstractDateParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/mail/internet/MailDateFormat$AbstractDateParser;
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "MailDateFormat.java"
NestHost: javax.mail.internet.MailDateFormat
InnerClasses:
  private abstract AbstractDateParser = javax.mail.internet.MailDateFormat$AbstractDateParser of javax.mail.internet.MailDateFormat