public class CallLocalityContext extends Object
Constructor and Description |
---|
CallLocalityContext(List<EquivalentValue> nodes) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsField(EquivalentValue fieldRef) |
boolean |
equals(Object o) |
List<Object> |
getLocalRefs() |
List<Object> |
getSharedRefs() |
int |
hashCode() |
boolean |
isAllShared(boolean refsOnly) |
boolean |
isFieldLocal(EquivalentValue fieldRef) |
boolean |
merge(CallLocalityContext other) |
void |
setAllFieldsLocal() |
void |
setAllFieldsShared() |
void |
setAllParamsLocal() |
void |
setAllParamsShared() |
void |
setFieldLocal(EquivalentValue fieldRef) |
void |
setFieldShared(EquivalentValue fieldRef) |
void |
setParamLocal(int index) |
void |
setParamShared(int index) |
void |
setReturnLocal() |
void |
setReturnShared() |
void |
setThisLocal() |
void |
setThisShared() |
String |
toShortString() |
String |
toString() |
public CallLocalityContext(List<EquivalentValue> nodes)
public void setFieldLocal(EquivalentValue fieldRef)
public void setFieldShared(EquivalentValue fieldRef)
public void setAllFieldsLocal()
public void setAllFieldsShared()
public void setParamLocal(int index)
public void setParamShared(int index)
public void setAllParamsLocal()
public void setAllParamsShared()
public void setThisLocal()
public void setThisShared()
public void setReturnLocal()
public void setReturnShared()
public boolean isFieldLocal(EquivalentValue fieldRef)
public boolean containsField(EquivalentValue fieldRef)
public boolean merge(CallLocalityContext other)
public boolean isAllShared(boolean refsOnly)
public String toShortString()
Copyright © 2019 Sable. All rights reserved.