2057205820592060206120622063206420652066
Token t; t = jj_consume_token(SYNCHRONIZED); jj_consume_token(OPEN); Expression(); jj_consume_token(CLOSE); flowPushChild(new SynchronizedStatement( flowPeek(), toLocation(t), (Expression)pop())); Statement(); flowPop(); }