enum class oadd.org.apache.commons.text.CharacterPredicates$5 extends oadd.org.apache.commons.text.CharacterPredicates
{
private void <init>(java.lang.String, int)
{
int v;
oadd.org.apache.commons.text.CharacterPredicates$5 v;
java.lang.String v;
v := @this: oadd.org.apache.commons.text.CharacterPredicates$5;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<oadd.org.apache.commons.text.CharacterPredicates: void <init>(java.lang.String,int)>(v, v);
return;
}
public boolean test(int)
{
int v;
oadd.org.apache.commons.text.CharacterPredicates$5 v;
boolean v;
v := @this: oadd.org.apache.commons.text.CharacterPredicates$5;
v := @parameter: int;
if v < 65 goto label;
if v > 90 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
}