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