class io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat implements io.ebeaninternal.server.type.bindcapture.BindCaptureEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat
  super_class: java.lang.Object
{
  private final int parameterIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final float value;
    descriptor: F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat this
        start local 1 // int parameterIndex
        start local 2 // float value
         0: .line 170
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 171
            aload 0 /* this */
            iload 1 /* parameterIndex */
            putfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat.parameterIndex:I
         2: .line 172
            aload 0 /* this */
            fload 2 /* value */
            putfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat.value:F
         3: .line 173
            return
        end local 2 // float value
        end local 1 // int parameterIndex
        end local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/ebeaninternal/server/type/bindcapture/BindCaptureTypes$TFloat;
            0    4     1  parameterIndex  I
            0    4     2           value  F
    MethodParameters:
                Name  Flags
      parameterIndex  
      value           

  public void bind(java.sql.PreparedStatement, java.sql.Connection);
    descriptor: (Ljava/sql/PreparedStatement;Ljava/sql/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat this
        start local 1 // java.sql.PreparedStatement statement
        start local 2 // java.sql.Connection connection
         0: .line 177
            aload 1 /* statement */
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat.parameterIndex:I
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat.value:F
            invokeinterface java.sql.PreparedStatement.setFloat:(IF)V
         1: .line 178
            return
        end local 2 // java.sql.Connection connection
        end local 1 // java.sql.PreparedStatement statement
        end local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/ebeaninternal/server/type/bindcapture/BindCaptureTypes$TFloat;
            0    2     1   statement  Ljava/sql/PreparedStatement;
            0    2     2  connection  Ljava/sql/Connection;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
            Name  Flags
      statement   
      connection  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat this
         0: .line 182
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat.value:F
            invokestatic java.lang.String.valueOf:(F)Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/type/bindcapture/BindCaptureTypes$TFloat;
}
SourceFile: "BindCaptureTypes.java"
NestHost: io.ebeaninternal.server.type.bindcapture.BindCaptureTypes
InnerClasses:
  TFloat = io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TFloat of io.ebeaninternal.server.type.bindcapture.BindCaptureTypes