throw new Error("Missing return statement in function");
}
final public List NameList() throws ParseException {
List ret = new LinkedList();
NameExpr name;
name = Name();
ret.add(name);
label_24: while (true) {
switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
case COMMA: