public class io.vertx.pgclient.data.Line
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.pgclient.data.Line
  super_class: java.lang.Object
{
  private double a;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double b;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double c;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.data.Line this
         0: .line 15
            aload 0 /* this */
            dconst_0
            dconst_0
            dconst_0
            invokespecial io.vertx.pgclient.data.Line.<init>:(DDD)V
         1: .line 16
            return
        end local 0 // io.vertx.pgclient.data.Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/pgclient/data/Line;

  public void <init>(double, double, double);
    descriptor: (DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // io.vertx.pgclient.data.Line this
        start local 1 // double a
        start local 3 // double b
        start local 5 // double c
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 19
            aload 0 /* this */
            dload 1 /* a */
            putfield io.vertx.pgclient.data.Line.a:D
         2: .line 20
            aload 0 /* this */
            dload 3 /* b */
            putfield io.vertx.pgclient.data.Line.b:D
         3: .line 21
            aload 0 /* this */
            dload 5 /* c */
            putfield io.vertx.pgclient.data.Line.c:D
         4: .line 22
            return
        end local 5 // double c
        end local 3 // double b
        end local 1 // double a
        end local 0 // io.vertx.pgclient.data.Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/pgclient/data/Line;
            0    5     1     a  D
            0    5     3     b  D
            0    5     5     c  D
    MethodParameters:
      Name  Flags
      a     
      b     
      c     

  public double getA();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.data.Line this
         0: .line 25
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.a:D
            dreturn
        end local 0 // io.vertx.pgclient.data.Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/data/Line;

  public void setA(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.data.Line this
        start local 1 // double a
         0: .line 29
            aload 0 /* this */
            dload 1 /* a */
            putfield io.vertx.pgclient.data.Line.a:D
         1: .line 30
            return
        end local 1 // double a
        end local 0 // io.vertx.pgclient.data.Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/pgclient/data/Line;
            0    2     1     a  D
    MethodParameters:
      Name  Flags
      a     

  public double getB();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.data.Line this
         0: .line 33
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.b:D
            dreturn
        end local 0 // io.vertx.pgclient.data.Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/data/Line;

  public void setB(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.data.Line this
        start local 1 // double b
         0: .line 37
            aload 0 /* this */
            dload 1 /* b */
            putfield io.vertx.pgclient.data.Line.b:D
         1: .line 38
            return
        end local 1 // double b
        end local 0 // io.vertx.pgclient.data.Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/pgclient/data/Line;
            0    2     1     b  D
    MethodParameters:
      Name  Flags
      b     

  public double getC();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.data.Line this
         0: .line 41
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.c:D
            dreturn
        end local 0 // io.vertx.pgclient.data.Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/data/Line;

  public void setC(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.data.Line this
        start local 1 // double c
         0: .line 45
            aload 0 /* this */
            dload 1 /* c */
            putfield io.vertx.pgclient.data.Line.c:D
         1: .line 46
            return
        end local 1 // double c
        end local 0 // io.vertx.pgclient.data.Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/pgclient/data/Line;
            0    2     1     c  D
    MethodParameters:
      Name  Flags
      c     

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.pgclient.data.Line this
        start local 1 // java.lang.Object o
         0: .line 50
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 51
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 53
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.pgclient.data.Line
            astore 2 /* that */
        start local 2 // io.vertx.pgclient.data.Line that
         4: .line 55
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.a:D
            aload 2 /* that */
            getfield io.vertx.pgclient.data.Line.a:D
            dcmpl
            ifeq 5
            iconst_0
            ireturn
         5: .line 56
      StackMap locals: io.vertx.pgclient.data.Line
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.b:D
            aload 2 /* that */
            getfield io.vertx.pgclient.data.Line.b:D
            dcmpl
            ifeq 6
            iconst_0
            ireturn
         6: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.c:D
            aload 2 /* that */
            getfield io.vertx.pgclient.data.Line.c:D
            dcmpl
            ifeq 7
            iconst_0
            ireturn
         7: .line 59
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // io.vertx.pgclient.data.Line that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.pgclient.data.Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/pgclient/data/Line;
            0    8     1     o  Ljava/lang/Object;
            4    8     2  that  Lio/vertx/pgclient/data/Line;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // io.vertx.pgclient.data.Line this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.a:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 2 /* temp */
        start local 2 // long temp
         1: .line 67
            lload 2 /* temp */
            lload 2 /* temp */
            bipush 32
            lushr
            lxor
            l2i
            istore 1 /* result */
        start local 1 // int result
         2: .line 68
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.b:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 2 /* temp */
         3: .line 69
            bipush 31
            iload 1 /* result */
            imul
            lload 2 /* temp */
            lload 2 /* temp */
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         4: .line 70
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.c:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 2 /* temp */
         5: .line 71
            bipush 31
            iload 1 /* result */
            imul
            lload 2 /* temp */
            lload 2 /* temp */
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         6: .line 72
            iload 1 /* result */
            ireturn
        end local 2 // long temp
        end local 1 // int result
        end local 0 // io.vertx.pgclient.data.Line this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/pgclient/data/Line;
            2    7     1  result  I
            1    7     2    temp  J

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.pgclient.data.Line this
         0: .line 77
            new java.lang.StringBuilder
            dup
            ldc "Line{"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.a:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.b:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.pgclient.data.Line.c:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.pgclient.data.Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/pgclient/data/Line;
}
SourceFile: "Line.java"