MCPcopy Create free account
hub / github.com/LFYSec/MScan / getRef

Method getRef

src/main/java/pascal/taie/language/classes/JField.java:70–72  ·  view source on GitHub ↗

@return the FieldRef pointing to this field.

()

Source from the content-addressed store, hash-verified

68 * @return the {@link FieldRef} pointing to this field.
69 */
70 public FieldRef getRef() {
71 return FieldRef.get(declaringClass, name, type, isStatic());
72 }
73
74 @Override
75 public String toString() {

Callers 8

storeStaticFieldMethod · 0.95
findConstructorMethod · 0.45
findMethodMethod · 0.45
setSolverMethod · 0.45
addReflectiveCallEdgeMethod · 0.45
compareAndSwapObjectMethod · 0.45
DoPriviledgedModelMethod · 0.45
StmtProcessorClass · 0.45

Calls 2

getMethod · 0.95
isStaticMethod · 0.45

Tested by

no test coverage detected