Class AddressFactory
- java.lang.Object
-
- com.ensoftcorp.open.pointsto.utilities.AddressFactory
-
public class AddressFactory extends java.lang.Object
A factory for generating unique "addresses" for each factory instance. An address is an abstract notion and will depending on the implementation of the points-to analysis. Typically an address will be used to differentiate allocation sites for some given context.- Author:
- Ben Holland
-
-
Constructor Summary
Constructors Constructor Description AddressFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNewAddress()
int
peekCurrentAddress()
-