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

Method isConstructor

src/main/java/pascal/taie/language/classes/JMethod.java:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 public boolean isConstructor() {
109 return name.equals(MethodNames.INIT);
110 }
111
112 public boolean isStaticInitializer() {
113 return name.equals(MethodNames.CLINIT);

Callers 12

onNewCallEdgeMethod · 0.95
onNewCallEdgeMethod · 0.95
onNewMethodMethod · 0.80
getMetaObjMethod · 0.80
isUnmatchedMethod · 0.80
addReflectiveCallEdgeMethod · 0.80
processTransferMethod · 0.80
onStartMethod · 0.80
getDeclaredMethodsMethod · 0.80
getMethodsMethod · 0.80
toConstructorMethod · 0.80
toMethodMethod · 0.80

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected