MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / write

Method write

src/main/java/wyil/interpreter/AbstractSemantics.java:373–373  ·  view source on GitHub ↗

Write a value to the given position in this array, returning the updated array. @param index @param value @return

(Int index, RValue value)

Source from the content-addressed store, hash-verified

371 * @return
372 */
373 public Array write(Int index, RValue value);
374
375 /**
376 * Return the length of this array.

Callers 15

loadMethod · 0.65
executeAssignArrayMethod · 0.65
executeAssignRecordMethod · 0.65
executeRecordUpdateMethod · 0.65
executeArrayUpdateMethod · 0.65
writeWyilFileMethod · 0.65
writeMethod · 0.65
write_u8Method · 0.65

Implementers 1

Arraysrc/main/java/wyil/interpreter/Concret

Calls

no outgoing calls

Tested by 1

mirrorMethod · 0.52