/*
* <A NAME="tableActions">tableActions</A>
*/
final public TablePrivilegesNode tableActions() throws ParseException, StandardException {
TablePrivilegesNode tableActionsNode = (TablePrivilegesNode)
nodeFactory.getNode( C_NodeTypes.TABLE_PRIVILEGES_NODE, getContextManager());
switch (jj_nt.kind) {
case ALL:
jj_consume_token(ALL);
jj_consume_token(PRIVILEGES);
tableActionsNode.addAll();
{if (true) return tableActionsNode;}
break;
case DELETE:
case INSERT:
case REFERENCES: