polyglot.visit
Class InitChecker.InitCount
java.lang.Object
polyglot.visit.InitChecker.InitCount
- Enclosing class:
- InitChecker
- protected static class InitChecker.InitCount
- extends java.lang.Object
Class representing the initialization counts of variables. The
different values of the counts that we are interested in are ZERO,
ONE and MANY.
Field Summary |
protected int |
count
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
count
protected int count
InitChecker.InitCount
protected InitChecker.InitCount(int i)
equals
public boolean equals(java.lang.Object o)
toString
public java.lang.String toString()
increment
public InitChecker.InitCount increment()
min
public static InitChecker.InitCount min(InitChecker.InitCount a,
InitChecker.InitCount b)
max
public static InitChecker.InitCount max(InitChecker.InitCount a,
InitChecker.InitCount b)