public final enum class net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods extends java.lang.Enum implements net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler
{
public static final enum net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods INSTANCE;
private static final net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods[] $VALUES;
public static net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods[] values()
{
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods[] v;
java.lang.Object v;
v = <net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods 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/dynamic/scaffold/MethodGraph$Compiler$ForDeclaredMethods;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods;
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.MethodGraph$Linked compile(net.bytebuddy.description.type.TypeDefinition)
{
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods v;
net.bytebuddy.description.type.TypeDefinition v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Linked v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods;
v := @parameter: net.bytebuddy.description.type.TypeDefinition;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = virtualinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods: net.bytebuddy.dynamic.scaffold.MethodGraph$Linked compile(net.bytebuddy.description.type.TypeDefinition,net.bytebuddy.description.type.TypeDescription)>(v, v);
return v;
}
public net.bytebuddy.dynamic.scaffold.MethodGraph$Linked compile(net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Linked v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = virtualinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods: net.bytebuddy.dynamic.scaffold.MethodGraph$Linked compile(net.bytebuddy.description.type.TypeDefinition,net.bytebuddy.description.type.TypeDescription)>(v, v);
return v;
}
public net.bytebuddy.dynamic.scaffold.MethodGraph$Linked compile(net.bytebuddy.description.type.TypeDefinition, net.bytebuddy.description.type.TypeDescription)
{
java.util.LinkedHashMap v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods v;
java.util.Map v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Empty v;
net.bytebuddy.description.method.MethodList v;
boolean v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Node$Simple v;
java.util.Iterator v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Simple v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Linked$Delegation v;
net.bytebuddy.matcher.ElementMatcher$Junction v, v, v, v, v, v;
net.bytebuddy.description.method.MethodDescription$SignatureToken v;
net.bytebuddy.description.type.TypeDefinition v;
java.lang.Object v;
net.bytebuddy.matcher.FilterableList v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods;
v := @parameter: net.bytebuddy.description.type.TypeDefinition;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = new java.util.LinkedHashMap;
specialinvoke v.<java.util.LinkedHashMap: void <init>()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.method.MethodList getDeclaredMethods()>();
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction isVirtual()>();
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction isBridge()>();
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction not(net.bytebuddy.matcher.ElementMatcher)>(v);
v = interfaceinvoke v.<net.bytebuddy.matcher.ElementMatcher$Junction: net.bytebuddy.matcher.ElementMatcher$Junction and(net.bytebuddy.matcher.ElementMatcher)>(v);
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction isVisibleTo(net.bytebuddy.description.type.TypeDescription)>(v);
v = interfaceinvoke v.<net.bytebuddy.matcher.ElementMatcher$Junction: net.bytebuddy.matcher.ElementMatcher$Junction and(net.bytebuddy.matcher.ElementMatcher)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: net.bytebuddy.matcher.FilterableList filter(net.bytebuddy.matcher.ElementMatcher)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.method.MethodDescription$SignatureToken asSignatureToken()>();
v = new net.bytebuddy.dynamic.scaffold.MethodGraph$Node$Simple;
specialinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$Node$Simple: void <init>(net.bytebuddy.description.method.MethodDescription)>(v);
virtualinvoke v.<java.util.LinkedHashMap: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
goto label;
label:
v = new net.bytebuddy.dynamic.scaffold.MethodGraph$Linked$Delegation;
v = new net.bytebuddy.dynamic.scaffold.MethodGraph$Simple;
specialinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$Simple: void <init>(java.util.LinkedHashMap)>(v);
v = <net.bytebuddy.dynamic.scaffold.MethodGraph$Empty: net.bytebuddy.dynamic.scaffold.MethodGraph$Empty INSTANCE>;
v = staticinvoke <java.util.Collections: java.util.Map emptyMap()>();
specialinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$Linked$Delegation: void <init>(net.bytebuddy.dynamic.scaffold.MethodGraph,net.bytebuddy.dynamic.scaffold.MethodGraph,java.util.Map)>(v, v, v);
return v;
}
public net.bytebuddy.dynamic.scaffold.MethodGraph$Linked compile(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods v;
net.bytebuddy.description.type.TypeDescription v, v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Linked v;
v := @this: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = virtualinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods: net.bytebuddy.dynamic.scaffold.MethodGraph$Linked compile(net.bytebuddy.description.type.TypeDefinition,net.bytebuddy.description.type.TypeDescription)>(v, v);
return v;
}
private static net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods[] $values()
{
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods[] v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods v;
v = newarray (net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods)[1];
v = <net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods INSTANCE>;
v[0] = v;
return v;
}
static void <clinit>()
{
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods[] v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods v;
v = new net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods;
specialinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods: void <init>(java.lang.String,int)>("INSTANCE", 0);
<net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods INSTANCE> = v;
v = staticinvoke <net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods[] $values()>();
<net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$ForDeclaredMethods[] $VALUES> = v;
return;
}
}