}
public CharSequence compileActionMethods(final Screen it) {
StringConcatenation _builder = new StringConcatenation();
{
ScreenListItemCell _defaultCell = this._defaultListScreenClassExtensions.defaultCell(it);
EList<UIAction> _actions = _defaultCell.getActions();
EList<UIAction> _actions_1 = it.getActions();
Iterable<UIAction> _plus = Iterables.<UIAction>concat(_actions, _actions_1);
for(final UIAction action : _plus) {
CharSequence _compileActionMethod = this.compileActionMethod(action);
_builder.append(_compileActionMethod, "");