Uses of Record Class
org.ek9lang.compiler.phase7.support.PromotionResult
Packages that use PromotionResult
-
Uses of PromotionResult in org.ek9lang.compiler.phase7.calls
Classes in org.ek9lang.compiler.phase7.calls that implement interfaces with type arguments of type PromotionResultModifier and TypeClassDescriptionfinal class
Processes method call parameters to determine if promotion is required.Methods in org.ek9lang.compiler.phase7.calls that return PromotionResultModifier and TypeMethodDescriptionParameterPromotionProcessor.apply
(CallContext context, MethodResolutionResult methodResolution) ParameterPromotionProcessor.apply
(CallContext context, IScopedSymbol scopedSymbol) Apply parameter promotion for any scoped symbol (method or function).