soot.jimple
Class GroupIntPair

java.lang.Object
  |
  +--soot.jimple.GroupIntPair

public class GroupIntPair
extends java.lang.Object


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

Field Detail

group

public java.lang.Object group

x

public int x
Constructor Detail

GroupIntPair

public GroupIntPair(java.lang.Object group,
                    int x)
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object