Class CallDetailsForIsTrue

java.lang.Object
org.ek9lang.compiler.phase7.support.CallDetailsForIsTrue
All Implemented Interfaces:
Function<String,CallDetails>

public final class CallDetailsForIsTrue extends Object implements Function<String,CallDetails>
Just provides the IR Call details for making a call to the Ek9 Boolean type to call the _true() method. This returns a primitive boolean in the backend implementation. For Java, it will be a 'boolean', for LLVM probably an i8 (1 or 0 value).