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