Record Class PositionalConceptualLookupMapping.Mapping
java.lang.Object
java.lang.Record
org.ek9lang.compiler.support.PositionalConceptualLookupMapping.Mapping
- Enclosing class:
PositionalConceptualLookupMapping
public static record PositionalConceptualLookupMapping.Mapping(List<ISymbol> typeArguments, List<ISymbol> typeParameters)
extends Record
Just holds a simple set of lists with the appropriate type arguments and their corresponding parameterizing
parameters. This just enables a single index based lookup based on positions in Lists.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.final String
toString()
Returns a string representation of this record class.Returns the value of thetypeArguments
record component.Returns the value of thetypeParameters
record component.
-
Constructor Details
-
Mapping
-
-
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)
. -
typeArguments
-
typeParameters
-