1) adjust somewhat to recent API changes.

2) fix equals() bug in Statement
3) general cleanups

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1221 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-06-01 14:05:51 +00:00
parent cecb1a571d
commit 8bd2aaf0a4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ package com.ibm.wala.shrikeBT;
* This class represents local variable load instructions.
*/
public final class LoadInstruction extends Instruction {
private int index;
private final int index;
protected LoadInstruction(short opcode, int index) {
this.index = index;