final class com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy implements com.microsoft.sqlserver.jdbc.TypeInfo$Builder$Strategy
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy
  super_class: java.lang.Object
{
  private final com.microsoft.sqlserver.jdbc.SSType ssType;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SSType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int maxLength;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int precision;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int displaySize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int scale;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.microsoft.sqlserver.jdbc.SSType, int, int, int, int);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SSType;IIII)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy this
        start local 1 // com.microsoft.sqlserver.jdbc.SSType ssType
        start local 2 // int maxLength
        start local 3 // int precision
        start local 4 // int displaySize
        start local 5 // int scale
         0: .line 3010
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3011
            aload 0 /* this */
            aload 1 /* ssType */
            putfield com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy.ssType:Lcom/microsoft/sqlserver/jdbc/SSType;
         2: .line 3012
            aload 0 /* this */
            iload 2 /* maxLength */
            putfield com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy.maxLength:I
         3: .line 3013
            aload 0 /* this */
            iload 3 /* precision */
            putfield com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy.precision:I
         4: .line 3014
            aload 0 /* this */
            iload 4 /* displaySize */
            putfield com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy.displaySize:I
         5: .line 3015
            aload 0 /* this */
            iload 5 /* scale */
            putfield com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy.scale:I
         6: .line 3016
            return
        end local 5 // int scale
        end local 4 // int displaySize
        end local 3 // int precision
        end local 2 // int maxLength
        end local 1 // com.microsoft.sqlserver.jdbc.SSType ssType
        end local 0 // com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/microsoft/sqlserver/jdbc/TypeInfo$Builder$FixedLenStrategy;
            0    7     1       ssType  Lcom/microsoft/sqlserver/jdbc/SSType;
            0    7     2    maxLength  I
            0    7     3    precision  I
            0    7     4  displaySize  I
            0    7     5        scale  I
    MethodParameters:
             Name  Flags
      ssType       
      maxLength    
      precision    
      displaySize  
      scale        

  public void apply(com.microsoft.sqlserver.jdbc.TypeInfo, com.microsoft.sqlserver.jdbc.TDSReader);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/TypeInfo;Lcom/microsoft/sqlserver/jdbc/TDSReader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy this
        start local 1 // com.microsoft.sqlserver.jdbc.TypeInfo typeInfo
        start local 2 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
         0: .line 3027
            aload 1 /* typeInfo */
            getstatic com.microsoft.sqlserver.jdbc.SSLenType.FIXEDLENTYPE:Lcom/microsoft/sqlserver/jdbc/SSLenType;
            putfield com.microsoft.sqlserver.jdbc.TypeInfo.ssLenType:Lcom/microsoft/sqlserver/jdbc/SSLenType;
         1: .line 3028
            aload 1 /* typeInfo */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy.ssType:Lcom/microsoft/sqlserver/jdbc/SSType;
            putfield com.microsoft.sqlserver.jdbc.TypeInfo.ssType:Lcom/microsoft/sqlserver/jdbc/SSType;
         2: .line 3029
            aload 1 /* typeInfo */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy.maxLength:I
            putfield com.microsoft.sqlserver.jdbc.TypeInfo.maxLength:I
         3: .line 3030
            aload 1 /* typeInfo */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy.precision:I
            putfield com.microsoft.sqlserver.jdbc.TypeInfo.precision:I
         4: .line 3031
            aload 1 /* typeInfo */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy.displaySize:I
            putfield com.microsoft.sqlserver.jdbc.TypeInfo.displaySize:I
         5: .line 3032
            aload 1 /* typeInfo */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy.scale:I
            putfield com.microsoft.sqlserver.jdbc.TypeInfo.scale:I
         6: .line 3033
            return
        end local 2 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        end local 1 // com.microsoft.sqlserver.jdbc.TypeInfo typeInfo
        end local 0 // com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/microsoft/sqlserver/jdbc/TypeInfo$Builder$FixedLenStrategy;
            0    7     1   typeInfo  Lcom/microsoft/sqlserver/jdbc/TypeInfo;
            0    7     2  tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
    MethodParameters:
           Name  Flags
      typeInfo   
      tdsReader  
}
SourceFile: "dtv.java"
NestHost: com.microsoft.sqlserver.jdbc.TypeInfo
InnerClasses:
  final Builder = com.microsoft.sqlserver.jdbc.TypeInfo$Builder of com.microsoft.sqlserver.jdbc.TypeInfo
  private final FixedLenStrategy = com.microsoft.sqlserver.jdbc.TypeInfo$Builder$FixedLenStrategy of com.microsoft.sqlserver.jdbc.TypeInfo$Builder
  private abstract Strategy = com.microsoft.sqlserver.jdbc.TypeInfo$Builder$Strategy of com.microsoft.sqlserver.jdbc.TypeInfo$Builder