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