Uses of Class
qilin.core.pag.MethodParameter
Packages that use MethodParameter
Package
Description
Points-to analysis graph (PAG) data structures, based on Soot/jimple/spark/pag with significant
modifications.
-
Uses of MethodParameter in qilin.core.pag
Methods in qilin.core.pag that return MethodParameterModifier and TypeMethodDescriptionVarNode.getMethodParameter()Returns the underlying variable as aMethodParameter(this/return/throw/ordinary parameter), ornullif this node does not represent one — seeVarNode.getVariable().static MethodParameterMethodParameter.ofOrdinary(SootMethod m, int index) static MethodParameterMethodParameter.ofReturn(SootMethod m) static MethodParameterMethodParameter.ofThis(SootMethod m) static MethodParameterMethodParameter.ofThrow(SootMethod m)