public final enum class org.springframework.beans.factory.'annotation'.Autowire extends java.lang.Enum
{
public static final enum org.springframework.beans.factory.'annotation'.Autowire NO;
public static final enum org.springframework.beans.factory.'annotation'.Autowire BY_NAME;
public static final enum org.springframework.beans.factory.'annotation'.Autowire BY_TYPE;
private final int value;
private static final org.springframework.beans.factory.'annotation'.Autowire[] $VALUES;
public static org.springframework.beans.factory.'annotation'.Autowire[] values()
{
java.lang.Object v;
org.springframework.beans.factory.'annotation'.Autowire[] v;
v = <org.springframework.beans.factory.'annotation'.Autowire: org.springframework.beans.factory.'annotation'.Autowire[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.springframework.beans.factory.'annotation'.Autowire 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 "Lorg/springframework/beans/factory/annotation/Autowire;", v);
return v;
}
private void <init>(java.lang.String, int, int)
{
int v, v;
java.lang.String v;
org.springframework.beans.factory.'annotation'.Autowire v;
v := @this: org.springframework.beans.factory.'annotation'.Autowire;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v.<org.springframework.beans.factory.'annotation'.Autowire: int value> = v;
return;
}
public int value()
{
int v;
org.springframework.beans.factory.'annotation'.Autowire v;
v := @this: org.springframework.beans.factory.'annotation'.Autowire;
v = v.<org.springframework.beans.factory.'annotation'.Autowire: int value>;
return v;
}
public boolean isAutowire()
{
org.springframework.beans.factory.'annotation'.Autowire v, v, v;
boolean v;
v := @this: org.springframework.beans.factory.'annotation'.Autowire;
v = <org.springframework.beans.factory.'annotation'.Autowire: org.springframework.beans.factory.'annotation'.Autowire BY_NAME>;
if v == v goto label;
v = <org.springframework.beans.factory.'annotation'.Autowire: org.springframework.beans.factory.'annotation'.Autowire BY_TYPE>;
if v != v goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
private static org.springframework.beans.factory.'annotation'.Autowire[] $values()
{
org.springframework.beans.factory.'annotation'.Autowire v, v, v;
org.springframework.beans.factory.'annotation'.Autowire[] v;
v = newarray (org.springframework.beans.factory.'annotation'.Autowire)[3];
v = <org.springframework.beans.factory.'annotation'.Autowire: org.springframework.beans.factory.'annotation'.Autowire NO>;
v[0] = v;
v = <org.springframework.beans.factory.'annotation'.Autowire: org.springframework.beans.factory.'annotation'.Autowire BY_NAME>;
v[1] = v;
v = <org.springframework.beans.factory.'annotation'.Autowire: org.springframework.beans.factory.'annotation'.Autowire BY_TYPE>;
v[2] = v;
return v;
}
static void <clinit>()
{
org.springframework.beans.factory.'annotation'.Autowire v, v, v;
org.springframework.beans.factory.'annotation'.Autowire[] v;
v = new org.springframework.beans.factory.'annotation'.Autowire;
specialinvoke v.<org.springframework.beans.factory.'annotation'.Autowire: void <init>(java.lang.String,int,int)>("NO", 0, 0);
<org.springframework.beans.factory.'annotation'.Autowire: org.springframework.beans.factory.'annotation'.Autowire NO> = v;
v = new org.springframework.beans.factory.'annotation'.Autowire;
specialinvoke v.<org.springframework.beans.factory.'annotation'.Autowire: void <init>(java.lang.String,int,int)>("BY_NAME", 1, 1);
<org.springframework.beans.factory.'annotation'.Autowire: org.springframework.beans.factory.'annotation'.Autowire BY_NAME> = v;
v = new org.springframework.beans.factory.'annotation'.Autowire;
specialinvoke v.<org.springframework.beans.factory.'annotation'.Autowire: void <init>(java.lang.String,int,int)>("BY_TYPE", 2, 2);
<org.springframework.beans.factory.'annotation'.Autowire: org.springframework.beans.factory.'annotation'.Autowire BY_TYPE> = v;
v = staticinvoke <org.springframework.beans.factory.'annotation'.Autowire: org.springframework.beans.factory.'annotation'.Autowire[] $values()>();
<org.springframework.beans.factory.'annotation'.Autowire: org.springframework.beans.factory.'annotation'.Autowire[] $VALUES> = v;
return;
}
}