Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getFieldRef
Method
getFieldRef
src/main/java/pascal/taie/ir/stmt/FieldStmt.java:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
public
abstract FieldAccess getFieldAccess();
40
41
public
FieldRef getFieldRef() {
42
return
getFieldAccess().getFieldRef();
43
}
44
45
public
boolean isStatic() {
46
return
getFieldRef().isStatic();
Callers
14
isStatic
Method · 0.95
caseMethodHandle
Method · 0.45
getFieldAccess
Method · 0.45
initialize
Method · 0.45
getPointsToSet
Method · 0.45
mayAlias
Method · 0.45
onNewStmt
Method · 0.45
onNewStmt
Method · 0.45
handleFieldSource
Method · 0.45
getBackPropagateStmts
Method · 0.45
initialize
Method · 0.45
processInstanceStore
Method · 0.45
Calls
1
getFieldAccess
Method · 0.95
Tested by
no test coverage detected