Record Class JExpressionInformation.Multi.Simple
java.lang.Object
java.lang.Record
honeyroasted.jype.system.JExpressionInformation.Multi.Simple
- All Implemented Interfaces:
honeyroasted.almonds.SimpleName,JExpressionInformation,JExpressionInformation.Multi
- Enclosing interface:
JExpressionInformation.Multi
public static record JExpressionInformation.Multi.Simple(List<? extends JExpressionInformation> children)
extends Record
implements JExpressionInformation.Multi
-
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.Multi
JExpressionInformation.Multi.Simple -
Constructor Summary
ConstructorsConstructorDescriptionSimple(List<? extends JExpressionInformation> children) Creates an instance of aSimplerecord class. -
Method Summary
Modifier and TypeMethodDescriptionList<? extends JExpressionInformation> children()Returns the value of thechildrenrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.toString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface honeyroasted.jype.system.JExpressionInformation.Multi
getSimpleType, isSimplyTyped
-
Constructor Details
-
Simple
Creates an instance of aSimplerecord class.- Parameters:
children- the value for thechildrenrecord 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). -
children
Returns the value of thechildrenrecord component.- Specified by:
childrenin interfaceJExpressionInformation.Multi- Returns:
- the value of the
childrenrecord component
-