Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onStart
Method · 0.95
processXMLMapper
Method · 0.95
newBoundaryFact
Method · 0.95
IRBuildHelper
Method · 0.80
dumpMethodDeclaration
Method · 0.80
isUnmatched
Method · 0.80
getMethodType
Method · 0.80
generateObjs
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
1
onStart
Method · 0.76