Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getParamCount
Method
getParamCount
src/main/java/pascal/taie/language/classes/JMethod.java:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
public
int
getParamCount() {
117
return
paramTypes.size();
118
}
119
120
public
Type getParamType(
int
i) {
121
return
paramTypes.get(i);
Callers
15
compareMainMethod
Method · 0.95
onNewPointsToSet
Method · 0.95
onStart
Method · 0.95
processXMLMapper
Method · 0.95
visit
Method · 0.95
newBoundaryFact
Method · 0.95
visit
Method · 0.95
getParameterAnnotations
Method · 0.95
addEntryPoint
Method · 0.95
printParams
Method · 0.80
visit
Method · 0.80
IRBuildHelper
Method · 0.80
Calls
1
size
Method · 0.65
Tested by
2
compareMainMethod
Method · 0.76
printParams
Method · 0.64