} else {
pseudoElt = s;
{if (true) return pred;}
}
} else {
Condition c =
conditionFactory.createPseudoClassCondition(null, s);
if (pred == null) {
{if (true) return c;}
} else {
{if (true) return conditionFactory.createAndCondition(pred, c);}
}
}
break;
case FUNCTION:
n = jj_consume_token(FUNCTION);
label_53:
while (true) {
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
case S:
;
break;
default:
jj_la1[79] = jj_gen;
break label_53;
}
jj_consume_token(S);
}
language = jj_consume_token(IDENT);
label_54:
while (true) {
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
case S:
;
break;
default:
jj_la1[80] = jj_gen;
break label_54;
}
jj_consume_token(S);
}
jj_consume_token(LPARAN);
String f = convertIdent(n.image);
if (f.equals("lang(")) {
Condition d =
conditionFactory.createLangCondition(convertIdent(language.image));
if (pred == null) {
{if (true) return d;}
} else {
{if (true) return conditionFactory.createAndCondition(pred, d);}