extend the java object function call syntax to support chained operations. Example this should work:
echo jnew( java.util.Date).getTime()
But it produces a syntax error