Record Class JExpressionInformation.GetField.Simple<T extends honeyroasted.almonds.SimpleName>
java.lang.Object
java.lang.Record
honeyroasted.jype.system.JExpressionInformation.GetField.Simple<T>
- All Implemented Interfaces:
honeyroasted.almonds.SimpleName,JExpressionInformation,JExpressionInformation.GetField<T>
- Enclosing interface:
JExpressionInformation.GetField<T extends honeyroasted.almonds.SimpleName>
public static record JExpressionInformation.GetField.Simple<T extends honeyroasted.almonds.SimpleName>(JClassReference declaring, JMethodReference declaringMethod, T extends honeyroasted.almonds.SimpleName source, String name)
extends Record
implements JExpressionInformation.GetField<T>
-
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.GetField
JExpressionInformation.GetField.Simple<T extends honeyroasted.almonds.SimpleName> -
Constructor Summary
ConstructorsConstructorDescriptionSimple(JClassReference declaring, JMethodReference declaringMethod, T source, String name) Creates an instance of aSimplerecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedeclaringrecord component.Returns the value of thedeclaringMethodrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.source()Returns the value of thesourcerecord component.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.GetField
getSimpleType, isSimplyTyped
-
Constructor Details
-
Simple
Creates an instance of aSimplerecord class.- Parameters:
declaring- the value for thedeclaringrecord componentdeclaringMethod- the value for thedeclaringMethodrecord componentsource- the value for thesourcerecord componentname- the value for thenamerecord 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). -
declaring
Returns the value of thedeclaringrecord component.- Specified by:
declaringin interfaceJExpressionInformation.GetField<T extends honeyroasted.almonds.SimpleName>- Returns:
- the value of the
declaringrecord component
-
declaringMethod
Returns the value of thedeclaringMethodrecord component.- Specified by:
declaringMethodin interfaceJExpressionInformation.GetField<T extends honeyroasted.almonds.SimpleName>- Returns:
- the value of the
declaringMethodrecord component
-
source
Returns the value of thesourcerecord component.- Specified by:
sourcein interfaceJExpressionInformation.GetField<T extends honeyroasted.almonds.SimpleName>- Returns:
- the value of the
sourcerecord component
-
name
Returns the value of thenamerecord component.- Specified by:
namein interfaceJExpressionInformation.GetField<T extends honeyroasted.almonds.SimpleName>- Returns:
- the value of the
namerecord component
-