final class com.google.common.math.LinearTransformation$NaNLinearTransformation extends com.google.common.math.LinearTransformation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.math.LinearTransformation$NaNLinearTransformation
  super_class: com.google.common.math.LinearTransformation
{
  static final com.google.common.math.LinearTransformation$NaNLinearTransformation INSTANCE;
    descriptor: Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 272
            new com.google.common.math.LinearTransformation$NaNLinearTransformation
            dup
            invokespecial com.google.common.math.LinearTransformation$NaNLinearTransformation.<init>:()V
            putstatic com.google.common.math.LinearTransformation$NaNLinearTransformation.INSTANCE:Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
         0: .line 270
            aload 0 /* this */
            invokespecial com.google.common.math.LinearTransformation.<init>:()V
            return
        end local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;

  public boolean isVertical();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
         0: .line 276
            iconst_0
            ireturn
        end local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;

  public boolean isHorizontal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
         0: .line 281
            iconst_0
            ireturn
        end local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;

  public double slope();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
         0: .line 286
            ldc NaN
            dreturn
        end local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;

  public double transform(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
        start local 1 // double x
         0: .line 291
            ldc NaN
            dreturn
        end local 1 // double x
        end local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;
            0    1     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public com.google.common.math.LinearTransformation inverse();
    descriptor: ()Lcom/google/common/math/LinearTransformation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
         0: .line 296
            aload 0 /* this */
            areturn
        end local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
         0: .line 301
            ldc "NaN"
            areturn
        end local 0 // com.google.common.math.LinearTransformation$NaNLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$NaNLinearTransformation;
}
SourceFile: "LinearTransformation.java"
NestHost: com.google.common.math.LinearTransformation
InnerClasses:
  private final NaNLinearTransformation = com.google.common.math.LinearTransformation$NaNLinearTransformation of com.google.common.math.LinearTransformation