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

Method getRef

src/main/java/pascal/taie/language/classes/JMethod.java:201–204  ·  view source on GitHub ↗

@return the MethodRef pointing to this method.

()

Source from the content-addressed store, hash-verified

199 * @return the {@link MethodRef} pointing to this method.
200 */
201 public MethodRef getRef() {
202 return MethodRef.get(declaringClass, name,
203 paramTypes, returnType, isStatic());
204 }
205}

Callers 2

invokeVirtualMethodMethod · 0.95
allocateObjectMethod · 0.95

Calls 2

getMethod · 0.95
isStaticMethod · 0.45

Tested by

no test coverage detected