Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onNewCallEdge
Method · 0.95
onNewCallEdge
Method · 0.95
onNewMethod
Method · 0.80
getMetaObj
Method · 0.80
isUnmatched
Method · 0.80
addReflectiveCallEdge
Method · 0.80
processTransfer
Method · 0.80
onStart
Method · 0.80
getDeclaredMethods
Method · 0.80
getMethods
Method · 0.80
toConstructor
Method · 0.80
toMethod
Method · 0.80
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected