public class FloatReturnTypeMethodHandler extends Object
| Constructor and Description |
|---|
FloatReturnTypeMethodHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateMethod(org.objectweb.asm.MethodVisitor methodVisitor,
String abstractClassName,
String generatedClassName,
int access,
String name,
String desc,
String signature,
String[] exceptions) |
protected String |
getAsPrimitiveMethod() |
protected String |
getInternalName() |
protected int |
getOpCode() |
protected String |
getReturnDescription() |
protected String getInternalName()
protected String getAsPrimitiveMethod()
protected String getReturnDescription()
protected int getOpCode()
public void generateMethod(org.objectweb.asm.MethodVisitor methodVisitor,
String abstractClassName,
String generatedClassName,
int access,
String name,
String desc,
String signature,
String[] exceptions)
generateMethod in interface MethodHandlerCopyright © 2010–2021. All rights reserved.