public final class AssignEquation extends UnaryStatement<PointsToSetVariable>
lhs, rhs
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
UnaryOperator<PointsToSetVariable> |
getOperator() |
evaluate, getLHS, getOperands, getRHS, getRightHandSide, hashCode, hasVariable, toString
getOrderNumber
getGraphNodeId, setGraphNodeId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getGraphNodeId, setGraphNodeId
public UnaryOperator<PointsToSetVariable> getOperator()
getOperator
in class AbstractStatement<PointsToSetVariable,UnaryOperator<PointsToSetVariable>>
public boolean equals(Object o)
equals
in class UnaryStatement<PointsToSetVariable>