OneOrListOf(Ident(Property.class), Ident.class, ","),
";",
new Action<Object>() {
@Override
public boolean run(Context<Object> ctx) {
PropertyList x = new PropertyList();
x.setPropertyNames(popIdentList(Property.class));
push(x);
return true;
}
});
}