class android.widget.NumberPicker$SetSelectionCommand implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.NumberPicker$SetSelectionCommand
  super_class: java.lang.Object
{
  private final android.widget.EditText mInputText;
    descriptor: Landroid/widget/EditText;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int mSelectionStart;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mSelectionEnd;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean mPosted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.widget.EditText);
    descriptor: (Landroid/widget/EditText;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.NumberPicker$SetSelectionCommand this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.internal.R cannot be resolved\n\tThe import libcore.icu cannot be resolved\n\tR cannot be resolved to a variable\n\tLocaleData cannot be resolved\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.NumberPicker$SetSelectionCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/NumberPicker$SetSelectionCommand;
    MethodParameters:
           Name  Flags
      inputText  

  public void post(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.NumberPicker$SetSelectionCommand this
         0: .line 2304
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.NumberPicker$SetSelectionCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/NumberPicker$SetSelectionCommand;
    MethodParameters:
                Name  Flags
      selectionStart  
      selectionEnd    

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.NumberPicker$SetSelectionCommand this
         0: .line 2314
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.NumberPicker$SetSelectionCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/NumberPicker$SetSelectionCommand;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.NumberPicker$SetSelectionCommand this
         0: .line 2322
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.NumberPicker$SetSelectionCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/NumberPicker$SetSelectionCommand;
}
SourceFile: "NumberPicker.java"
NestHost: android.widget.NumberPicker
InnerClasses:
  private SetSelectionCommand = android.widget.NumberPicker$SetSelectionCommand of android.widget.NumberPicker