public class SimpleAssignmentStrategy.AnalysisContext.NotOwnedFilter extends Object implements Filter
| Modifier and Type | Field and Description |
|---|---|
protected Ownership |
m_owners
The ownership
|
| Constructor and Description |
|---|
NotOwnedFilter(Ownership owners)
Construct a NotOwnedFilter 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, asLimitFilter, associatedWith, forKeys, forPartitions, or, xorprotected Ownership m_owners
public NotOwnedFilter(Ownership owners)
owners - the ownershippublic Ownership getOwnership()