Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getArrayAccess
Method
getArrayAccess
src/main/java/pascal/taie/ir/stmt/StoreArray.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
getLValue();
41
}
42
43
@Override
44
public
<T> T accept(StmtVisitor<T> visitor) {
Callers
nothing calls this directly
Calls
1
getLValue
Method · 0.45
Tested by
no test coverage detected