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