Uses of Record Class
org.ek9lang.compiler.ir.LogicalDetails
Packages that use LogicalDetails
Package
Description
K - Intermediate Representation Generation.
-
Uses of LogicalDetails in org.ek9lang.compiler.ir
Methods in org.ek9lang.compiler.ir with parameters of type LogicalDetailsModifier and TypeMethodDescriptionstatic IRInstr
LogicalOperationInstr.andOperation
(LogicalDetails logicalDetails) Create logical AND operation.static IRInstr
LogicalOperationInstr.orOperation
(LogicalDetails logicalDetails) Create logical OR operation. -
Uses of LogicalDetails in org.ek9lang.compiler.phase7
Methods in org.ek9lang.compiler.phase7 that return types with arguments of type LogicalDetailsModifier and TypeMethodDescriptionprotected abstract Function
<LogicalDetails, IRInstr> AbstractShortCircuitGenerator.getLogicalOperationInstr()
protected Function
<LogicalDetails, IRInstr> ShortCircuitAndGenerator.getLogicalOperationInstr()
protected Function
<LogicalDetails, IRInstr> ShortCircuitOrGenerator.getLogicalOperationInstr()