Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getUses
Method
getUses
src/main/java/pascal/taie/ir/exp/Exp.java:43–43 ·
view source on GitHub ↗
@return a list of expressions which are used by (contained in) this Exp.
()
Source
from the content-addressed store, hash-verified
41
* @
return
a list of expressions which are used by (contained in) this Exp.
42
*/
43
default Set<RValue> getUses() {
44
return
Set.of();
45
}
46
Callers
4
testDefUse
Method · 0.65
analyze
Method · 0.65
transferNode
Method · 0.65
transferNode
Method · 0.65
Implementers
5
CastExp
src/main/java/pascal/taie/ir/exp/CastE
NewMultiArray
src/main/java/pascal/taie/ir/exp/NewMu
ArrayAccess
src/main/java/pascal/taie/ir/exp/Array
NewArray
src/main/java/pascal/taie/ir/exp/NewAr
InstanceOfExp
src/main/java/pascal/taie/ir/exp/Insta
Calls
no outgoing calls
Tested by
1
testDefUse
Method · 0.52