Class AssignmentExpressionInstructionCreator
java.lang.Object
org.ek9lang.compiler.phase7.AssignmentExpressionInstructionCreator
Creates IR instructions for assignment expressions.
Generates new BasicBlock IR (IRInstructions) instead of old Block IR (INode).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(EK9Parser.AssignmentExpressionContext ctx, String resultVar, String scopeId) Generate IR instructions for assignment expression.
-
Constructor Details
-
AssignmentExpressionInstructionCreator
-
-
Method Details
-
apply
public List<IRInstruction> apply(EK9Parser.AssignmentExpressionContext ctx, String resultVar, String scopeId) Generate IR instructions for assignment expression.
-