public abstract class net.bytebuddy.description.field.FieldDescription$AbstractBase extends net.bytebuddy.description.ModifierReviewable$AbstractBase implements net.bytebuddy.description.field.FieldDescription
{
private transient int hashCode;
public void <init>()
{
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
specialinvoke v.<net.bytebuddy.description.ModifierReviewable$AbstractBase: void <init>()>();
return;
}
public java.lang.String getInternalName()
{
java.lang.String v;
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: java.lang.String getName()>();
return v;
}
public java.lang.String getActualName()
{
java.lang.String v;
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: java.lang.String getName()>();
return v;
}
public java.lang.String getDescriptor()
{
net.bytebuddy.description.type.TypeDescription$Generic v;
java.lang.String v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: java.lang.String getDescriptor()>();
return v;
}
public java.lang.String getGenericSignature()
{
java.lang.reflect.GenericSignatureFormatError v;
net.bytebuddy.description.type.TypeDescription$Generic v;
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
net.bytebuddy.description.type.TypeDefinition$Sort v;
net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor v;
java.lang.Object v;
java.lang.String v, v;
net.bytebuddy.jar.asm.signature.SignatureWriter v;
boolean v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
label:
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: net.bytebuddy.description.type.TypeDefinition$Sort getSort()>();
v = virtualinvoke v.<net.bytebuddy.description.type.TypeDefinition$Sort: boolean isNonGeneric()>();
if v == 0 goto label;
v = <net.bytebuddy.description.field.FieldDescription$AbstractBase: java.lang.String NON_GENERIC_SIGNATURE>;
goto label;
label:
v = new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor;
v = new net.bytebuddy.jar.asm.signature.SignatureWriter;
specialinvoke v.<net.bytebuddy.jar.asm.signature.SignatureWriter: void <init>()>();
specialinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic$Visitor$ForSignatureVisitor: void <init>(net.bytebuddy.jar.asm.signature.SignatureVisitor)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: java.lang.Object accept(net.bytebuddy.description.type.TypeDescription$Generic$Visitor)>(v);
v = virtualinvoke v.<java.lang.Object: java.lang.String toString()>();
label:
return v;
label:
v := @caughtexception;
v = <net.bytebuddy.description.field.FieldDescription$AbstractBase: java.lang.String NON_GENERIC_SIGNATURE>;
return v;
catch java.lang.reflect.GenericSignatureFormatError from label to label with label;
}
public boolean isVisibleTo(net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
boolean v, v, v, v, v, v, v, v, v, v;
net.bytebuddy.description.type.TypeDefinition v, v, v, v, v;
net.bytebuddy.description.type.TypeDescription v, v, v, v, v, v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean isVisibleTo(net.bytebuddy.description.type.TypeDescription)>(v);
if v == 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: boolean isPublic()>();
if v != 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: boolean isProtected()>();
if v == 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean isAssignableFrom(net.bytebuddy.description.type.TypeDescription)>(v);
if v != 0 goto label;
label:
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: boolean isPrivate()>();
if v != 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean isSamePackage(net.bytebuddy.description.type.TypeDescription)>(v);
if v != 0 goto label;
label:
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: boolean isPrivate()>();
if v == 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean isNestMateOf(net.bytebuddy.description.type.TypeDescription)>(v);
if v == 0 goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean isAccessibleTo(net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
net.bytebuddy.description.type.TypeDefinition v, v, v;
net.bytebuddy.description.type.TypeDescription v, v, v, v;
boolean v, v, v, v, v, v, v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: boolean isPublic()>();
if v != 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: boolean isPrivate()>();
if v != 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean isSamePackage(net.bytebuddy.description.type.TypeDescription)>(v);
if v != 0 goto label;
label:
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: boolean isPrivate()>();
if v == 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean isNestMateOf(net.bytebuddy.description.type.TypeDescription)>(v);
if v == 0 goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public int getActualModifiers()
{
net.bytebuddy.description.'annotation'.AnnotationList v;
int v, v, v;
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
boolean v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: int getModifiers()>();
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.'annotation'.AnnotationList getDeclaredAnnotations()>();
v = interfaceinvoke v.<net.bytebuddy.description.'annotation'.AnnotationList: boolean isAnnotationPresent(java.lang.Class)>(class "Ljava/lang/Deprecated;");
if v == 0 goto label;
v = 131072;
goto label;
label:
v = 0;
label:
v = v | v;
return v;
}
public net.bytebuddy.description.field.FieldDescription$Token asToken(net.bytebuddy.matcher.ElementMatcher)
{
net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForDetachment v;
net.bytebuddy.description.type.TypeDescription$Generic v;
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
net.bytebuddy.description.field.FieldDescription$Token v;
net.bytebuddy.matcher.ElementMatcher v;
net.bytebuddy.description.'annotation'.AnnotationList v;
int v;
java.lang.Object v;
java.lang.String v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v := @parameter: net.bytebuddy.matcher.ElementMatcher;
v = new net.bytebuddy.description.field.FieldDescription$Token;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: java.lang.String getName()>();
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: int getModifiers()>();
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForDetachment;
specialinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForDetachment: void <init>(net.bytebuddy.matcher.ElementMatcher)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: java.lang.Object accept(net.bytebuddy.description.type.TypeDescription$Generic$Visitor)>(v);
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.'annotation'.AnnotationList getDeclaredAnnotations()>();
specialinvoke v.<net.bytebuddy.description.field.FieldDescription$Token: void <init>(java.lang.String,int,net.bytebuddy.description.type.TypeDescription$Generic,java.util.List)>(v, v, v, v);
return v;
}
public net.bytebuddy.description.field.FieldDescription$SignatureToken asSignatureToken()
{
net.bytebuddy.description.field.FieldDescription$SignatureToken v;
net.bytebuddy.description.type.TypeDescription$Generic v;
java.lang.String v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v = new net.bytebuddy.description.field.FieldDescription$SignatureToken;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: java.lang.String getInternalName()>();
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: net.bytebuddy.description.type.TypeDescription asErasure()>();
specialinvoke v.<net.bytebuddy.description.field.FieldDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription)>(v, v);
return v;
}
public int hashCode()
{
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
net.bytebuddy.description.type.TypeDefinition v;
int v, v, v, v, v, v, v;
java.lang.String v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v = v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: int hashCode>;
if v == 0 goto label;
v = 0;
goto label;
label:
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: java.lang.String getName()>();
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = 17 + v;
v = 31 * v;
v = v + v;
label:
v = v;
if v != 0 goto label;
v = v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: int hashCode>;
goto label;
label:
v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: int hashCode> = v;
label:
return v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
net.bytebuddy.description.type.TypeDefinition v, v;
java.lang.Object v;
java.lang.String v, v;
boolean v, v, v, v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
v = v instanceof net.bytebuddy.description.field.FieldDescription;
if v != 0 goto label;
return 0;
label:
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: java.lang.String getName()>();
v = interfaceinvoke v.<net.bytebuddy.description.field.FieldDescription: java.lang.String getName()>();
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.field.FieldDescription: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public java.lang.String toGenericString()
{
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
int v, v;
java.lang.String v, v, v, v, v;
net.bytebuddy.description.type.TypeDescription$Generic v;
net.bytebuddy.description.type.TypeDefinition v;
java.lang.StringBuilder v, v, v, v, v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>()>();
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: int getModifiers()>();
if v == 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: int getModifiers()>();
v = staticinvoke <java.lang.reflect.Modifier: java.lang.String toString(int)>(v);
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(32);
label:
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: java.lang.String getActualName()>();
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(32);
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: java.lang.String getActualName()>();
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(46);
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: java.lang.String getName()>();
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
return v;
}
public java.lang.String toString()
{
net.bytebuddy.description.field.FieldDescription$AbstractBase v;
int v, v;
java.lang.String v, v, v, v, v;
net.bytebuddy.description.type.TypeDescription$Generic v;
net.bytebuddy.description.type.TypeDefinition v;
java.lang.StringBuilder v, v, v, v, v;
net.bytebuddy.description.type.TypeDescription v, v;
v := @this: net.bytebuddy.description.field.FieldDescription$AbstractBase;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>()>();
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: int getModifiers()>();
if v == 0 goto label;
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: int getModifiers()>();
v = staticinvoke <java.lang.reflect.Modifier: java.lang.String toString(int)>(v);
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(32);
label:
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: java.lang.String getActualName()>();
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(32);
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: net.bytebuddy.description.type.TypeDefinition getDeclaringType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: net.bytebuddy.description.type.TypeDescription asErasure()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: java.lang.String getActualName()>();
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(46);
v = virtualinvoke v.<net.bytebuddy.description.field.FieldDescription$AbstractBase: java.lang.String getName()>();
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
return v;
}
}