public final class com.google.common.collect.BoundType extends java.lang.Enum<com.google.common.collect.BoundType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.google.common.collect.BoundType
  super_class: java.lang.Enum
{
  public static final com.google.common.collect.BoundType OPEN;
    descriptor: Lcom/google/common/collect/BoundType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.google.common.collect.BoundType CLOSED;
    descriptor: Lcom/google/common/collect/BoundType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  final boolean inclusive;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  private static final com.google.common.collect.BoundType[] ENUM$VALUES;
    descriptor: [Lcom/google/common/collect/BoundType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 28
            new com.google.common.collect.BoundType
            dup
            ldc "OPEN"
            iconst_0
         1: .line 29
            iconst_0
            invokespecial com.google.common.collect.BoundType.<init>:(Ljava/lang/String;IZ)V
            putstatic com.google.common.collect.BoundType.OPEN:Lcom/google/common/collect/BoundType;
         2: .line 30
            new com.google.common.collect.BoundType
            dup
            ldc "CLOSED"
            iconst_1
            iconst_1
            invokespecial com.google.common.collect.BoundType.<init>:(Ljava/lang/String;IZ)V
            putstatic com.google.common.collect.BoundType.CLOSED:Lcom/google/common/collect/BoundType;
         3: .line 27
            iconst_2
            anewarray com.google.common.collect.BoundType
            dup
            iconst_0
            getstatic com.google.common.collect.BoundType.OPEN:Lcom/google/common/collect/BoundType;
            aastore
            dup
            iconst_1
            getstatic com.google.common.collect.BoundType.CLOSED:Lcom/google/common/collect/BoundType;
            aastore
            putstatic com.google.common.collect.BoundType.ENUM$VALUES:[Lcom/google/common/collect/BoundType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.google.common.collect.BoundType this
        start local 3 // boolean inclusive
         0: .line 34
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 35
            aload 0 /* this */
            iload 3 /* inclusive */
            putfield com.google.common.collect.BoundType.inclusive:Z
         2: .line 36
            return
        end local 3 // boolean inclusive
        end local 0 // com.google.common.collect.BoundType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/google/common/collect/BoundType;
            0    3     3  inclusive  Z
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      inclusive      

  static com.google.common.collect.BoundType forBoolean(boolean);
    descriptor: (Z)Lcom/google/common/collect/BoundType;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // boolean inclusive
         0: .line 40
            iload 0 /* inclusive */
            ifeq 1
            getstatic com.google.common.collect.BoundType.CLOSED:Lcom/google/common/collect/BoundType;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic com.google.common.collect.BoundType.OPEN:Lcom/google/common/collect/BoundType;
      StackMap locals:
      StackMap stack: com.google.common.collect.BoundType
         2: areturn
        end local 0 // boolean inclusive
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  inclusive  Z
    MethodParameters:
           Name  Flags
      inclusive  

  com.google.common.collect.BoundType flip();
    descriptor: ()Lcom/google/common/collect/BoundType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.BoundType this
         0: .line 44
            aload 0 /* this */
            getfield com.google.common.collect.BoundType.inclusive:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.google.common.collect.BoundType.forBoolean:(Z)Lcom/google/common/collect/BoundType;
            areturn
        end local 0 // com.google.common.collect.BoundType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/BoundType;

  public static com.google.common.collect.BoundType[] values();
    descriptor: ()[Lcom/google/common/collect/BoundType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.google.common.collect.BoundType.ENUM$VALUES:[Lcom/google/common/collect/BoundType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.google.common.collect.BoundType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.common.collect.BoundType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/google/common/collect/BoundType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/google/common/collect/BoundType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.google.common.collect.BoundType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/google/common/collect/BoundType;>;
SourceFile: "BoundType.java"
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible()