Record Class STArgumentRef
java.lang.Object
java.lang.Record
io.nosqlbench.nb.spectest.traversal.STArgumentRef
- Record Components:
argidx- The argument index (0-based) of the previous argument to reference
A symblic reference to an earlier argument in the same list, to avoid duplication and expose
uniformity in a visual way.
-
Constructor Summary
ConstructorsConstructorDescriptionSTArgumentRef(int argidx) Creates an instance of aSTArgumentRefrecord class. -
Method Summary
Modifier and TypeMethodDescriptionintargidx()Returns the value of theargidxrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
STArgumentRef
public STArgumentRef(int argidx) Creates an instance of aSTArgumentRefrecord class.- Parameters:
argidx- the value for theargidxrecord 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. All components in this record class are compared with thecomparemethod from their corresponding wrapper classes. -
argidx
-