public class Reference
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
JvmMemoryLocation |
creationSite
The memory location where the reference was encountered for the first time.
|
JvmCfaNode |
creationTime
The program point at which the reference was created.
|
Constructor and Description |
---|
Reference(JvmCfaNode creationTime,
JvmMemoryLocation creationSite)
Create a reference.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public final JvmCfaNode creationTime
public final JvmMemoryLocation creationSite
public Reference(JvmCfaNode creationTime, JvmMemoryLocation creationSite)
creationTime
- the program point at which the reference was createdcreationSite
- the memory location where the reference was encountered for the first time