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

Method getLValue

src/main/java/pascal/taie/ir/stmt/Invoke.java:73–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 @Override
74 @Nullable
75 public Var getLValue() {
76 return result;
77 }
78
79 @Nullable
80 public Var getResult() {

Callers 15

getArrayAccessMethod · 0.45
getFieldAccessMethod · 0.45
findDefiniteThrowsMethod · 0.45
visitMethod · 0.45
initializeMethod · 0.45
visitMethod · 0.45
transferLoadArrayMethod · 0.45
transferNodeMethod · 0.45
transferNodeMethod · 0.45
transferNodeMethod · 0.45
isDeadAssignmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected