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/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
computeDirectMods
Method · 0.45
visit
Method · 0.45
transferLoadArray
Method · 0.45
computeTypeInfo
Method · 0.45
Calls
1
getRValue
Method · 0.45
Tested by
no test coverage detected