Record Class JSignatureString.Type
java.lang.Object
java.lang.Record
honeyroasted.jype.metadata.signature.JSignatureString.Type
- All Implemented Interfaces:
JSignatureString
- Enclosing interface:
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
Constructors -
Method Summary
-
Constructor Details
-
Type
Creates an instance of aTyperecord 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
-