polyglot.visit
Class InitChecker.MinMaxInitCount

java.lang.Object
  extended by polyglot.visit.InitChecker.MinMaxInitCount
Enclosing class:
InitChecker

protected static class InitChecker.MinMaxInitCount
extends java.lang.Object

Class to record counts of the minimum and maximum number of times a variable or field has been initialized or assigned to.


Field Summary
protected  InitChecker.InitCount max
           
protected  InitChecker.InitCount min
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

min

protected InitChecker.InitCount min

max

protected InitChecker.InitCount max
Method Detail

hashCode

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

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