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

Method validate

src/main/java/pascal/taie/ir/exp/ConditionExp.java:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 @Override
62 protected void validate() {
63 assert (Exps.holdsInt(operand1) && Exps.holdsInt(operand2)) ||
64 (Exps.holdsReference(operand1) && Exps.holdsReference(operand2));
65 }
66
67 @Override
68 public Op getOperator() {

Callers

nothing calls this directly

Calls 2

holdsIntMethod · 0.95
holdsReferenceMethod · 0.95

Tested by

no test coverage detected