MCPcopy 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

testDefUseMethod · 0.65
analyzeMethod · 0.65
transferNodeMethod · 0.65
transferNodeMethod · 0.65

Implementers 5

CastExpsrc/main/java/pascal/taie/ir/exp/CastE
NewMultiArraysrc/main/java/pascal/taie/ir/exp/NewMu
ArrayAccesssrc/main/java/pascal/taie/ir/exp/Array
NewArraysrc/main/java/pascal/taie/ir/exp/NewAr
InstanceOfExpsrc/main/java/pascal/taie/ir/exp/Insta

Calls

no outgoing calls

Tested by 1

testDefUseMethod · 0.52