Record Class JExpressionInformation.MethodInvocation.Simple<T extends honeyroasted.almonds.SimpleName>
java.lang.Object
java.lang.Record
honeyroasted.jype.system.JExpressionInformation.MethodInvocation.Simple<T>
- All Implemented Interfaces:
honeyroasted.almonds.SimpleName,JExpressionInformation,JExpressionInformation.Invocation,JExpressionInformation.MethodInvocation<T>
- Enclosing interface:
JExpressionInformation.MethodInvocation<T extends honeyroasted.almonds.SimpleName>
public static record JExpressionInformation.MethodInvocation.Simple<T extends honeyroasted.almonds.SimpleName>(JClassReference declaring, JMethodReference declaringMethod, T extends honeyroasted.almonds.SimpleName source, String name, List<JExpressionInformation> parameters, List<JArgumentType> explicitTypeArguments)
extends Record
implements JExpressionInformation.MethodInvocation<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.MethodInvocation
JExpressionInformation.MethodInvocation.Simple<T extends honeyroasted.almonds.SimpleName> -
Constructor Summary
ConstructorsConstructorDescriptionSimple(JClassReference declaring, JMethodReference declaringMethod, T source, String name, List<JExpressionInformation> parameters, List<JArgumentType> explicitTypeArguments) 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.Returns the value of theexplicitTypeArgumentsrecord component.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.Returns the value of theparametersrecord 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
getSimpleType, isSimplyTyped
-
Constructor Details
-
Simple
public Simple(JClassReference declaring, JMethodReference declaringMethod, T source, String name, List<JExpressionInformation> parameters, List<JArgumentType> explicitTypeArguments) 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 componentparameters- the value for theparametersrecord componentexplicitTypeArguments- the value for theexplicitTypeArgumentsrecord 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.Invocation- Returns:
- the value of the
declaringrecord component
-
declaringMethod
Returns the value of thedeclaringMethodrecord component.- Specified by:
declaringMethodin interfaceJExpressionInformation.Invocation- Returns:
- the value of the
declaringMethodrecord component
-
source
Returns the value of thesourcerecord component.- Specified by:
sourcein interfaceJExpressionInformation.MethodInvocation<T extends honeyroasted.almonds.SimpleName>- Returns:
- the value of the
sourcerecord component
-
name
Returns the value of thenamerecord component.- Specified by:
namein interfaceJExpressionInformation.MethodInvocation<T extends honeyroasted.almonds.SimpleName>- Returns:
- the value of the
namerecord component
-
parameters
Returns the value of theparametersrecord component.- Specified by:
parametersin interfaceJExpressionInformation.Invocation- Returns:
- the value of the
parametersrecord component
-
explicitTypeArguments
Returns the value of theexplicitTypeArgumentsrecord component.- Specified by:
explicitTypeArgumentsin interfaceJExpressionInformation.Invocation- Returns:
- the value of the
explicitTypeArgumentsrecord component
-