public class net.bytebuddy.utility.JavaConstant$Simple$OfTrivialValue$ForInteger extends net.bytebuddy.utility.JavaConstant$Simple$OfTrivialValue
{
public void <init>(java.lang.Integer)
{
java.lang.Class v;
net.bytebuddy.description.type.TypeDescription v;
java.lang.Integer v;
net.bytebuddy.utility.JavaConstant$Simple$OfTrivialValue$ForInteger v;
v := @this: net.bytebuddy.utility.JavaConstant$Simple$OfTrivialValue$ForInteger;
v := @parameter: java.lang.Integer;
v = <java.lang.Integer: java.lang.Class TYPE>;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
specialinvoke v.<net.bytebuddy.utility.JavaConstant$Simple$OfTrivialValue: void <init>(java.lang.Object,net.bytebuddy.description.type.TypeDescription)>(v, v);
return;
}
public net.bytebuddy.implementation.bytecode.StackManipulation toStackManipulation()
{
int v;
net.bytebuddy.implementation.bytecode.StackManipulation v;
java.lang.Object v;
net.bytebuddy.utility.JavaConstant$Simple$OfTrivialValue$ForInteger v;
v := @this: net.bytebuddy.utility.JavaConstant$Simple$OfTrivialValue$ForInteger;
v = v.<net.bytebuddy.utility.JavaConstant$Simple$OfTrivialValue$ForInteger: java.lang.Object value>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v = staticinvoke <net.bytebuddy.implementation.bytecode.constant.IntegerConstant: net.bytebuddy.implementation.bytecode.StackManipulation forValue(int)>(v);
return v;
}
}