public class ReferenceVariableReplica extends PointsToGraphNode
Modifier and Type | Field and Description |
---|---|
CContext |
context |
ReferenceVariable |
r |
Modifier and Type | Method and Description |
---|---|
static ReferenceVariableReplica |
create(CContext context,
ReferenceVariable r,
HeapAbstractionFactory af) |
boolean |
equals(java.lang.Object o) |
boolean |
equalsSemantic(ReferenceVariableReplica that) |
polyglot.types.Type |
expectedType() |
int |
hashCode() |
java.lang.String |
toString() |
public final CContext context
public final ReferenceVariable r
public static ReferenceVariableReplica create(CContext context, ReferenceVariable r, HeapAbstractionFactory af)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equalsSemantic(ReferenceVariableReplica that)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public polyglot.types.Type expectedType()
expectedType
in class PointsToGraphNode