dpb.addParam(name.getString(), value, getContext(), defaultNamespace, name.getLocation(), a);
}
final public ParsedPattern Except(Scope scope, Token[] except) throws ParseException {
Annotations a;
ParsedPattern p;
Token t;
Token[] innerExcept = new Token[1];
t = jj_consume_token(30);
a = Annotations();
p = PrimaryExpr(false, scope, a, innerExcept);