Class VariableMemoryManagement
java.lang.Object
org.ek9lang.compiler.phase7.support.VariableMemoryManagement
- All Implemented Interfaces:
BiFunction<Supplier<List<IRInstr>>,
VariableDetails, List<IRInstr>>
public final class VariableMemoryManagement
extends Object
implements BiFunction<Supplier<List<IRInstr>>,VariableDetails,List<IRInstr>>
Calls a supplier of main processing instructions and then adds in the memory management.
-
Constructor Details
-
VariableMemoryManagement
public VariableMemoryManagement()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<Supplier<List<IRInstr>>,
VariableDetails, List<IRInstr>>
-