add a comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@519 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-01-02 15:32:32 +00:00
parent 74dbbabcc7
commit db8e4a90d7
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ import com.ibm.wala.util.warnings.WarningSet;
*/
public class NormalStatement extends Statement {
/**
* Index of the instruction in the ShrikeBT array.
* Note that this is different from the bytecode index.
* Use ShrikeCTMethodWrapper.getBytecodeIndex to convert
* to a bytecode index.
*/
private final int instructionIndex;
public NormalStatement(CGNode node, int instructionIndex) {