Class VariableDeclInstrGenerator

All Implemented Interfaces:
BiFunction<EK9Parser.VariableDeclarationContext,String,List<IRInstr>>

final class VariableDeclInstrGenerator extends AbstractVariableDeclGenerator implements BiFunction<EK9Parser.VariableDeclarationContext,String,List<IRInstr>>
Creates IR instructions for variable declarations. Uses REFERENCE instructions for all variables - backend handles storage allocation.