Class Analyzer.PathElement
java.lang.Object
com.ibm.wala.shrike.shrikeBT.analysis.Analyzer.PathElement
-
Method Summary
-
Method Details
-
getIndex
public int getIndex()- Returns:
- the bytecode offset of the instruction causing a value transfer.
-
getLocals
- Returns:
- the types of the local variabls at the instruction.
-
getStack
- Returns:
- the types of the working stack at the instruction.
-