final class org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation extends org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation
{
static final org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation INSTANCE;
private void <init>()
{
org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation v;
v := @this: org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation;
specialinvoke v.<org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation: void <init>()>();
return;
}
public boolean isVertical()
{
org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation v;
v := @this: org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation;
return 0;
}
public boolean isHorizontal()
{
org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation v;
v := @this: org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation;
return 0;
}
public double slope()
{
org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation v;
v := @this: org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation;
return #NaN;
}
public double transform(double)
{
org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation v;
double v;
v := @this: org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation;
v := @parameter: double;
return #NaN;
}
public org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation inverse()
{
org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation v;
v := @this: org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation;
return v;
}
public java.lang.String toString()
{
org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation v;
v := @this: org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation;
return "NaN";
}
static void <clinit>()
{
org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation v;
v = new org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation;
specialinvoke v.<org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation: void <init>()>();
<org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation: org.apache.drill.shaded.guava.com.google.common.math.LinearTransformation$NaNLinearTransformation INSTANCE> = v;
return;
}
}