Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getFieldAccess
Method
getFieldAccess
src/main/java/pascal/taie/ir/stmt/LoadField.java:46–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
@Override
47
public
FieldAccess getFieldAccess() {
48
return
getRValue();
49
}
50
51
@Override
52
public
<T> T accept(StmtVisitor<T> visitor) {
Callers
3
computeDirectMods
Method · 0.45
visit
Method · 0.45
getBackPropagateStmts
Method · 0.45
Calls
1
getRValue
Method · 0.45
Tested by
no test coverage detected