final class com.google.common.collect.ComparisonChain$InactiveComparisonChain extends com.google.common.collect.ComparisonChain
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.ComparisonChain$InactiveComparisonChain
  super_class: com.google.common.collect.ComparisonChain
{
  final int result;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
        start local 1 // int result
         0: .line 129
            aload 0 /* this */
            invokespecial com.google.common.collect.ComparisonChain.<init>:()V
         1: .line 130
            aload 0 /* this */
            iload 1 /* result */
            putfield com.google.common.collect.ComparisonChain$InactiveComparisonChain.result:I
         2: .line 131
            return
        end local 1 // int result
        end local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/google/common/collect/ComparisonChain$InactiveComparisonChain;
            0    3     1  result  I
    MethodParameters:
        Name  Flags
      result  

  public com.google.common.collect.ComparisonChain compare(java.lang.Comparable, java.lang.Comparable);
    descriptor: (Ljava/lang/Comparable;Ljava/lang/Comparable;)Lcom/google/common/collect/ComparisonChain;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
        start local 1 // java.lang.Comparable left
        start local 2 // java.lang.Comparable right
         0: .line 135
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Comparable right
        end local 1 // java.lang.Comparable left
        end local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ComparisonChain$InactiveComparisonChain;
            0    1     1   left  Ljava/lang/Comparable;
            0    1     2  right  Ljava/lang/Comparable;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
       Name  Flags
      left   
      right  

  public <T> com.google.common.collect.ComparisonChain compare(T, T, java.util.Comparator<T>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Comparator;)Lcom/google/common/collect/ComparisonChain;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
        start local 1 // java.lang.Object left
        start local 2 // java.lang.Object right
        start local 3 // java.util.Comparator comparator
         0: .line 141
            aload 0 /* this */
            areturn
        end local 3 // java.util.Comparator comparator
        end local 2 // java.lang.Object right
        end local 1 // java.lang.Object left
        end local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/google/common/collect/ComparisonChain$InactiveComparisonChain;
            0    1     1        left  TT;
            0    1     2       right  TT;
            0    1     3  comparator  Ljava/util/Comparator<TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;TT;Ljava/util/Comparator<TT;>;)Lcom/google/common/collect/ComparisonChain;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
            Name  Flags
      left        
      right       
      comparator  

  public com.google.common.collect.ComparisonChain compare(int, int);
    descriptor: (II)Lcom/google/common/collect/ComparisonChain;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
        start local 1 // int left
        start local 2 // int right
         0: .line 146
            aload 0 /* this */
            areturn
        end local 2 // int right
        end local 1 // int left
        end local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ComparisonChain$InactiveComparisonChain;
            0    1     1   left  I
            0    1     2  right  I
    MethodParameters:
       Name  Flags
      left   
      right  

  public com.google.common.collect.ComparisonChain compare(long, long);
    descriptor: (JJ)Lcom/google/common/collect/ComparisonChain;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=3
        start local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
        start local 1 // long left
        start local 3 // long right
         0: .line 151
            aload 0 /* this */
            areturn
        end local 3 // long right
        end local 1 // long left
        end local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ComparisonChain$InactiveComparisonChain;
            0    1     1   left  J
            0    1     3  right  J
    MethodParameters:
       Name  Flags
      left   
      right  

  public com.google.common.collect.ComparisonChain compare(float, float);
    descriptor: (FF)Lcom/google/common/collect/ComparisonChain;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
        start local 1 // float left
        start local 2 // float right
         0: .line 156
            aload 0 /* this */
            areturn
        end local 2 // float right
        end local 1 // float left
        end local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ComparisonChain$InactiveComparisonChain;
            0    1     1   left  F
            0    1     2  right  F
    MethodParameters:
       Name  Flags
      left   
      right  

  public com.google.common.collect.ComparisonChain compare(double, double);
    descriptor: (DD)Lcom/google/common/collect/ComparisonChain;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=3
        start local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
        start local 1 // double left
        start local 3 // double right
         0: .line 161
            aload 0 /* this */
            areturn
        end local 3 // double right
        end local 1 // double left
        end local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ComparisonChain$InactiveComparisonChain;
            0    1     1   left  D
            0    1     3  right  D
    MethodParameters:
       Name  Flags
      left   
      right  

  public com.google.common.collect.ComparisonChain compareTrueFirst(boolean, boolean);
    descriptor: (ZZ)Lcom/google/common/collect/ComparisonChain;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
        start local 1 // boolean left
        start local 2 // boolean right
         0: .line 166
            aload 0 /* this */
            areturn
        end local 2 // boolean right
        end local 1 // boolean left
        end local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ComparisonChain$InactiveComparisonChain;
            0    1     1   left  Z
            0    1     2  right  Z
    MethodParameters:
       Name  Flags
      left   
      right  

  public com.google.common.collect.ComparisonChain compareFalseFirst(boolean, boolean);
    descriptor: (ZZ)Lcom/google/common/collect/ComparisonChain;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
        start local 1 // boolean left
        start local 2 // boolean right
         0: .line 171
            aload 0 /* this */
            areturn
        end local 2 // boolean right
        end local 1 // boolean left
        end local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ComparisonChain$InactiveComparisonChain;
            0    1     1   left  Z
            0    1     2  right  Z
    MethodParameters:
       Name  Flags
      left   
      right  

  public int result();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
         0: .line 176
            aload 0 /* this */
            getfield com.google.common.collect.ComparisonChain$InactiveComparisonChain.result:I
            ireturn
        end local 0 // com.google.common.collect.ComparisonChain$InactiveComparisonChain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ComparisonChain$InactiveComparisonChain;
}
SourceFile: "ComparisonChain.java"
NestHost: com.google.common.collect.ComparisonChain
InnerClasses:
  private final InactiveComparisonChain = com.google.common.collect.ComparisonChain$InactiveComparisonChain of com.google.common.collect.ComparisonChain