MCPcopy 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

compareMainMethodMethod · 0.95
onNewPointsToSetMethod · 0.95
onStartMethod · 0.95
processXMLMapperMethod · 0.95
visitMethod · 0.95
newBoundaryFactMethod · 0.95
visitMethod · 0.95
addEntryPointMethod · 0.95
printParamsMethod · 0.80
visitMethod · 0.80
IRBuildHelperMethod · 0.80

Calls 1

sizeMethod · 0.65

Tested by 2

compareMainMethodMethod · 0.76
printParamsMethod · 0.64