Class LiteralGenerator
java.lang.Object
org.ek9lang.compiler.phase7.LiteralGenerator
- All Implemented Interfaces:
Function<LiteralProcessingDetails,
List<IRInstr>>
final class LiteralGenerator
extends Object
implements Function<LiteralProcessingDetails,List<IRInstr>>
Deals with generating the correct IR Instructions for processing any form of literal.
This includes the memory management.