Record Class Omf166DepList.InfoEntry
java.lang.Object
java.lang.Record
ghidra.app.util.bin.format.omf.omf166.Omf166DepList.InfoEntry
- Enclosing class:
Omf166DepList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.mark()Returns the value of themarkrecord component.name()Returns the value of thenamerecord component.time()Returns the value of thetimerecord component.final StringtoString()Returns a string representation of this record class.bytetype()Returns the value of thetyperecord component.
-
Constructor Details
-
InfoEntry
Creates an instance of aInfoEntryrecord class.- Parameters:
type- the value for thetyperecord componentmark- the value for themarkrecord componenttime- the value for thetimerecord componentname- the value for thenamerecord component
-
-
Method Details
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
type
public byte type()Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
mark
Returns the value of themarkrecord component.- Returns:
- the value of the
markrecord component
-
time
Returns the value of thetimerecord component.- Returns:
- the value of the
timerecord component
-
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-