enum class oadd.org.apache.commons.text.CharacterPredicates$7 extends oadd.org.apache.commons.text.CharacterPredicates
{
private void <init>(java.lang.String, int)
{
int v;
oadd.org.apache.commons.text.CharacterPredicates$7 v;
java.lang.String v;
v := @this: oadd.org.apache.commons.text.CharacterPredicates$7;
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)
{
oadd.org.apache.commons.text.CharacterPredicates v, v, v;
oadd.org.apache.commons.text.CharacterPredicates$7 v;
int v;
boolean v, v, v, v;
v := @this: oadd.org.apache.commons.text.CharacterPredicates$7;
v := @parameter: int;
v = <oadd.org.apache.commons.text.CharacterPredicates$7: oadd.org.apache.commons.text.CharacterPredicates ASCII_LOWERCASE_LETTERS>;
v = virtualinvoke v.<oadd.org.apache.commons.text.CharacterPredicates: boolean test(int)>(v);
if v != 0 goto label;
v = <oadd.org.apache.commons.text.CharacterPredicates$7: oadd.org.apache.commons.text.CharacterPredicates ASCII_UPPERCASE_LETTERS>;
v = virtualinvoke v.<oadd.org.apache.commons.text.CharacterPredicates: boolean test(int)>(v);
if v != 0 goto label;
v = <oadd.org.apache.commons.text.CharacterPredicates$7: oadd.org.apache.commons.text.CharacterPredicates ARABIC_NUMERALS>;
v = virtualinvoke v.<oadd.org.apache.commons.text.CharacterPredicates: boolean test(int)>(v);
if v == 0 goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
}