Record Class StringValidatorQuery
java.lang.Object
java.lang.Record
ghidra.app.services.StringValidatorQuery
-
Constructor Summary
ConstructorsConstructorDescriptionStringValidatorQuery(String stringValue) StringValidatorQuery(String stringValue, ghidra.app.plugin.core.strings.StringInfo stringCharInfo) Creates an instance of aStringValidatorQueryrecord class. -
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.ghidra.app.plugin.core.strings.StringInfoReturns the value of thestringCharInforecord component.Returns the value of thestringValuerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
StringValidatorQuery
-
StringValidatorQuery
public StringValidatorQuery(String stringValue, ghidra.app.plugin.core.strings.StringInfo stringCharInfo) Creates an instance of aStringValidatorQueryrecord class.- Parameters:
stringValue- the value for thestringValuerecord componentstringCharInfo- the value for thestringCharInforecord 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 withObjects::equals(Object,Object). -
stringValue
Returns the value of thestringValuerecord component.- Returns:
- the value of the
stringValuerecord component
-
stringCharInfo
public ghidra.app.plugin.core.strings.StringInfo stringCharInfo()Returns the value of thestringCharInforecord component.- Returns:
- the value of the
stringCharInforecord component
-