MCPcopy Create free account
hub / github.com/LFYSec/MScan / validate

Method validate

src/main/java/pascal/taie/ir/exp/BitwiseExp.java:58–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 @Override
59 protected void validate() {
60 assert (Exps.holdsInt(operand1) && Exps.holdsInt((operand2)) ||
61 (Exps.holdsLong(operand1) && Exps.holdsLong(operand2)));
62 }
63
64 @Override
65 public Op getOperator() {

Callers

nothing calls this directly

Calls 2

holdsIntMethod · 0.95
holdsLongMethod · 0.95

Tested by

no test coverage detected