Class IRInstrToList

java.lang.Object
org.ek9lang.compiler.phase7.support.IRInstrToList
All Implemented Interfaces:
Function<Supplier<IRInstr>,List<IRInstr>>

public class IRInstrToList extends Object implements Function<Supplier<IRInstr>,List<IRInstr>>
Converts the single IRInstr supplied by the supplier into a List with one element in.