public class com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure
  super_class: java.lang.Object
{
  private byte figuresAttribute;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private int pointOffset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(byte, int);
    descriptor: (BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure this
        start local 1 // byte figuresAttribute
        start local 2 // int pointOffset
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 17
            aload 0 /* this */
            iload 1 /* figuresAttribute */
            putfield com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure.figuresAttribute:B
         2: .line 18
            aload 0 /* this */
            iload 2 /* pointOffset */
            putfield com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure.pointOffset:I
         3: .line 19
            return
        end local 2 // int pointOffset
        end local 1 // byte figuresAttribute
        end local 0 // com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/microsoft/sqlserver/jdbc/spatialdatatypes/Figure;
            0    4     1  figuresAttribute  B
            0    4     2       pointOffset  I
    MethodParameters:
                  Name  Flags
      figuresAttribute  
      pointOffset       

  public byte getFiguresAttribute();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure this
         0: .line 27
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure.figuresAttribute:B
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/spatialdatatypes/Figure;

  public int getPointOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure this
         0: .line 36
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure.pointOffset:I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/spatialdatatypes/Figure;

  public void setFiguresAttribute(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure this
        start local 1 // byte fa
         0: .line 46
            aload 0 /* this */
            iload 1 /* fa */
            putfield com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure.figuresAttribute:B
         1: .line 47
            return
        end local 1 // byte fa
        end local 0 // com.microsoft.sqlserver.jdbc.spatialdatatypes.Figure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/spatialdatatypes/Figure;
            0    2     1    fa  B
    MethodParameters:
      Name  Flags
      fa    
}
SourceFile: "Figure.java"