public class LocationSet extends Object
| Constructor and Description |
|---|
LocationSet() |
LocationSet(LocationSet other) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.graalvm.word.LocationIdentity location) |
void |
addAll(LocationSet other) |
boolean |
contains(org.graalvm.word.LocationIdentity locationIdentity) |
boolean |
containsOrOverlaps(org.graalvm.word.LocationIdentity loc) |
List<org.graalvm.word.LocationIdentity> |
getCopyAsList() |
boolean |
isAny() |
boolean |
isEmpty() |
String |
toString() |
public LocationSet()
public LocationSet(LocationSet other)
public boolean isEmpty()
public boolean isAny()
public void add(org.graalvm.word.LocationIdentity location)
public void addAll(LocationSet other)
public boolean contains(org.graalvm.word.LocationIdentity locationIdentity)
public boolean containsOrOverlaps(org.graalvm.word.LocationIdentity loc)
public List<org.graalvm.word.LocationIdentity> getCopyAsList()