global class Action { global Action(String expression) { } global Object clone() { } global String getExpression() { } global System.PageReference invoke() { } }