Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getOperand2
Method
getOperand2
src/main/java/pascal/taie/ir/exp/BinaryExp.java:51–51 ·
view source on GitHub ↗
@return the second operand.
()
Source
from the content-addressed store, hash-verified
49
* @
return
the second operand.
50
*/
51
Var getOperand2();
52
53
@Override
54
PrimitiveType getType();
Callers
6
visit
Method · 0.65
findRedundantComparison
Method · 0.65
evaluate
Method · 0.65
transferEdge
Method · 0.65
equals
Method · 0.65
hashCode
Method · 0.65
Implementers
1
AbstractBinaryExp
src/main/java/pascal/taie/ir/exp/Abstr
Calls
no outgoing calls
Tested by
no test coverage detected