jj_la1[204] = jj_gen;
;
}
jj_consume_token(JOIN);
rightRSN = tableFactor();
JoinNode node = newJoinNode(leftRSN, rightRSN, null, null, joinType);
node.setNestedInParens(nestedInParens);
node.setNaturalJoin();
{if (true) return node;}
throw new Error("Missing return statement in function");
}