/*
* <A NAME="routineRevokeStatement">routineRevokeStatement</A>
*/
final public StatementNode routineRevokeStatement() throws ParseException, StandardException {
List grantees;
RoutineDesignator routine = null;
jj_consume_token(EXECUTE);
jj_consume_token(ON);
routine = routineDesignator();
jj_consume_token(FROM);
grantees = granteeList();