Class InvokeUtils
java.lang.Object
pascal.taie.analysis.pta.plugin.util.InvokeUtils
Provides utility methods to conveniently handle
Invoke
.-
Field Summary
-
Method Summary
-
Field Details
-
BASE
public static final int BASESpecial number representing the base variable of an invocation.- See Also:
-
RESULT
public static final int RESULTSpecial number representing the variable that receivers the result of the invocation.- See Also:
-
-
Method Details
-
toInt
Coverts string to index. -
toString
Converts index to string. -
getVar
Retrieves variable from a call site and index.
-