final class sun.awt.im.InputMethodLocator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.awt.im.InputMethodLocator
  super_class: java.lang.Object
{
  private java.awt.im.spi.InputMethodDescriptor descriptor;
    descriptor: Ljava/awt/im/spi/InputMethodDescriptor;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.ClassLoader loader;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Locale locale;
    descriptor: Ljava/util/Locale;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.awt.im.spi.InputMethodDescriptor, java.lang.ClassLoader, java.util.Locale);
    descriptor: (Ljava/awt/im/spi/InputMethodDescriptor;Ljava/lang/ClassLoader;Ljava/util/Locale;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.awt.im.InputMethodLocator this
        start local 1 // java.awt.im.spi.InputMethodDescriptor descriptor
        start local 2 // java.lang.ClassLoader loader
        start local 3 // java.util.Locale locale
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 1 /* descriptor */
            ifnonnull 3
         2: .line 50
            new java.lang.NullPointerException
            dup
            ldc "descriptor can't be null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 52
      StackMap locals: sun.awt.im.InputMethodLocator java.awt.im.spi.InputMethodDescriptor java.lang.ClassLoader java.util.Locale
      StackMap stack:
            aload 0 /* this */
            aload 1 /* descriptor */
            putfield sun.awt.im.InputMethodLocator.descriptor:Ljava/awt/im/spi/InputMethodDescriptor;
         4: .line 53
            aload 0 /* this */
            aload 2 /* loader */
            putfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
         5: .line 54
            aload 0 /* this */
            aload 3 /* locale */
            putfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
         6: .line 55
            return
        end local 3 // java.util.Locale locale
        end local 2 // java.lang.ClassLoader loader
        end local 1 // java.awt.im.spi.InputMethodDescriptor descriptor
        end local 0 // sun.awt.im.InputMethodLocator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lsun/awt/im/InputMethodLocator;
            0    7     1  descriptor  Ljava/awt/im/spi/InputMethodDescriptor;
            0    7     2      loader  Ljava/lang/ClassLoader;
            0    7     3      locale  Ljava/util/Locale;
    MethodParameters:
            Name  Flags
      descriptor  
      loader      
      locale      

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.im.InputMethodLocator this
        start local 1 // java.lang.Object other
         0: .line 58
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 59
            iconst_1
            ireturn
         2: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* other */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 62
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 65
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast sun.awt.im.InputMethodLocator
            astore 2 /* otherLocator */
        start local 2 // sun.awt.im.InputMethodLocator otherLocator
         5: .line 66
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.descriptor:Ljava/awt/im/spi/InputMethodDescriptor;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 2 /* otherLocator */
            getfield sun.awt.im.InputMethodLocator.descriptor:Ljava/awt/im/spi/InputMethodDescriptor;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 67
            iconst_0
            ireturn
         7: .line 69
      StackMap locals: sun.awt.im.InputMethodLocator
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            ifnonnull 8
            aload 2 /* otherLocator */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            ifnonnull 9
         8: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            ifnull 10
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            aload 2 /* otherLocator */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 10
         9: .line 71
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        10: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
            ifnonnull 11
            aload 2 /* otherLocator */
            getfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
            ifnonnull 12
        11: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
            ifnull 13
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
            aload 2 /* otherLocator */
            getfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifne 13
        12: .line 75
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        13: .line 77
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // sun.awt.im.InputMethodLocator otherLocator
        end local 1 // java.lang.Object other
        end local 0 // sun.awt.im.InputMethodLocator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lsun/awt/im/InputMethodLocator;
            0   14     1         other  Ljava/lang/Object;
            5   14     2  otherLocator  Lsun/awt/im/InputMethodLocator;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.awt.im.InputMethodLocator this
         0: .line 81
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.descriptor:Ljava/awt/im/spi/InputMethodDescriptor;
            invokevirtual java.lang.Object.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 82
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            ifnull 3
         2: .line 83
            iload 1 /* result */
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            invokevirtual java.lang.Object.hashCode:()I
            bipush 10
            ishl
            ior
            istore 1 /* result */
         3: .line 85
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
            ifnull 5
         4: .line 86
            iload 1 /* result */
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
            invokevirtual java.util.Locale.hashCode:()I
            bipush 20
            ishl
            ior
            istore 1 /* result */
         5: .line 88
      StackMap locals:
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // sun.awt.im.InputMethodLocator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/awt/im/InputMethodLocator;
            1    6     1  result  I

  java.awt.im.spi.InputMethodDescriptor getDescriptor();
    descriptor: ()Ljava/awt/im/spi/InputMethodDescriptor;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.InputMethodLocator this
         0: .line 92
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.descriptor:Ljava/awt/im/spi/InputMethodDescriptor;
            areturn
        end local 0 // sun.awt.im.InputMethodLocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/im/InputMethodLocator;

  java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.InputMethodLocator this
         0: .line 96
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            areturn
        end local 0 // sun.awt.im.InputMethodLocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/im/InputMethodLocator;

  java.util.Locale getLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.im.InputMethodLocator this
         0: .line 100
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
            areturn
        end local 0 // sun.awt.im.InputMethodLocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/im/InputMethodLocator;

  boolean isLocaleAvailable(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.awt.im.InputMethodLocator this
        start local 1 // java.util.Locale locale
         0: .line 109
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.descriptor:Ljava/awt/im/spi/InputMethodDescriptor;
            invokeinterface java.awt.im.spi.InputMethodDescriptor.getAvailableLocales:()[Ljava/util/Locale;
            astore 2 /* locales */
        start local 2 // java.util.Locale[] locales
         1: .line 110
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 111
      StackMap locals: java.util.Locale[] int
      StackMap stack:
            aload 2 /* locales */
            iload 3 /* i */
            aaload
            aload 1 /* locale */
            invokevirtual java.util.Locale.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 112
            iconst_1
            ireturn
         5: .line 110
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 2 /* locales */
            arraylength
            if_icmplt 3
        end local 3 // int i
        end local 2 // java.util.Locale[] locales
         7: .line 115
            goto 9
      StackMap locals: sun.awt.im.InputMethodLocator java.util.Locale
      StackMap stack: java.awt.AWTException
         8: pop
         9: .line 118
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.util.Locale locale
        end local 0 // sun.awt.im.InputMethodLocator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lsun/awt/im/InputMethodLocator;
            0   10     1   locale  Ljava/util/Locale;
            1    7     2  locales  [Ljava/util/Locale;
            2    7     3        i  I
      Exception table:
        from    to  target  type
           0     4       8  Class java.awt.AWTException
           5     7       8  Class java.awt.AWTException
    MethodParameters:
        Name  Flags
      locale  

  sun.awt.im.InputMethodLocator deriveLocator(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Lsun/awt/im/InputMethodLocator;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.awt.im.InputMethodLocator this
        start local 1 // java.util.Locale forLocale
         0: .line 128
            aload 1 /* forLocale */
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
            if_acmpne 2
         1: .line 129
            aload 0 /* this */
            areturn
         2: .line 131
      StackMap locals:
      StackMap stack:
            new sun.awt.im.InputMethodLocator
            dup
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.descriptor:Ljava/awt/im/spi/InputMethodDescriptor;
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            aload 1 /* forLocale */
            invokespecial sun.awt.im.InputMethodLocator.<init>:(Ljava/awt/im/spi/InputMethodDescriptor;Ljava/lang/ClassLoader;Ljava/util/Locale;)V
            areturn
        end local 1 // java.util.Locale forLocale
        end local 0 // sun.awt.im.InputMethodLocator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/awt/im/InputMethodLocator;
            0    3     1  forLocale  Ljava/util/Locale;
    MethodParameters:
           Name  Flags
      forLocale  

  boolean sameInputMethod(sun.awt.im.InputMethodLocator);
    descriptor: (Lsun/awt/im/InputMethodLocator;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.im.InputMethodLocator this
        start local 1 // sun.awt.im.InputMethodLocator other
         0: .line 140
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 141
            iconst_1
            ireturn
         2: .line 143
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            ifnonnull 4
         3: .line 144
            iconst_0
            ireturn
         4: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.descriptor:Ljava/awt/im/spi/InputMethodDescriptor;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* other */
            getfield sun.awt.im.InputMethodLocator.descriptor:Ljava/awt/im/spi/InputMethodDescriptor;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 148
            iconst_0
            ireturn
         6: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            ifnonnull 7
            aload 1 /* other */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            ifnonnull 8
         7: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            ifnull 9
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            aload 1 /* other */
            getfield sun.awt.im.InputMethodLocator.loader:Ljava/lang/ClassLoader;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 152
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         9: .line 154
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // sun.awt.im.InputMethodLocator other
        end local 0 // sun.awt.im.InputMethodLocator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/awt/im/InputMethodLocator;
            0   10     1  other  Lsun/awt/im/InputMethodLocator;
    MethodParameters:
       Name  Flags
      other  

  java.lang.String getActionCommandString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.awt.im.InputMethodLocator this
         0: .line 164
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.descriptor:Ljava/awt/im/spi/InputMethodDescriptor;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 1 /* inputMethodString */
        start local 1 // java.lang.String inputMethodString
         1: .line 165
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
            ifnonnull 3
         2: .line 166
            aload 1 /* inputMethodString */
            areturn
         3: .line 168
      StackMap locals: java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* inputMethodString */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.awt.im.InputMethodLocator.locale:Ljava/util/Locale;
            invokevirtual java.util.Locale.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String inputMethodString
        end local 0 // sun.awt.im.InputMethodLocator this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lsun/awt/im/InputMethodLocator;
            1    4     1  inputMethodString  Ljava/lang/String;
}
SourceFile: "InputMethodLocator.java"