public class BiDiIDESolver.AbstractionWithSourceStmt
extends java.lang.Object
BiDiIDESolver.SingleDirectionSolver. It associates with the
abstraction the source statement from which this fact originated.| Modifier and Type | Field and Description |
|---|---|
protected D |
abstraction |
protected N |
source |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
D |
getAbstraction() |
N |
getSourceStmt() |
int |
hashCode() |
java.lang.String |
toString() |
public D getAbstraction()
public N getSourceStmt()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object