Uses of Record Class
org.ek9lang.compiler.phase5.DataClumpTracker.ParamPair
Packages that use DataClumpTracker.ParamPair
Package
Description
I - PRE Intermediate Representation generation checks.
-
Uses of DataClumpTracker.ParamPair in org.ek9lang.compiler.phase5
Classes in org.ek9lang.compiler.phase5 that implement interfaces with type arguments of type DataClumpTracker.ParamPairModifier and TypeClassDescription(package private) static final recordAn immutable (type, name) pair from a parameter, ordered for deterministic comparison.Methods in org.ek9lang.compiler.phase5 that return types with arguments of type DataClumpTracker.ParamPairModifier and TypeMethodDescriptionDataClumpTracker.SignatureRecord.paramPairs()Returns the value of theparamPairsrecord component.Methods in org.ek9lang.compiler.phase5 with parameters of type DataClumpTracker.ParamPairModifier and TypeMethodDescriptionintDataClumpTracker.ParamPair.compareTo(DataClumpTracker.ParamPair other) Constructor parameters in org.ek9lang.compiler.phase5 with type arguments of type DataClumpTracker.ParamPairModifierConstructorDescription(package private)SignatureRecord(Set<DataClumpTracker.ParamPair> paramPairs, String callableName, IToken sourceToken) Creates an instance of aSignatureRecordrecord class.