540541542543544545546
* <b>NOTE:</b> The expression is not required to be bound. * * @return <code>this[exp]</code> */ public IntExp elementAt (IntExp exp) throws Failure { return new IntExpArrayElement1 (this, exp); }