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.
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanFalseEvaluationCreator
(CallDetailsForOfFalse callDetailsForOfFalse, VariableMemoryManagement variableMemoryManagement) -
Method Summary
-
Constructor Details
-
BooleanFalseEvaluationCreator
public BooleanFalseEvaluationCreator(CallDetailsForOfFalse callDetailsForOfFalse, VariableMemoryManagement variableMemoryManagement)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<VariableDetails, List<IRInstr>>
-