Record Class TraceMethod.IntValue.Val
java.lang.Object
java.lang.Record
ghidra.trace.model.target.iface.TraceMethod.IntValue.Val
- All Implemented Interfaces:
TraceMethod.Value<Integer>
- Enclosing class:
TraceMethod.IntValue
public static record TraceMethod.IntValue.Val(TraceMethod.IntValue v)
extends Record
implements TraceMethod.Value<Integer>
-
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.booleanfinal StringtoString()Returns a string representation of this record class.v()Returns the value of thevrecord component.value()
-
Constructor Details
-
Val
Creates an instance of aValrecord class.- Parameters:
v- the value for thevrecord component
-
-
Method Details
-
specified
public boolean specified()- Specified by:
specifiedin interfaceTraceMethod.Value<Integer>
-
value
- Specified by:
valuein interfaceTraceMethod.Value<Integer>
-
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). -
v
Returns the value of thevrecord component.- Returns:
- the value of the
vrecord component
-