class com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp implements com.netflix.hystrix.AbstractCommand$TryableSemaphore
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp
  super_class: java.lang.Object
{
  public static final com.netflix.hystrix.AbstractCommand$TryableSemaphore DEFAULT;
    descriptor: Lcom/netflix/hystrix/AbstractCommand$TryableSemaphore;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 1640
            new com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp
            dup
            invokespecial com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp.<init>:()V
            putstatic com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp.DEFAULT:Lcom/netflix/hystrix/AbstractCommand$TryableSemaphore;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp this
         0: .line 1638
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/AbstractCommand$TryableSemaphoreNoOp;

  public boolean tryAcquire();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp this
         0: .line 1644
            iconst_1
            ireturn
        end local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/AbstractCommand$TryableSemaphoreNoOp;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp this
         0: .line 1650
            return
        end local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/AbstractCommand$TryableSemaphoreNoOp;

  public int getNumberOfPermitsUsed();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp this
         0: .line 1654
            iconst_0
            ireturn
        end local 0 // com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/AbstractCommand$TryableSemaphoreNoOp;
}
SourceFile: "AbstractCommand.java"
NestHost: com.netflix.hystrix.AbstractCommand
InnerClasses:
  abstract TryableSemaphore = com.netflix.hystrix.AbstractCommand$TryableSemaphore of com.netflix.hystrix.AbstractCommand
  TryableSemaphoreNoOp = com.netflix.hystrix.AbstractCommand$TryableSemaphoreNoOp of com.netflix.hystrix.AbstractCommand