Record Class JTestExpression.InvocationReference
java.lang.Object
java.lang.Record
honeyroasted.jypestub.model.test.JTestExpression.InvocationReference
- All Implemented Interfaces:
JTestExpression
- Enclosing interface:
JTestExpression
public static record JTestExpression.InvocationReference(String declaring, String declaringMethod, String staticSource, JTestExpression.Wrapper source, String methodName, List<String> typeArguments)
extends Record
implements JTestExpression
-
Nested Class Summary
Nested classes/interfaces inherited from interface honeyroasted.jypestub.model.test.JTestExpression
JTestExpression.Constant, JTestExpression.GetField, JTestExpression.Instantiation, JTestExpression.InstantiationReference, JTestExpression.Invocation, JTestExpression.InvocationReference, JTestExpression.Lambda, JTestExpression.Multi, JTestExpression.SimplyTyped, JTestExpression.Wrapper -
Field Summary
Fields inherited from interface honeyroasted.jypestub.model.test.JTestExpression
SUBTYPE_KEYS -
Constructor Summary
ConstructorsConstructorDescriptionInvocationReference(String declaring, String declaringMethod, String staticSource, JTestExpression.Wrapper source, String methodName, List<String> typeArguments) Creates an instance of aInvocationReferencerecord 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.Returns the value of themethodNamerecord component.honeyroasted.jype.system.JExpressionInformationresolve(honeyroasted.jype.system.JTypeSystem system) source()Returns the value of thesourcerecord component.Returns the value of thestaticSourcerecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetypeArgumentsrecord component.
-
Constructor Details
-
InvocationReference
public InvocationReference(String declaring, String declaringMethod, String staticSource, JTestExpression.Wrapper source, String methodName, List<String> typeArguments) Creates an instance of aInvocationReferencerecord class.- Parameters:
declaring- the value for thedeclaringrecord componentdeclaringMethod- the value for thedeclaringMethodrecord componentstaticSource- the value for thestaticSourcerecord componentsource- the value for thesourcerecord componentmethodName- the value for themethodNamerecord componenttypeArguments- the value for thetypeArgumentsrecord component
-
-
Method Details
-
resolve
public honeyroasted.jype.system.JExpressionInformation resolve(honeyroasted.jype.system.JTypeSystem system) - Specified by:
resolvein interfaceJTestExpression
-
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.- Returns:
- the value of the
declaringrecord component
-
declaringMethod
Returns the value of thedeclaringMethodrecord component.- Returns:
- the value of the
declaringMethodrecord component
-
staticSource
Returns the value of thestaticSourcerecord component.- Returns:
- the value of the
staticSourcerecord component
-
source
Returns the value of thesourcerecord component.- Returns:
- the value of the
sourcerecord component
-
methodName
Returns the value of themethodNamerecord component.- Returns:
- the value of the
methodNamerecord component
-
typeArguments
-