public class net.bytebuddy.description.method.ParameterDescription$Token extends java.lang.Object implements net.bytebuddy.description.ByteCodeElement$Token
{
public static final java.lang.String NO_NAME;
public static final java.lang.Integer NO_MODIFIERS;
private final net.bytebuddy.description.type.TypeDescription$Generic type;
private final java.util.List annotations;
private final java.lang.String name;
private final java.lang.Integer modifiers;
private transient int hashCode;
public void <init>(net.bytebuddy.description.type.TypeDescription$Generic)
{
java.util.List v;
net.bytebuddy.description.method.ParameterDescription$Token v;
net.bytebuddy.description.type.TypeDescription$Generic v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v := @parameter: net.bytebuddy.description.type.TypeDescription$Generic;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
specialinvoke v.<net.bytebuddy.description.method.ParameterDescription$Token: void <init>(net.bytebuddy.description.type.TypeDescription$Generic,java.util.List)>(v, v);
return;
}
public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, java.util.List)
{
java.util.List v;
net.bytebuddy.description.method.ParameterDescription$Token v;
net.bytebuddy.description.type.TypeDescription$Generic v;
java.lang.String v;
java.lang.Integer v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v := @parameter: net.bytebuddy.description.type.TypeDescription$Generic;
v := @parameter: java.util.List;
v = <net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String NO_NAME>;
v = <net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer NO_MODIFIERS>;
specialinvoke v.<net.bytebuddy.description.method.ParameterDescription$Token: void <init>(net.bytebuddy.description.type.TypeDescription$Generic,java.util.List,java.lang.String,java.lang.Integer)>(v, v, v, v);
return;
}
public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, java.lang.String, java.lang.Integer)
{
java.util.List v;
net.bytebuddy.description.method.ParameterDescription$Token v;
net.bytebuddy.description.type.TypeDescription$Generic v;
java.lang.String v;
java.lang.Integer v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v := @parameter: net.bytebuddy.description.type.TypeDescription$Generic;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Integer;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
specialinvoke v.<net.bytebuddy.description.method.ParameterDescription$Token: void <init>(net.bytebuddy.description.type.TypeDescription$Generic,java.util.List,java.lang.String,java.lang.Integer)>(v, v, v, v);
return;
}
public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, java.util.List, java.lang.String, java.lang.Integer)
{
java.util.List v;
net.bytebuddy.description.method.ParameterDescription$Token v;
net.bytebuddy.description.type.TypeDescription$Generic v;
java.lang.String v;
java.lang.Integer v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v := @parameter: net.bytebuddy.description.type.TypeDescription$Generic;
v := @parameter: java.util.List;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Integer;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.description.method.ParameterDescription$Token: net.bytebuddy.description.type.TypeDescription$Generic type> = v;
v.<net.bytebuddy.description.method.ParameterDescription$Token: java.util.List annotations> = v;
v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String name> = v;
v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer modifiers> = v;
return;
}
public net.bytebuddy.description.type.TypeDescription$Generic getType()
{
net.bytebuddy.description.method.ParameterDescription$Token v;
net.bytebuddy.description.type.TypeDescription$Generic v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: net.bytebuddy.description.type.TypeDescription$Generic type>;
return v;
}
public net.bytebuddy.description.'annotation'.AnnotationList getAnnotations()
{
java.util.List v;
net.bytebuddy.description.'annotation'.AnnotationList$Explicit v;
net.bytebuddy.description.method.ParameterDescription$Token v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v = new net.bytebuddy.description.'annotation'.AnnotationList$Explicit;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.util.List annotations>;
specialinvoke v.<net.bytebuddy.description.'annotation'.AnnotationList$Explicit: void <init>(java.util.List)>(v);
return v;
}
public java.lang.String getName()
{
java.lang.String v;
net.bytebuddy.description.method.ParameterDescription$Token v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String name>;
return v;
}
public java.lang.Integer getModifiers()
{
net.bytebuddy.description.method.ParameterDescription$Token v;
java.lang.Integer v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer modifiers>;
return v;
}
public net.bytebuddy.description.method.ParameterDescription$Token accept(net.bytebuddy.description.type.TypeDescription$Generic$Visitor)
{
net.bytebuddy.description.type.TypeDescription$Generic v;
net.bytebuddy.description.type.TypeDescription$Generic$Visitor v;
java.lang.Integer v;
java.util.List v;
net.bytebuddy.description.method.ParameterDescription$Token v, v;
java.lang.Object v;
java.lang.String v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v := @parameter: net.bytebuddy.description.type.TypeDescription$Generic$Visitor;
v = new net.bytebuddy.description.method.ParameterDescription$Token;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: net.bytebuddy.description.type.TypeDescription$Generic type>;
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.description.method.ParameterDescription$Token: java.util.List annotations>;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String name>;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer modifiers>;
specialinvoke v.<net.bytebuddy.description.method.ParameterDescription$Token: void <init>(net.bytebuddy.description.type.TypeDescription$Generic,java.util.List,java.lang.String,java.lang.Integer)>(v, v, v, v);
return v;
}
public int hashCode()
{
java.lang.Integer v, v;
net.bytebuddy.description.method.ParameterDescription$Token v;
int v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v, v;
net.bytebuddy.description.type.TypeDescription$Generic v;
java.util.List v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: int hashCode>;
if v == 0 goto label;
v = 0;
goto label;
label:
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: net.bytebuddy.description.type.TypeDescription$Generic type>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = 31 * v;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.util.List annotations>;
v = interfaceinvoke v.<java.util.List: int hashCode()>();
v = v + v;
v = 31 * v;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String name>;
if v == null goto label;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String name>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
goto label;
label:
v = 0;
label:
v = v + v;
v = 31 * v;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer modifiers>;
if v == null goto label;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer modifiers>;
v = virtualinvoke v.<java.lang.Integer: int hashCode()>();
goto label;
label:
v = 0;
label:
v = v + v;
v = v;
label:
v = v;
if v != 0 goto label;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: int hashCode>;
goto label;
label:
v.<net.bytebuddy.description.method.ParameterDescription$Token: int hashCode> = v;
label:
return v;
}
public boolean equals(java.lang.Object)
{
java.lang.Integer v, v, v, v;
net.bytebuddy.description.method.ParameterDescription$Token v;
java.lang.String v, v, v, v;
boolean v, v, v, v, v, v;
net.bytebuddy.description.type.TypeDescription$Generic v, v;
java.util.List v, v;
java.lang.Object v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
v = v instanceof net.bytebuddy.description.method.ParameterDescription$Token;
if v != 0 goto label;
return 0;
label:
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: net.bytebuddy.description.type.TypeDescription$Generic type>;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: net.bytebuddy.description.type.TypeDescription$Generic type>;
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.util.List annotations>;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.util.List annotations>;
v = interfaceinvoke v.<java.util.List: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String name>;
if v == null goto label;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String name>;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String name>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
goto label;
label:
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String name>;
if v != null goto label;
label:
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer modifiers>;
if v == null goto label;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer modifiers>;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer modifiers>;
v = virtualinvoke v.<java.lang.Integer: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
goto label;
label:
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer modifiers>;
if v != null goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public java.lang.String toString()
{
java.util.List v;
net.bytebuddy.description.method.ParameterDescription$Token v;
net.bytebuddy.description.type.TypeDescription$Generic v;
java.lang.String v, v;
java.lang.Integer v;
v := @this: net.bytebuddy.description.method.ParameterDescription$Token;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: net.bytebuddy.description.type.TypeDescription$Generic type>;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.util.List annotations>;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String name>;
v = v.<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer modifiers>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.type.TypeDescription$Generic,java.util.List,java.lang.String,java.lang.Integer)>(v, v, 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[])>("ParameterDescription.Token{type=\u, annotations=\u, name=\'\u0001\', modifiers=\u0001}");
return v;
}
static void <clinit>()
{
<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.String NO_NAME> = null;
<net.bytebuddy.description.method.ParameterDescription$Token: java.lang.Integer NO_MODIFIERS> = null;
return;
}
}