Record Class JExpressionInformation.Constant.Simple
java.lang.Object
java.lang.Record
honeyroasted.jype.system.JExpressionInformation.Constant.Simple
- All Implemented Interfaces:
honeyroasted.almonds.SimpleName,JExpressionInformation,JExpressionInformation.Constant,JExpressionInformation.SimplyTyped
- Enclosing interface:
JExpressionInformation.Constant
public static record JExpressionInformation.Constant.Simple(Object value)
extends Record
implements JExpressionInformation.Constant
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jype.system.JExpressionInformation
JExpressionInformation.Constant, JExpressionInformation.GetField<T extends honeyroasted.almonds.SimpleName>, JExpressionInformation.Instantiation, JExpressionInformation.InstantiationReference, JExpressionInformation.Invocation, JExpressionInformation.InvocationReference<T extends honeyroasted.almonds.SimpleName>, JExpressionInformation.Lambda, JExpressionInformation.MethodInvocation<T extends honeyroasted.almonds.SimpleName>, JExpressionInformation.Multi, JExpressionInformation.SimplyTypedNested classes/interfaces inherited from interface honeyroasted.jype.system.JExpressionInformation.Constant
JExpressionInformation.Constant.Simple -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface honeyroasted.jype.system.JExpressionInformation.Constant
typeMethods inherited from interface honeyroasted.jype.system.JExpressionInformation.SimplyTyped
getSimpleType, isSimplyTyped
-
Constructor Details
-
Simple
Creates an instance of aSimplerecord class.- Parameters:
value- the value for thevaluerecord component
-
-
Method Details
-
simpleName
- Specified by:
simpleNamein interfacehoneyroasted.almonds.SimpleName
-
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 interfaceJExpressionInformation.Constant- Returns:
- the value of the
valuerecord component
-