Record Class MethodOnAggregateData
java.lang.Object
java.lang.Record
org.ek9lang.compiler.phase3.MethodOnAggregateData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecallArgumentsrecord 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.Returns the value of thescopeToSearchrecord component.token()Returns the value of thetokenrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MethodOnAggregateData
MethodOnAggregateData(IToken token, IScope scopeToSearch, String methodName, List<ISymbol> callArguments) Creates an instance of aMethodOnAggregateDatarecord class.- Parameters:
token- the value for thetokenrecord componentscopeToSearch- the value for thescopeToSearchrecord componentmethodName- the value for themethodNamerecord componentcallArguments- the value for thecallArgumentsrecord component
-
-
Method Details
-
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). -
token
Returns the value of thetokenrecord component.- Returns:
- the value of the
tokenrecord component
-
scopeToSearch
Returns the value of thescopeToSearchrecord component.- Returns:
- the value of the
scopeToSearchrecord component
-
methodName
Returns the value of themethodNamerecord component.- Returns:
- the value of the
methodNamerecord component
-
callArguments
-