Record Class PointerKeyAndCallSite
java.lang.Object
java.lang.Record
com.ibm.wala.demandpa.flowgraph.PointerKeyAndCallSite
-
Constructor Summary
ConstructorsConstructorDescriptionPointerKeyAndCallSite(PointerKey key, CallSiteReference callSiteRef) Creates an instance of aPointerKeyAndCallSiterecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecallSiteRefrecord component.final booleanIndicates whether some other object is "equal to" this one.Deprecated, for removal: This API element is subject to removal in a future version.getKey()Deprecated, for removal: This API element is subject to removal in a future version.Usekey()insteadfinal inthashCode()Returns a hash code value for this object.key()Returns the value of thekeyrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
PointerKeyAndCallSite
Creates an instance of aPointerKeyAndCallSiterecord class.- Parameters:
key- the value for thekeyrecord componentcallSiteRef- the value for thecallSiteRefrecord component
-
-
Method Details
-
getCallSiteRef
Deprecated, for removal: This API element is subject to removal in a future version.UsecallSiteRef()instead -
getKey
Deprecated, for removal: This API element is subject to removal in a future version.Usekey()instead -
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
key
Returns the value of thekeyrecord component.- Returns:
- the value of the
keyrecord component
-
callSiteRef
Returns the value of thecallSiteRefrecord component.- Returns:
- the value of the
callSiteRefrecord component
-
callSiteRef()instead