public final enum class net.bytebuddy.implementation.SuperMethodCall extends java.lang.Enum implements net.bytebuddy.implementation.Implementation$Composable
{
public static final enum net.bytebuddy.implementation.SuperMethodCall INSTANCE;
private static final net.bytebuddy.implementation.SuperMethodCall[] $VALUES;
public static net.bytebuddy.implementation.SuperMethodCall[] values()
{
net.bytebuddy.implementation.SuperMethodCall[] v;
java.lang.Object v;
v = <net.bytebuddy.implementation.SuperMethodCall: net.bytebuddy.implementation.SuperMethodCall[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static net.bytebuddy.implementation.SuperMethodCall valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lnet/bytebuddy/implementation/SuperMethodCall;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
net.bytebuddy.implementation.SuperMethodCall v;
v := @this: net.bytebuddy.implementation.SuperMethodCall;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType)
{
net.bytebuddy.implementation.SuperMethodCall v;
net.bytebuddy.dynamic.scaffold.InstrumentedType v;
v := @this: net.bytebuddy.implementation.SuperMethodCall;
v := @parameter: net.bytebuddy.dynamic.scaffold.InstrumentedType;
return v;
}
public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target)
{
net.bytebuddy.implementation.SuperMethodCall$Appender v;
net.bytebuddy.implementation.Implementation$Target v;
net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler v;
net.bytebuddy.implementation.SuperMethodCall v;
v := @this: net.bytebuddy.implementation.SuperMethodCall;
v := @parameter: net.bytebuddy.implementation.Implementation$Target;
v = new net.bytebuddy.implementation.SuperMethodCall$Appender;
v = <net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler: net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler RETURNING>;
specialinvoke v.<net.bytebuddy.implementation.SuperMethodCall$Appender: void <init>(net.bytebuddy.implementation.Implementation$Target,net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler)>(v, v);
return v;
}
public net.bytebuddy.implementation.Implementation andThen(net.bytebuddy.implementation.Implementation)
{
net.bytebuddy.implementation.Implementation$Compound v;
net.bytebuddy.implementation.Implementation[] v;
net.bytebuddy.implementation.Implementation v;
net.bytebuddy.implementation.SuperMethodCall v;
net.bytebuddy.implementation.SuperMethodCall$WithoutReturn v;
v := @this: net.bytebuddy.implementation.SuperMethodCall;
v := @parameter: net.bytebuddy.implementation.Implementation;
v = new net.bytebuddy.implementation.Implementation$Compound;
v = newarray (net.bytebuddy.implementation.Implementation)[2];
v = <net.bytebuddy.implementation.SuperMethodCall$WithoutReturn: net.bytebuddy.implementation.SuperMethodCall$WithoutReturn INSTANCE>;
v[0] = v;
v[1] = v;
specialinvoke v.<net.bytebuddy.implementation.Implementation$Compound: void <init>(net.bytebuddy.implementation.Implementation[])>(v);
return v;
}
public net.bytebuddy.implementation.Implementation$Composable andThen(net.bytebuddy.implementation.Implementation$Composable)
{
net.bytebuddy.implementation.Implementation$Composable v;
net.bytebuddy.implementation.Implementation$Compound$Composable v;
net.bytebuddy.implementation.SuperMethodCall v;
net.bytebuddy.implementation.SuperMethodCall$WithoutReturn v;
v := @this: net.bytebuddy.implementation.SuperMethodCall;
v := @parameter: net.bytebuddy.implementation.Implementation$Composable;
v = new net.bytebuddy.implementation.Implementation$Compound$Composable;
v = <net.bytebuddy.implementation.SuperMethodCall$WithoutReturn: net.bytebuddy.implementation.SuperMethodCall$WithoutReturn INSTANCE>;
specialinvoke v.<net.bytebuddy.implementation.Implementation$Compound$Composable: void <init>(net.bytebuddy.implementation.Implementation,net.bytebuddy.implementation.Implementation$Composable)>(v, v);
return v;
}
private static net.bytebuddy.implementation.SuperMethodCall[] $values()
{
net.bytebuddy.implementation.SuperMethodCall[] v;
net.bytebuddy.implementation.SuperMethodCall v;
v = newarray (net.bytebuddy.implementation.SuperMethodCall)[1];
v = <net.bytebuddy.implementation.SuperMethodCall: net.bytebuddy.implementation.SuperMethodCall INSTANCE>;
v[0] = v;
return v;
}
static void <clinit>()
{
net.bytebuddy.implementation.SuperMethodCall[] v;
net.bytebuddy.implementation.SuperMethodCall v;
v = new net.bytebuddy.implementation.SuperMethodCall;
specialinvoke v.<net.bytebuddy.implementation.SuperMethodCall: void <init>(java.lang.String,int)>("INSTANCE", 0);
<net.bytebuddy.implementation.SuperMethodCall: net.bytebuddy.implementation.SuperMethodCall INSTANCE> = v;
v = staticinvoke <net.bytebuddy.implementation.SuperMethodCall: net.bytebuddy.implementation.SuperMethodCall[] $values()>();
<net.bytebuddy.implementation.SuperMethodCall: net.bytebuddy.implementation.SuperMethodCall[] $VALUES> = v;
return;
}
}