package com.upstandinghackers.hammer; import java.util.List; public interface Action { public List execute(ParseResult p); }