Class BooleanFalseEvaluationCreator

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

public final class BooleanFalseEvaluationCreator extends Object implements Function<VariableDetails, List<IRInstr>>
Creates evaluation instructions for Boolean._ofFalse() static method call. Generates a Boolean object with value false, including proper memory management.