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
-
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). -
all
-
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
-