|
Stanse
-1
|


Public Member Functions | |
| AbstractLocation | get (int i) |
| AbstractLocationSet (CategorizationProvider provider, AbstractLocation...initList) | |
| void | joinWith (AbstractLocation that) |
| void | joinWith (AbstractLocationSet that) |
| Iterator< AbstractLocation > | iterator () |
| void | notifyAbstractLocationsJoined (AbstractLocation oldClass, AbstractLocation newClass) |
Represents a set of k abstract location, where k is the number of categories.
|
inline |
|
inline |
Gets i'th AbstractLocation in the set.
|
inline |
|
inline |
Joins the specified abstract location to the set. If AbstractLocation having the same category is already contained, it will join it with specified abstract location.
|
inline |
Joins this AbstractLocationSet with another.
|
inline |
Called when the abstract location this class points to has been joined with a new class. Implementers should replace all stored references to oldClass by newClass.
| oldClass | |
| newClass |
Implements cz.muni.stanse.pointeranalyzer.shapirohorwitz.AbstractLocationJoinListener.
1.8.6