Uses of Class
org.ek9lang.compiler.phase7.AbstractShortCircuitGenerator
Packages that use AbstractShortCircuitGenerator
-
Uses of AbstractShortCircuitGenerator in org.ek9lang.compiler.phase7
Subclasses of AbstractShortCircuitGenerator in org.ek9lang.compiler.phase7Modifier and TypeClassDescriptionfinal class
Generates IR instructions for Boolean AND operations using LOGICAL_AND_BLOCK pattern.final class
Generates IR instructions for Boolean OR operations using LOGICAL_OR_BLOCK pattern.