soot.jimple
Class GroupIntPair

java.lang.Object
  extended by soot.jimple.GroupIntPair

public class GroupIntPair
extends Object


Field Summary
 Object group
           
 int x
           
 
Constructor Summary
GroupIntPair(Object group, int x)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

group

public Object group

x

public int x
Constructor Detail

GroupIntPair

public GroupIntPair(Object group,
                    int x)
Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object