Class CallDetailsForIsFalse
java.lang.Object
org.ek9lang.compiler.phase7.calls.CallDetailsForIsFalse
- All Implemented Interfaces:
Function<String, CallDetails>
Provides IR Call details for making a call to the EK9 Boolean type to call the _false() method.
This returns a primitive boolean in the backend implementation.
Returns the inverted primitive: true if Boolean is false, false if Boolean is true.
For Java, it will be a 'boolean', for LLVM probably an i8 (1 or 0 value).
-
Constructor Details
-
CallDetailsForIsFalse
public CallDetailsForIsFalse()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<String, CallDetails>
-