final enum class com.google.common.hash.Funnels$UnencodedCharsFunnel extends java.lang.Enum implements com.google.common.hash.Funnel
{
public static final enum com.google.common.hash.Funnels$UnencodedCharsFunnel INSTANCE;
private static final com.google.common.hash.Funnels$UnencodedCharsFunnel[] $VALUES;
public static com.google.common.hash.Funnels$UnencodedCharsFunnel[] values()
{
java.lang.Object v;
com.google.common.hash.Funnels$UnencodedCharsFunnel[] v;
v = <com.google.common.hash.Funnels$UnencodedCharsFunnel: com.google.common.hash.Funnels$UnencodedCharsFunnel[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static com.google.common.hash.Funnels$UnencodedCharsFunnel 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 "Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
com.google.common.hash.Funnels$UnencodedCharsFunnel v;
v := @this: com.google.common.hash.Funnels$UnencodedCharsFunnel;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
public void funnel(java.lang.CharSequence, com.google.common.hash.PrimitiveSink)
{
com.google.common.hash.PrimitiveSink v;
com.google.common.hash.Funnels$UnencodedCharsFunnel v;
java.lang.CharSequence v;
v := @this: com.google.common.hash.Funnels$UnencodedCharsFunnel;
v := @parameter: java.lang.CharSequence;
v := @parameter: com.google.common.hash.PrimitiveSink;
interfaceinvoke v.<com.google.common.hash.PrimitiveSink: com.google.common.hash.PrimitiveSink putUnencodedChars(java.lang.CharSequence)>(v);
return;
}
public java.lang.String toString()
{
com.google.common.hash.Funnels$UnencodedCharsFunnel v;
v := @this: com.google.common.hash.Funnels$UnencodedCharsFunnel;
return "Funnels.unencodedCharsFunnel()";
}
private static com.google.common.hash.Funnels$UnencodedCharsFunnel[] $values()
{
com.google.common.hash.Funnels$UnencodedCharsFunnel v;
com.google.common.hash.Funnels$UnencodedCharsFunnel[] v;
v = newarray (com.google.common.hash.Funnels$UnencodedCharsFunnel)[1];
v = <com.google.common.hash.Funnels$UnencodedCharsFunnel: com.google.common.hash.Funnels$UnencodedCharsFunnel INSTANCE>;
v[0] = v;
return v;
}
static void <clinit>()
{
com.google.common.hash.Funnels$UnencodedCharsFunnel v;
com.google.common.hash.Funnels$UnencodedCharsFunnel[] v;
v = new com.google.common.hash.Funnels$UnencodedCharsFunnel;
specialinvoke v.<com.google.common.hash.Funnels$UnencodedCharsFunnel: void <init>(java.lang.String,int)>("INSTANCE", 0);
<com.google.common.hash.Funnels$UnencodedCharsFunnel: com.google.common.hash.Funnels$UnencodedCharsFunnel INSTANCE> = v;
v = staticinvoke <com.google.common.hash.Funnels$UnencodedCharsFunnel: com.google.common.hash.Funnels$UnencodedCharsFunnel[] $values()>();
<com.google.common.hash.Funnels$UnencodedCharsFunnel: com.google.common.hash.Funnels$UnencodedCharsFunnel[] $VALUES> = v;
return;
}
}