public class sun.util.locale.ParseStatus
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.util.locale.ParseStatus
  super_class: java.lang.Object
{
  int parseLength;
    descriptor: I
    flags: (0x0000) 

  int errorIndex;
    descriptor: I
    flags: (0x0000) 

  java.lang.String errorMsg;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.util.locale.ParseStatus this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            invokevirtual sun.util.locale.ParseStatus.reset:()V
         2: .line 41
            return
        end local 0 // sun.util.locale.ParseStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/util/locale/ParseStatus;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.util.locale.ParseStatus this
         0: .line 44
            aload 0 /* this */
            iconst_0
            putfield sun.util.locale.ParseStatus.parseLength:I
         1: .line 45
            aload 0 /* this */
            iconst_m1
            putfield sun.util.locale.ParseStatus.errorIndex:I
         2: .line 46
            aload 0 /* this */
            aconst_null
            putfield sun.util.locale.ParseStatus.errorMsg:Ljava/lang/String;
         3: .line 47
            return
        end local 0 // sun.util.locale.ParseStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/util/locale/ParseStatus;

  public boolean isError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.util.locale.ParseStatus this
         0: .line 50
            aload 0 /* this */
            getfield sun.util.locale.ParseStatus.errorIndex:I
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.util.locale.ParseStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/util/locale/ParseStatus;

  public int getErrorIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.util.locale.ParseStatus this
         0: .line 54
            aload 0 /* this */
            getfield sun.util.locale.ParseStatus.errorIndex:I
            ireturn
        end local 0 // sun.util.locale.ParseStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/util/locale/ParseStatus;

  public int getParseLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.util.locale.ParseStatus this
         0: .line 58
            aload 0 /* this */
            getfield sun.util.locale.ParseStatus.parseLength:I
            ireturn
        end local 0 // sun.util.locale.ParseStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/util/locale/ParseStatus;

  public java.lang.String getErrorMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.util.locale.ParseStatus this
         0: .line 62
            aload 0 /* this */
            getfield sun.util.locale.ParseStatus.errorMsg:Ljava/lang/String;
            areturn
        end local 0 // sun.util.locale.ParseStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/util/locale/ParseStatus;
}
SourceFile: "ParseStatus.java"