MCPcopy 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

isStaticMethod · 0.95
caseMethodHandleMethod · 0.45
getFieldAccessMethod · 0.45
initializeMethod · 0.45
getPointsToSetMethod · 0.45
mayAliasMethod · 0.45
onNewStmtMethod · 0.45
onNewStmtMethod · 0.45
handleFieldSourceMethod · 0.45
getBackPropagateStmtsMethod · 0.45
initializeMethod · 0.45
processInstanceStoreMethod · 0.45

Calls 1

getFieldAccessMethod · 0.95

Tested by

no test coverage detected