Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ validate
Method
validate
src/main/java/pascal/taie/ir/exp/ShiftExp.java:58–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
@Override
59
protected
void
validate() {
60
assert Exps.holdsInteger(operand1) && Exps.holdsInt(operand2);
61
}
62
63
@Override
64
public
Op getOperator() {
Callers
nothing calls this directly
Calls
2
holdsInteger
Method · 0.95
holdsInt
Method · 0.95
Tested by
no test coverage detected