public final enum class net.bytebuddy.matcher.ModifierMatcher$Mode extends java.lang.Enum
{
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode PUBLIC;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode PROTECTED;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode PRIVATE;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode FINAL;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode STATIC;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode SYNCHRONIZED;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode NATIVE;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode STRICT;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode VAR_ARGS;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode SYNTHETIC;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode BRIDGE;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode ABSTRACT;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode INTERFACE;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode ANNOTATION;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode VOLATILE;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode TRANSIENT;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode MANDATED;
public static final enum net.bytebuddy.matcher.ModifierMatcher$Mode ENUMERATION;
private final int modifiers;
private final java.lang.String description;
private final net.bytebuddy.matcher.ModifierMatcher matcher;
private static final net.bytebuddy.matcher.ModifierMatcher$Mode[] $VALUES;
public static net.bytebuddy.matcher.ModifierMatcher$Mode[] values()
{
net.bytebuddy.matcher.ModifierMatcher$Mode[] v;
java.lang.Object v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static net.bytebuddy.matcher.ModifierMatcher$Mode 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/ModifierMatcher$Mode;", v);
return v;
}
private void <init>(java.lang.String, int, int, java.lang.String)
{
net.bytebuddy.matcher.ModifierMatcher$Mode v;
int v, v;
java.lang.String v, v;
net.bytebuddy.matcher.ModifierMatcher v;
v := @this: net.bytebuddy.matcher.ModifierMatcher$Mode;
v := @parameter: java.lang.String;
v := @parameter: int;
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.ModifierMatcher$Mode: int modifiers> = v;
v.<net.bytebuddy.matcher.ModifierMatcher$Mode: java.lang.String description> = v;
v = new net.bytebuddy.matcher.ModifierMatcher;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher: void <init>(net.bytebuddy.matcher.ModifierMatcher$Mode)>(v);
v.<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher matcher> = v;
return;
}
protected java.lang.String getDescription()
{
java.lang.String v;
net.bytebuddy.matcher.ModifierMatcher$Mode v;
v := @this: net.bytebuddy.matcher.ModifierMatcher$Mode;
v = v.<net.bytebuddy.matcher.ModifierMatcher$Mode: java.lang.String description>;
return v;
}
protected int getModifiers()
{
int v;
net.bytebuddy.matcher.ModifierMatcher$Mode v;
v := @this: net.bytebuddy.matcher.ModifierMatcher$Mode;
v = v.<net.bytebuddy.matcher.ModifierMatcher$Mode: int modifiers>;
return v;
}
protected net.bytebuddy.matcher.ModifierMatcher getMatcher()
{
net.bytebuddy.matcher.ModifierMatcher$Mode v;
net.bytebuddy.matcher.ModifierMatcher v;
v := @this: net.bytebuddy.matcher.ModifierMatcher$Mode;
v = v.<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher matcher>;
return v;
}
private static net.bytebuddy.matcher.ModifierMatcher$Mode[] $values()
{
net.bytebuddy.matcher.ModifierMatcher$Mode[] v;
net.bytebuddy.matcher.ModifierMatcher$Mode v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
v = newarray (net.bytebuddy.matcher.ModifierMatcher$Mode)[18];
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode PUBLIC>;
v[0] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode PROTECTED>;
v[1] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode PRIVATE>;
v[2] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode FINAL>;
v[3] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode STATIC>;
v[4] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode SYNCHRONIZED>;
v[5] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode NATIVE>;
v[6] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode STRICT>;
v[7] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode VAR_ARGS>;
v[8] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode SYNTHETIC>;
v[9] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode BRIDGE>;
v[10] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode ABSTRACT>;
v[11] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode INTERFACE>;
v[12] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode ANNOTATION>;
v[13] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode VOLATILE>;
v[14] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode TRANSIENT>;
v[15] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode MANDATED>;
v[16] = v;
v = <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode ENUMERATION>;
v[17] = v;
return v;
}
static void <clinit>()
{
int v;
net.bytebuddy.matcher.ModifierMatcher$Mode[] v;
net.bytebuddy.matcher.ModifierMatcher$Mode v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("PUBLIC", 0, 1, "isPublic()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode PUBLIC> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("PROTECTED", 1, 4, "isProtected()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode PROTECTED> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("PRIVATE", 2, 2, "isPrivate()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode PRIVATE> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("FINAL", 3, 16, "isFinal()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode FINAL> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("STATIC", 4, 8, "isStatic()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode STATIC> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("SYNCHRONIZED", 5, 32, "isSynchronized()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode SYNCHRONIZED> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("NATIVE", 6, 256, "isNative()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode NATIVE> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("STRICT", 7, 2048, "isStrict()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode STRICT> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("VAR_ARGS", 8, 128, "isVarArgs()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode VAR_ARGS> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("SYNTHETIC", 9, 4096, "isSynthetic()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode SYNTHETIC> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("BRIDGE", 10, 64, "isBridge()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode BRIDGE> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("ABSTRACT", 11, 1024, "isAbstract()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode ABSTRACT> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("INTERFACE", 12, 512, "isInterface()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode INTERFACE> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("ANNOTATION", 13, 8192, "isAnnotation()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode ANNOTATION> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("VOLATILE", 14, 64, "isVolatile()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode VOLATILE> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("TRANSIENT", 15, 128, "isTransient()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode TRANSIENT> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
v = (int) 32768;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("MANDATED", 16, v, "isMandated()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode MANDATED> = v;
v = new net.bytebuddy.matcher.ModifierMatcher$Mode;
specialinvoke v.<net.bytebuddy.matcher.ModifierMatcher$Mode: void <init>(java.lang.String,int,int,java.lang.String)>("ENUMERATION", 17, 16384, "isEnum()");
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode ENUMERATION> = v;
v = staticinvoke <net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode[] $values()>();
<net.bytebuddy.matcher.ModifierMatcher$Mode: net.bytebuddy.matcher.ModifierMatcher$Mode[] $VALUES> = v;
return;
}
}