public class ASMEventHandlerConstructor
extends java.lang.Object
implements net.bytebuddy.implementation.bytecode.ByteCodeAppender, net.bytebuddy.implementation.Implementation
ASMEventHandlernet.bytebuddy.implementation.bytecode.ByteCodeAppender.Compound, net.bytebuddy.implementation.bytecode.ByteCodeAppender.Simple, net.bytebuddy.implementation.bytecode.ByteCodeAppender.Sizenet.bytebuddy.implementation.Implementation.Composable, net.bytebuddy.implementation.Implementation.Compound, net.bytebuddy.implementation.Implementation.Context, net.bytebuddy.implementation.Implementation.Simple, net.bytebuddy.implementation.Implementation.SpecialMethodInvocation, net.bytebuddy.implementation.Implementation.Target| Constructor and Description |
|---|
ASMEventHandlerConstructor(java.lang.String thisClass,
boolean isStatic) |
| Modifier and Type | Method and Description |
|---|---|
net.bytebuddy.implementation.bytecode.ByteCodeAppender |
appender(net.bytebuddy.implementation.Implementation.Target p1) |
net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size |
apply(net.bytebuddy.jar.asm.MethodVisitor mv,
net.bytebuddy.implementation.Implementation.Context p2,
net.bytebuddy.description.method.MethodDescription p3) |
net.bytebuddy.dynamic.scaffold.InstrumentedType |
prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType p1) |
public ASMEventHandlerConstructor(java.lang.String thisClass,
boolean isStatic)
public net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size apply(net.bytebuddy.jar.asm.MethodVisitor mv,
net.bytebuddy.implementation.Implementation.Context p2,
net.bytebuddy.description.method.MethodDescription p3)
apply in interface net.bytebuddy.implementation.bytecode.ByteCodeAppenderpublic net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation.Target p1)
appender in interface net.bytebuddy.implementation.Implementationpublic net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType p1)
prepare in interface net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable