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

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

  public byte getSegmentType();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.spatialdatatypes.Segment this
         0: .line 25
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.spatialdatatypes.Segment.segmentType:B
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.spatialdatatypes.Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/spatialdatatypes/Segment;
}
SourceFile: "Segment.java"