Uses of Class
org.ek9lang.compiler.phase7.support.PromotionCallGenerator
Packages that use PromotionCallGenerator
-
Uses of PromotionCallGenerator in org.ek9lang.compiler.phase7.calls
Constructors in org.ek9lang.compiler.phase7.calls with parameters of type PromotionCallGeneratorModifierConstructorDescriptionParameterPromotionProcessor(IRGenerationContext stackContext, PromotionCallGenerator promotionCallGenerator) -
Uses of PromotionCallGenerator in org.ek9lang.compiler.phase7.generator
Fields in org.ek9lang.compiler.phase7.generator declared as PromotionCallGeneratorModifier and TypeFieldDescriptionGeneratorSet.promotionCallGeneratorGenerates type promotion calls using #^ operator.Constructors in org.ek9lang.compiler.phase7.generator with parameters of type PromotionCallGeneratorModifierConstructorDescription(package private)AssignExpressionToSymbol(IRGenerationContext stackContext, VariableMemoryManagement variableMemoryManagement, ScopeRegisterOnly scopeRegisterOnly, PromotionCallGenerator promotionCallGenerator, boolean release, Function<String, List<IRInstr>> assignmentGenerator)