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

Method getParamType

src/main/java/pascal/taie/language/classes/JMethod.java:120–122  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

118 }
119
120 public Type getParamType(int i) {
121 return paramTypes.get(i);
122 }
123
124 public List<Type> getParamTypes() {
125 return paramTypes;

Callers 8

onStartMethod · 0.95
processXMLMapperMethod · 0.95
newBoundaryFactMethod · 0.95
IRBuildHelperMethod · 0.80
dumpMethodDeclarationMethod · 0.80
isUnmatchedMethod · 0.80
getMethodTypeMethod · 0.80
generateObjsMethod · 0.80

Calls 1

getMethod · 0.65

Tested by 1

onStartMethod · 0.76