public class ReturnAppender extends Object implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
| Modifier and Type | Class and Description |
|---|---|
static class |
ReturnAppender.ReturnType |
| Constructor and Description |
|---|
ReturnAppender(ReturnAppender.ReturnType returnType) |
| Modifier and Type | Method and Description |
|---|---|
net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size |
apply(net.bytebuddy.jar.asm.MethodVisitor methodVisitor,
net.bytebuddy.implementation.Implementation.Context implementationContext,
net.bytebuddy.description.method.MethodDescription instrumentedMethod) |
public ReturnAppender(ReturnAppender.ReturnType returnType)
public net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size apply(net.bytebuddy.jar.asm.MethodVisitor methodVisitor,
net.bytebuddy.implementation.Implementation.Context implementationContext,
net.bytebuddy.description.method.MethodDescription instrumentedMethod)
apply in interface net.bytebuddy.implementation.bytecode.ByteCodeAppenderCopyright © 2015. All Rights Reserved.