public static class FlowFunction.WriteFieldConstraint<FieldRef> extends java.lang.Object implements FlowFunction.Constraint<FieldRef>
Constructor and Description |
---|
WriteFieldConstraint(FieldRef fieldRef) |
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 WriteFieldConstraint(FieldRef fieldRef)
public AccessPath<FieldRef> applyToAccessPath(AccessPath<FieldRef> accPath)
applyToAccessPath
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
public boolean canBeAppliedTo(AccessPath<FieldRef> accPath)
canBeAppliedTo
in interface FlowFunction.Constraint<FieldRef>