public final enum class net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState extends java.lang.Enum implements net.bytebuddy.agent.builder.AgentBuilder$RawMatcher
{
public static final enum net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState LOADED;
public static final enum net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState UNLOADED;
private final boolean unloaded;
private static final net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState[] $VALUES;
public static net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState[] values()
{
java.lang.Object v;
net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState[] v;
v = <net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState: net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState 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/agent/builder/AgentBuilder$RawMatcher$ForLoadState;", v);
return v;
}
private void <init>(java.lang.String, int, boolean)
{
net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState v;
int v;
java.lang.String v;
boolean v;
v := @this: net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: boolean;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v.<net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState: boolean unloaded> = v;
return;
}
public boolean matches(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, java.lang.Class, java.security.ProtectionDomain)
{
net.bytebuddy.utility.JavaModule v;
net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState v;
java.security.ProtectionDomain v;
java.lang.Class v;
java.lang.ClassLoader v;
net.bytebuddy.description.type.TypeDescription v;
boolean v, v, v;
v := @this: net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: java.lang.ClassLoader;
v := @parameter: net.bytebuddy.utility.JavaModule;
v := @parameter: java.lang.Class;
v := @parameter: java.security.ProtectionDomain;
if v != null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v.<net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState: boolean unloaded>;
if v != v goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
private static net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState[] $values()
{
net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState v, v;
net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState[] v;
v = newarray (net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState)[2];
v = <net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState: net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState LOADED>;
v[0] = v;
v = <net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState: net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState UNLOADED>;
v[1] = v;
return v;
}
static void <clinit>()
{
net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState v, v;
net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState[] v;
v = new net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState;
specialinvoke v.<net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState: void <init>(java.lang.String,int,boolean)>("LOADED", 0, 0);
<net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState: net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState LOADED> = v;
v = new net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState;
specialinvoke v.<net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState: void <init>(java.lang.String,int,boolean)>("UNLOADED", 1, 1);
<net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState: net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState UNLOADED> = v;
v = staticinvoke <net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState: net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState[] $values()>();
<net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState: net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForLoadState[] $VALUES> = v;
return;
}
}