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

Method getData

src/main/java/wycc/lang/Syntactic.java:319–319  ·  view source on GitHub ↗

Get any data associated with this item. This will be null if no data is associated. @return

()

Source from the content-addressed store, hash-verified

317 * @return
318 */
319 public byte[] getData();
320
321 /**
322 * Get the first syntactic item of a given kind which refers to this item.

Callers 6

printMethod · 0.95
WyilFileMethod · 0.65
getErrorCodeMethod · 0.65
writeDataMethod · 0.65
toStringMethod · 0.65
compareToMethod · 0.65

Implementers 1

AbstractItemsrc/main/java/wycc/util/AbstractItem.j

Calls

no outgoing calls

Tested by

no test coverage detected