Class Weight
java.lang.Object
com.ibm.wala.analysis.arraybounds.hypergraph.weight.Weight
A weight may be not set, a number or unlimited, note that the meaning of unlimited is given by
the chosen order (see
NormalOrder
and ReverseOrder
).- Author:
- Stephan Gocht
<stephan@gobro.de>
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
UNLIMITED
-
NOT_SET
-
ZERO
-
-
Constructor Details
-
Weight
public Weight(int number) -
Weight
-
-
Method Details
-
add
-
equals
-
getNumber
public int getNumber() -
getType
-
hashCode
-
toString
-