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

Method add

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

Return the sum of this value and a given value. For example, 1 and 2 give 3 . @param rhs @return

(Int rhs)

Source from the content-addressed store, hash-verified

286 * @return
287 */
288 public Int add(Int rhs);
289
290 /**
291 * Return the subtraction of a given value from this value. For

Callers 15

WyilFileMethod · 0.65
replaceMethod · 0.65
getCandidatesMethod · 0.65
filterMethod · 0.65
filterMethod · 0.65
filterMethod · 0.65
visitVariableAccessMethod · 0.65
createSchema_2_1Method · 0.65
allocMethod · 0.65
addMethod · 0.65
visitImportMethod · 0.65

Implementers 1

Intsrc/main/java/wyil/interpreter/Concret

Calls

no outgoing calls

Tested by 6

findTestNamesMethod · 0.52
findTestFilesMethod · 0.52
compareReportedErrorsMethod · 0.52
parseLinesMethod · 0.52
parseFrameMethod · 0.52
parseActionMethod · 0.52