Package crypto.extractparameter
Class CallSiteWithParamIndex
- java.lang.Object
-
- crypto.extractparameter.CallSiteWithParamIndex
-
public class CallSiteWithParamIndex extends Object
-
-
Constructor Summary
Constructors Constructor Description CallSiteWithParamIndex(boomerang.jimple.Statement u, boomerang.jimple.Val fact, int index, String varName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)boomerang.jimple.Valfact()intgetIndex()StringgetVarName()inthashCode()boomerang.jimple.Statementstmt()StringtoString()
-
-
-
Constructor Detail
-
CallSiteWithParamIndex
public CallSiteWithParamIndex(boomerang.jimple.Statement u, boomerang.jimple.Val fact, int index, String varName)
-
-
Method Detail
-
getVarName
public String getVarName()
- Returns:
- the varName
-
getIndex
public int getIndex()
-
fact
public boomerang.jimple.Val fact()
-
stmt
public boomerang.jimple.Statement stmt()
-
-