Package ghidra.trace.database.memory
Record Class DBTraceMemoryRegion.Keys
java.lang.Object
java.lang.Record
ghidra.trace.database.memory.DBTraceMemoryRegion.Keys
- Enclosing class:
DBTraceMemoryRegion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall()Returns the value of theallrecord component.display()Returns the value of thedisplayrecord component.final booleanIndicates whether some other object is "equal to" this one.flags()Returns the value of theflagsrecord component.final inthashCode()Returns a hash code value for this object.booleanbooleanbooleanrange()Returns the value of therangerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Keys
Creates an instance of aKeysrecord class.- Parameters:
all- the value for theallrecord componentrange- the value for therangerecord componentdisplay- the value for thedisplayrecord componentflags- the value for theflagsrecord component
-
-
Method Details
-
isRange
-
isDisplay
-
isFlag
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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). -
all
Returns the value of theallrecord component.- Returns:
- the value of the
allrecord component
-
range
Returns the value of therangerecord component.- Returns:
- the value of the
rangerecord component
-
display
Returns the value of thedisplayrecord component.- Returns:
- the value of the
displayrecord component
-
flags
Returns the value of theflagsrecord component.- Returns:
- the value of the
flagsrecord component
-