final class com.google.common.math.LinearTransformation$VerticalLinearTransformation 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$VerticalLinearTransformation
  super_class: com.google.common.math.LinearTransformation
{
  final double x;
    descriptor: D
    flags: (0x0010) ACC_FINAL

  com.google.common.math.LinearTransformation inverse;
    descriptor: Lcom/google/common/math/LinearTransformation;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.google.errorprone.annotations.concurrent.LazyInit()

  void <init>(double);
    descriptor: (D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
        start local 1 // double x
         0: .line 224
            aload 0 /* this */
            invokespecial com.google.common.math.LinearTransformation.<init>:()V
         1: .line 225
            aload 0 /* this */
            dload 1 /* x */
            putfield com.google.common.math.LinearTransformation$VerticalLinearTransformation.x:D
         2: .line 226
            aload 0 /* this */
            aconst_null
            putfield com.google.common.math.LinearTransformation$VerticalLinearTransformation.inverse:Lcom/google/common/math/LinearTransformation;
         3: .line 227
            return
        end local 1 // double x
        end local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/math/LinearTransformation$VerticalLinearTransformation;
            0    4     1     x  D
    MethodParameters:
      Name  Flags
      x     

  void <init>(double, com.google.common.math.LinearTransformation);
    descriptor: (DLcom/google/common/math/LinearTransformation;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
        start local 1 // double x
        start local 3 // com.google.common.math.LinearTransformation inverse
         0: .line 229
            aload 0 /* this */
            invokespecial com.google.common.math.LinearTransformation.<init>:()V
         1: .line 230
            aload 0 /* this */
            dload 1 /* x */
            putfield com.google.common.math.LinearTransformation$VerticalLinearTransformation.x:D
         2: .line 231
            aload 0 /* this */
            aload 3 /* inverse */
            putfield com.google.common.math.LinearTransformation$VerticalLinearTransformation.inverse:Lcom/google/common/math/LinearTransformation;
         3: .line 232
            return
        end local 3 // com.google.common.math.LinearTransformation inverse
        end local 1 // double x
        end local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/google/common/math/LinearTransformation$VerticalLinearTransformation;
            0    4     1        x  D
            0    4     3  inverse  Lcom/google/common/math/LinearTransformation;
    MethodParameters:
         Name  Flags
      x        
      inverse  

  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$VerticalLinearTransformation this
         0: .line 236
            iconst_1
            ireturn
        end local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$VerticalLinearTransformation;

  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$VerticalLinearTransformation this
         0: .line 241
            iconst_0
            ireturn
        end local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$VerticalLinearTransformation;

  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$VerticalLinearTransformation this
         0: .line 246
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$VerticalLinearTransformation;

  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$VerticalLinearTransformation this
        start local 1 // double x
         0: .line 251
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        end local 1 // double x
        end local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$VerticalLinearTransformation;
            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=3, locals=2, args_size=1
        start local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
         0: .line 256
            aload 0 /* this */
            getfield com.google.common.math.LinearTransformation$VerticalLinearTransformation.inverse:Lcom/google/common/math/LinearTransformation;
            astore 1 /* result */
        start local 1 // com.google.common.math.LinearTransformation result
         1: .line 257
            aload 1 /* result */
            ifnonnull 2
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.google.common.math.LinearTransformation$VerticalLinearTransformation.createInverse:()Lcom/google/common/math/LinearTransformation;
            dup_x1
            putfield com.google.common.math.LinearTransformation$VerticalLinearTransformation.inverse:Lcom/google/common/math/LinearTransformation;
            goto 3
      StackMap locals: com.google.common.math.LinearTransformation
      StackMap stack:
         2: aload 1 /* result */
      StackMap locals:
      StackMap stack: com.google.common.math.LinearTransformation
         3: areturn
        end local 1 // com.google.common.math.LinearTransformation result
        end local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/common/math/LinearTransformation$VerticalLinearTransformation;
            1    4     1  result  Lcom/google/common/math/LinearTransformation;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
         0: .line 262
            ldc "x = %g"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.google.common.math.LinearTransformation$VerticalLinearTransformation.x:D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$VerticalLinearTransformation;

  private com.google.common.math.LinearTransformation createInverse();
    descriptor: ()Lcom/google/common/math/LinearTransformation;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
         0: .line 266
            new com.google.common.math.LinearTransformation$RegularLinearTransformation
            dup
            dconst_0
            aload 0 /* this */
            getfield com.google.common.math.LinearTransformation$VerticalLinearTransformation.x:D
            aload 0 /* this */
            invokespecial com.google.common.math.LinearTransformation$RegularLinearTransformation.<init>:(DDLcom/google/common/math/LinearTransformation;)V
            areturn
        end local 0 // com.google.common.math.LinearTransformation$VerticalLinearTransformation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/math/LinearTransformation$VerticalLinearTransformation;
}
SourceFile: "LinearTransformation.java"
NestHost: com.google.common.math.LinearTransformation
InnerClasses:
  private final RegularLinearTransformation = com.google.common.math.LinearTransformation$RegularLinearTransformation of com.google.common.math.LinearTransformation
  private final VerticalLinearTransformation = com.google.common.math.LinearTransformation$VerticalLinearTransformation of com.google.common.math.LinearTransformation