Class BooleanNotCallDetailsCreator

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

public final class BooleanNotCallDetailsCreator extends Object implements Function<String, CallDetails>
Creates CallDetails for Boolean._not() method invocation. The _not() operator (~) inverts a boolean value. This is a pure function method that returns an EK9 Boolean.