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

Method getMethodRef

src/main/java/pascal/taie/ir/stmt/Invoke.java:101–103  ·  view source on GitHub ↗

@return the method reference of this invoke. @see MethodRef

()

Source from the content-addressed store, hash-verified

99 * @see MethodRef
100 */
101 public MethodRef getMethodRef() {
102 return invokeExp.getMethodRef();
103 }
104
105 public boolean isVirtual() {
106 return invokeExp instanceof InvokeVirtual;

Callers 15

visitMethod · 0.45
onStartMethod · 0.45
onStartMethod · 0.45
visitMethod · 0.45
onNewStmtMethod · 0.45
onNewStmtMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45
caseMethodHandleMethod · 0.45
getInvokeExpMethod · 0.45
getInvokeDynamicMethod · 0.45
mayThrowExplicitlyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected