public class SimpleAssignmentStrategy.AnalysisContext.SafetyFilter extends Object implements Filter
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_iStore
The storage index at which to evaluate members for safety.
|
protected Ownership |
m_owners
The ownership.
|
| Constructor and Description |
|---|
SafetyFilter(Ownership owners,
int iStore)
Construct a SafetyFilter with the specified ownership.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Object o)
Apply the test to the input argument.
|
Ownership |
getOwnership()
Return the ownership used to evaluate member safety.
|
int |
getStorageIndex()
Return the storage index at which to evaluate members for safety.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, asLimitFilter, associatedWith, forKeys, forPartitions, or, xorprotected Ownership m_owners
protected int m_iStore
public SafetyFilter(Ownership owners, int iStore)
owners - the ownershipiStore - the storage index at which to evaluate members for safetypublic Ownership getOwnership()
public int getStorageIndex()