enum class net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$4 extends net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod
{
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$4 v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$4;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod: void <init>(java.lang.String,int)>(v, v);
return;
}
protected boolean isRepresentable(net.bytebuddy.description.method.MethodDescription)
{
net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$4 v;
net.bytebuddy.description.method.MethodDescription v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$4;
v := @parameter: net.bytebuddy.description.method.MethodDescription;
return 1;
}
protected net.bytebuddy.asm.Advice$OffsetMapping$Target resolve(net.bytebuddy.description.method.MethodDescription$InDefinedShape)
{
net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$4 v;
net.bytebuddy.asm.Advice$OffsetMapping$Target$ForStackManipulation v;
net.bytebuddy.description.method.MethodDescription$InDefinedShape v;
net.bytebuddy.utility.JavaConstant$MethodHandle v;
net.bytebuddy.implementation.bytecode.StackManipulation v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$4;
v := @parameter: net.bytebuddy.description.method.MethodDescription$InDefinedShape;
v = new net.bytebuddy.asm.Advice$OffsetMapping$Target$ForStackManipulation;
v = staticinvoke <net.bytebuddy.utility.JavaConstant$MethodHandle: net.bytebuddy.utility.JavaConstant$MethodHandle of(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
v = virtualinvoke v.<net.bytebuddy.utility.JavaConstant$MethodHandle: net.bytebuddy.implementation.bytecode.StackManipulation toStackManipulation()>();
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$Target$ForStackManipulation: void <init>(net.bytebuddy.implementation.bytecode.StackManipulation)>(v);
return v;
}
}