public abstract enum class net.bytebuddy.matcher.MethodSortMatcher$Sort extends java.lang.Enum
{
public static final enum net.bytebuddy.matcher.MethodSortMatcher$Sort METHOD;
public static final enum net.bytebuddy.matcher.MethodSortMatcher$Sort CONSTRUCTOR;
public static final enum net.bytebuddy.matcher.MethodSortMatcher$Sort TYPE_INITIALIZER;
public static final enum net.bytebuddy.matcher.MethodSortMatcher$Sort VIRTUAL;
public static final enum net.bytebuddy.matcher.MethodSortMatcher$Sort DEFAULT_METHOD;
private final java.lang.String description;
private final net.bytebuddy.matcher.MethodSortMatcher matcher;
private static final net.bytebuddy.matcher.MethodSortMatcher$Sort[] $VALUES;
public static net.bytebuddy.matcher.MethodSortMatcher$Sort[] values()
{
net.bytebuddy.matcher.MethodSortMatcher$Sort[] v;
java.lang.Object v;
v = <net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static net.bytebuddy.matcher.MethodSortMatcher$Sort 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/matcher/MethodSortMatcher$Sort;", v);
return v;
}
private void <init>(java.lang.String, int, java.lang.String)
{
net.bytebuddy.matcher.MethodSortMatcher v;
int v;
java.lang.String v, v;
net.bytebuddy.matcher.MethodSortMatcher$Sort v;
v := @this: net.bytebuddy.matcher.MethodSortMatcher$Sort;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v.<net.bytebuddy.matcher.MethodSortMatcher$Sort: java.lang.String description> = v;
v = new net.bytebuddy.matcher.MethodSortMatcher;
specialinvoke v.<net.bytebuddy.matcher.MethodSortMatcher: void <init>(net.bytebuddy.matcher.MethodSortMatcher$Sort)>(v);
v.<net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher matcher> = v;
return;
}
protected abstract boolean isSort(net.bytebuddy.description.method.MethodDescription);
protected java.lang.String getDescription()
{
java.lang.String v;
net.bytebuddy.matcher.MethodSortMatcher$Sort v;
v := @this: net.bytebuddy.matcher.MethodSortMatcher$Sort;
v = v.<net.bytebuddy.matcher.MethodSortMatcher$Sort: java.lang.String description>;
return v;
}
protected net.bytebuddy.matcher.MethodSortMatcher getMatcher()
{
net.bytebuddy.matcher.MethodSortMatcher v;
net.bytebuddy.matcher.MethodSortMatcher$Sort v;
v := @this: net.bytebuddy.matcher.MethodSortMatcher$Sort;
v = v.<net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher matcher>;
return v;
}
private static net.bytebuddy.matcher.MethodSortMatcher$Sort[] $values()
{
net.bytebuddy.matcher.MethodSortMatcher$Sort[] v;
net.bytebuddy.matcher.MethodSortMatcher$Sort v, v, v, v, v;
v = newarray (net.bytebuddy.matcher.MethodSortMatcher$Sort)[5];
v = <net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort METHOD>;
v[0] = v;
v = <net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort CONSTRUCTOR>;
v[1] = v;
v = <net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort TYPE_INITIALIZER>;
v[2] = v;
v = <net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort VIRTUAL>;
v[3] = v;
v = <net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort DEFAULT_METHOD>;
v[4] = v;
return v;
}
static void <clinit>()
{
net.bytebuddy.matcher.MethodSortMatcher$Sort[] v;
net.bytebuddy.matcher.MethodSortMatcher$Sort$5 v;
net.bytebuddy.matcher.MethodSortMatcher$Sort$4 v;
net.bytebuddy.matcher.MethodSortMatcher$Sort$3 v;
net.bytebuddy.matcher.MethodSortMatcher$Sort$2 v;
net.bytebuddy.matcher.MethodSortMatcher$Sort$1 v;
v = new net.bytebuddy.matcher.MethodSortMatcher$Sort$1;
specialinvoke v.<net.bytebuddy.matcher.MethodSortMatcher$Sort$1: void <init>(java.lang.String,int,java.lang.String)>("METHOD", 0, "isMethod()");
<net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort METHOD> = v;
v = new net.bytebuddy.matcher.MethodSortMatcher$Sort$2;
specialinvoke v.<net.bytebuddy.matcher.MethodSortMatcher$Sort$2: void <init>(java.lang.String,int,java.lang.String)>("CONSTRUCTOR", 1, "isConstructor()");
<net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort CONSTRUCTOR> = v;
v = new net.bytebuddy.matcher.MethodSortMatcher$Sort$3;
specialinvoke v.<net.bytebuddy.matcher.MethodSortMatcher$Sort$3: void <init>(java.lang.String,int,java.lang.String)>("TYPE_INITIALIZER", 2, "isTypeInitializer()");
<net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort TYPE_INITIALIZER> = v;
v = new net.bytebuddy.matcher.MethodSortMatcher$Sort$4;
specialinvoke v.<net.bytebuddy.matcher.MethodSortMatcher$Sort$4: void <init>(java.lang.String,int,java.lang.String)>("VIRTUAL", 3, "isVirtual()");
<net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort VIRTUAL> = v;
v = new net.bytebuddy.matcher.MethodSortMatcher$Sort$5;
specialinvoke v.<net.bytebuddy.matcher.MethodSortMatcher$Sort$5: void <init>(java.lang.String,int,java.lang.String)>("DEFAULT_METHOD", 4, "isDefaultMethod()");
<net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort DEFAULT_METHOD> = v;
v = staticinvoke <net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort[] $values()>();
<net.bytebuddy.matcher.MethodSortMatcher$Sort: net.bytebuddy.matcher.MethodSortMatcher$Sort[] $VALUES> = v;
return;
}
}