/** Returns the length of the array, assuming this type is an array. */
 public IntegerValue arrayLength(ValueFactory valueFactory) {
   return valueFactory.createIntegerValue();
 }