public class DeltaConstraint<FieldRef> extends java.lang.Object implements FlowFunction.Constraint<FieldRef>
Constructor and Description |
---|
DeltaConstraint(AccessPath.Delta<FieldRef> delta) |
DeltaConstraint(AccessPath<FieldRef> accPathAtCaller,
AccessPath<FieldRef> accPathAtCallee) |
Modifier and Type | Method and Description |
---|---|
AccessPath<FieldRef> |
applyToAccessPath(AccessPath<FieldRef> accPath) |
boolean |
canBeAppliedTo(AccessPath<FieldRef> accPath) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public DeltaConstraint(AccessPath<FieldRef> accPathAtCaller, AccessPath<FieldRef> accPathAtCallee)
public DeltaConstraint(AccessPath.Delta<FieldRef> delta)
public AccessPath<FieldRef> applyToAccessPath(AccessPath<FieldRef> accPath)
applyToAccessPath
in interface FlowFunction.Constraint<FieldRef>
public boolean canBeAppliedTo(AccessPath<FieldRef> accPath)
canBeAppliedTo
in interface FlowFunction.Constraint<FieldRef>
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object