floatConstant

fun floatConstant(method: MethodVisitor, value: Float)

Emit the effect of loading a constant float to the specified MethodVisitor.

Parameters

method

The method into which the generated JVM instructions will be written.

value

The float.