final class com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/InterruptibleTask$DoNothingRunnable;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable this
         0: .line 32
            return
        end local 0 // com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/InterruptibleTask$DoNothingRunnable;
}
SourceFile: "InterruptibleTask.java"
NestHost: com.google.common.util.concurrent.InterruptibleTask
InnerClasses:
  private final DoNothingRunnable = com.google.common.util.concurrent.InterruptibleTask$DoNothingRunnable of com.google.common.util.concurrent.InterruptibleTask