Record Class JSignatureString.JMethodReference
java.lang.Object
java.lang.Record
honeyroasted.jype.metadata.signature.JSignatureString.JMethodReference
- All Implemented Interfaces:
JSignatureString
- Enclosing interface:
JSignatureString
public static record JSignatureString.JMethodReference(String value)
extends Record
implements JSignatureString
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jype.metadata.signature.JSignatureString
JSignatureString.ClassDeclaration, JSignatureString.JMethodReference, JSignatureString.MethodDeclaration, JSignatureString.Type -
Constructor Summary
ConstructorsConstructorDescriptionJMethodReference(String value) Creates an instance of aJMethodReferencerecord class. -
Method Summary
-
Constructor Details
-
JMethodReference
Creates an instance of aJMethodReferencerecord class.- Parameters:
value- the value for thevaluerecord 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). -
value
Returns the value of thevaluerecord component.- Specified by:
valuein interfaceJSignatureString- Returns:
- the value of the
valuerecord component
-