enum class net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$3 extends net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod
{
private void <init>(java.lang.String, int)
{
int v;
net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$3 v;
java.lang.String v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$3;
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$3 v;
net.bytebuddy.description.method.MethodDescription v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$3;
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$3 v;
net.bytebuddy.description.method.MethodDescription$InDefinedShape v;
net.bytebuddy.asm.Advice$OffsetMapping$Target v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForInstrumentedMethod$3;
v := @parameter: net.bytebuddy.description.method.MethodDescription$InDefinedShape;
v = staticinvoke <net.bytebuddy.asm.Advice$OffsetMapping$Target$ForStackManipulation: net.bytebuddy.asm.Advice$OffsetMapping$Target of(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
return v;
}
}