public abstract class android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl implements android.view.inputmethod.InputMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl
  super_class: java.lang.Object
{
  final android.inputmethodservice.AbstractInputMethodService this$0;
    descriptor: Landroid/inputmethodservice/AbstractInputMethodService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(android.inputmethodservice.AbstractInputMethodService);
    descriptor: (Landroid/inputmethodservice/AbstractInputMethodService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl this
         0: .line 60
            aload 0 /* this */
            aload 1
            putfield android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl.this$0:Landroid/inputmethodservice/AbstractInputMethodService;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/inputmethodservice/AbstractInputMethodService$AbstractInputMethodImpl;
    MethodParameters:
        Name  Flags
      this$0  final

  public void createSession(android.view.inputmethod.InputMethod$SessionCallback);
    descriptor: (Landroid/view/inputmethod/InputMethod$SessionCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl this
        start local 1 // android.view.inputmethod.InputMethod$SessionCallback callback
         0: .line 68
            aload 1 /* callback */
            aload 0 /* this */
            getfield android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl.this$0:Landroid/inputmethodservice/AbstractInputMethodService;
            invokevirtual android.inputmethodservice.AbstractInputMethodService.onCreateInputMethodSessionInterface:()Landroid/inputmethodservice/AbstractInputMethodService$AbstractInputMethodSessionImpl;
            invokeinterface android.view.inputmethod.InputMethod$SessionCallback.sessionCreated:(Landroid/view/inputmethod/InputMethodSession;)V
         1: .line 69
            return
        end local 1 // android.view.inputmethod.InputMethod$SessionCallback callback
        end local 0 // android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/inputmethodservice/AbstractInputMethodService$AbstractInputMethodImpl;
            0    2     1  callback  Landroid/view/inputmethod/InputMethod$SessionCallback;
    MethodParameters:
          Name  Flags
      callback  

  public void setSessionEnabled(android.view.inputmethod.InputMethodSession, boolean);
    descriptor: (Landroid/view/inputmethod/InputMethodSession;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl this
        start local 1 // android.view.inputmethod.InputMethodSession session
        start local 2 // boolean enabled
         0: .line 78
            aload 1 /* session */
            checkcast android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl
            iload 2 /* enabled */
            invokevirtual android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl.setEnabled:(Z)V
         1: .line 79
            return
        end local 2 // boolean enabled
        end local 1 // android.view.inputmethod.InputMethodSession session
        end local 0 // android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/inputmethodservice/AbstractInputMethodService$AbstractInputMethodImpl;
            0    2     1  session  Landroid/view/inputmethod/InputMethodSession;
            0    2     2  enabled  Z
    MethodParameters:
         Name  Flags
      session  
      enabled  

  public void revokeSession(android.view.inputmethod.InputMethodSession);
    descriptor: (Landroid/view/inputmethod/InputMethodSession;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl this
        start local 1 // android.view.inputmethod.InputMethodSession session
         0: .line 88
            aload 1 /* session */
            checkcast android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl
            invokevirtual android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl.revokeSelf:()V
         1: .line 89
            return
        end local 1 // android.view.inputmethod.InputMethodSession session
        end local 0 // android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/inputmethodservice/AbstractInputMethodService$AbstractInputMethodImpl;
            0    2     1  session  Landroid/view/inputmethod/InputMethodSession;
    MethodParameters:
         Name  Flags
      session  
}
SourceFile: "AbstractInputMethodService.java"
NestHost: android.inputmethodservice.AbstractInputMethodService
InnerClasses:
  public abstract AbstractInputMethodImpl = android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl of android.inputmethodservice.AbstractInputMethodService
  public abstract AbstractInputMethodSessionImpl = android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl of android.inputmethodservice.AbstractInputMethodService
  public abstract SessionCallback = android.view.inputmethod.InputMethod$SessionCallback of android.view.inputmethod.InputMethod