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

Method getArrayAccess

src/main/java/pascal/taie/ir/stmt/LoadArray.java:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 @Override
39 public ArrayAccess getArrayAccess() {
40 return getRValue();
41 }
42
43 @Override
44 public <T> T accept(StmtVisitor<T> visitor) {

Callers 4

computeDirectModsMethod · 0.45
visitMethod · 0.45
transferLoadArrayMethod · 0.45
computeTypeInfoMethod · 0.45

Calls 1

getRValueMethod · 0.45

Tested by

no test coverage detected