public final enum class org.apache.dubbo.remoting.Codec2$DecodeResult extends java.lang.Enum
{
public static final enum org.apache.dubbo.remoting.Codec2$DecodeResult NEED_MORE_INPUT;
public static final enum org.apache.dubbo.remoting.Codec2$DecodeResult SKIP_SOME_INPUT;
private static final org.apache.dubbo.remoting.Codec2$DecodeResult[] $VALUES;
public static org.apache.dubbo.remoting.Codec2$DecodeResult[] values()
{
java.lang.Object v;
org.apache.dubbo.remoting.Codec2$DecodeResult[] v;
v = <org.apache.dubbo.remoting.Codec2$DecodeResult: org.apache.dubbo.remoting.Codec2$DecodeResult[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.apache.dubbo.remoting.Codec2$DecodeResult 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/apache/dubbo/remoting/Codec2$DecodeResult;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
org.apache.dubbo.remoting.Codec2$DecodeResult v;
v := @this: org.apache.dubbo.remoting.Codec2$DecodeResult;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static org.apache.dubbo.remoting.Codec2$DecodeResult[] $values()
{
org.apache.dubbo.remoting.Codec2$DecodeResult v, v;
org.apache.dubbo.remoting.Codec2$DecodeResult[] v;
v = newarray (org.apache.dubbo.remoting.Codec2$DecodeResult)[2];
v = <org.apache.dubbo.remoting.Codec2$DecodeResult: org.apache.dubbo.remoting.Codec2$DecodeResult NEED_MORE_INPUT>;
v[0] = v;
v = <org.apache.dubbo.remoting.Codec2$DecodeResult: org.apache.dubbo.remoting.Codec2$DecodeResult SKIP_SOME_INPUT>;
v[1] = v;
return v;
}
static void <clinit>()
{
org.apache.dubbo.remoting.Codec2$DecodeResult v, v;
org.apache.dubbo.remoting.Codec2$DecodeResult[] v;
v = new org.apache.dubbo.remoting.Codec2$DecodeResult;
specialinvoke v.<org.apache.dubbo.remoting.Codec2$DecodeResult: void <init>(java.lang.String,int)>("NEED_MORE_INPUT", 0);
<org.apache.dubbo.remoting.Codec2$DecodeResult: org.apache.dubbo.remoting.Codec2$DecodeResult NEED_MORE_INPUT> = v;
v = new org.apache.dubbo.remoting.Codec2$DecodeResult;
specialinvoke v.<org.apache.dubbo.remoting.Codec2$DecodeResult: void <init>(java.lang.String,int)>("SKIP_SOME_INPUT", 1);
<org.apache.dubbo.remoting.Codec2$DecodeResult: org.apache.dubbo.remoting.Codec2$DecodeResult SKIP_SOME_INPUT> = v;
v = staticinvoke <org.apache.dubbo.remoting.Codec2$DecodeResult: org.apache.dubbo.remoting.Codec2$DecodeResult[] $values()>();
<org.apache.dubbo.remoting.Codec2$DecodeResult: org.apache.dubbo.remoting.Codec2$DecodeResult[] $VALUES> = v;
return;
}
}