public class net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching extends java.lang.Object implements net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver
{
private final net.bytebuddy.description.type.TypeDescription instrumentedType;
private final net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler;
private final net.bytebuddy.matcher.ElementMatcher matcher;
public void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler, net.bytebuddy.matcher.ElementMatcher)
{
net.bytebuddy.matcher.ElementMatcher v;
net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler v;
v := @this: net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler;
v := @parameter: net.bytebuddy.matcher.ElementMatcher;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.description.type.TypeDescription instrumentedType> = v;
v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler> = v;
v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.matcher.ElementMatcher matcher> = v;
return;
}
public net.bytebuddy.description.method.MethodDescription resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.ByteCodeElement$Member, net.bytebuddy.description.type.TypeList$Generic, net.bytebuddy.description.type.TypeDescription$Generic)
{
java.lang.IllegalStateException v, v, v;
net.bytebuddy.description.type.TypeList$Generic v;
net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForReplacement v;
net.bytebuddy.description.method.MethodList v, v;
boolean v, v, v;
net.bytebuddy.description.type.TypeDescription$Generic v;
net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching v;
java.util.List v;
net.bytebuddy.description.ByteCodeElement$Member v;
net.bytebuddy.matcher.ElementMatcher$Junction v, v, v, v;
net.bytebuddy.description.type.TypeDescription v, v, v, v;
net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList v;
int v;
java.lang.String v, v, v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler v;
net.bytebuddy.matcher.ElementMatcher v, v, v;
java.lang.Object v, v, v, v, v;
net.bytebuddy.matcher.FilterableList v, v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Linked v;
v := @this: net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.description.ByteCodeElement$Member;
v := @parameter: net.bytebuddy.description.type.TypeList$Generic;
v := @parameter: net.bytebuddy.description.type.TypeDescription$Generic;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeList$Generic: boolean isEmpty()>();
if v == 0 goto label;
v = new java.lang.IllegalStateException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.ByteCodeElement$Member)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Cannot substitute parameterless instruction with \u0001");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeList$Generic: java.lang.Object get(int)>(0);
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: boolean isPrimitive()>();
if v != 0 goto label;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeList$Generic: java.lang.Object get(int)>(0);
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: boolean isArray()>();
if v == 0 goto label;
label:
v = new java.lang.IllegalStateException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.ByteCodeElement$Member)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Cannot invoke method on primitive or array type for \u0001");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeList$Generic: java.lang.Object get(int)>(0);
v = new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForReplacement;
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.description.type.TypeDescription instrumentedType>;
specialinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForReplacement: void <init>(net.bytebuddy.description.type.TypeDescription)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: java.lang.Object accept(net.bytebuddy.description.type.TypeDescription$Generic$Visitor)>(v);
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler>;
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.description.type.TypeDescription instrumentedType>;
v = interfaceinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler: net.bytebuddy.dynamic.scaffold.MethodGraph$Linked compile(net.bytebuddy.description.type.TypeDefinition,net.bytebuddy.description.type.TypeDescription)>(v, v);
v = interfaceinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$Linked: net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList listNodes()>();
v = virtualinvoke v.<net.bytebuddy.dynamic.scaffold.MethodGraph$NodeList: net.bytebuddy.description.method.MethodList asMethodList()>();
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.matcher.ElementMatcher matcher>;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: net.bytebuddy.matcher.FilterableList filter(net.bytebuddy.matcher.ElementMatcher)>(v);
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 isPrivate()>();
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.description.type.TypeDescription instrumentedType>;
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 = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.matcher.ElementMatcher matcher>;
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 = staticinvoke <net.bytebuddy.utility.CompoundList: java.util.List of(java.util.List,java.util.List)>(v, v);
v = interfaceinvoke v.<java.util.List: int size()>();
if v != 1 goto label;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(0);
return v;
label:
v = new java.lang.IllegalStateException;
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.matcher.ElementMatcher matcher>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.matcher.ElementMatcher,java.util.List)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Not exactly one method that matches \u0001: \u0001");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching v;
net.bytebuddy.matcher.ElementMatcher v, v;
java.lang.Class v, v;
java.lang.Object v;
net.bytebuddy.description.type.TypeDescription v, v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler v, v;
boolean v, v, v;
v := @this: net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v != null goto label;
return 0;
label:
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
return 0;
label:
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.description.type.TypeDescription instrumentedType>;
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.description.type.TypeDescription instrumentedType>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler>;
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.matcher.ElementMatcher matcher>;
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.matcher.ElementMatcher matcher>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching v;
net.bytebuddy.matcher.ElementMatcher v;
int v, v, v, v, v, v, v, v, v, v;
java.lang.Class v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler v;
v := @this: net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching;
v = virtualinvoke v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.description.type.TypeDescription instrumentedType>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
v = v * 31;
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
v = v * 31;
v = v.<net.bytebuddy.asm.MemberSubstitution$Substitution$ForMethodInvocation$MethodResolver$Matching: net.bytebuddy.matcher.ElementMatcher matcher>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v + v;
return v;
}
}