Uses of Record Class
org.ek9lang.compiler.phase7.support.ConditionalEvaluation
Packages that use ConditionalEvaluation
Package
Description
IR Data Structures - Metadata and detail classes for IR instructions.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of ConditionalEvaluation in org.ek9lang.compiler.ir.data
Methods in org.ek9lang.compiler.ir.data that return ConditionalEvaluationModifier and TypeMethodDescriptionLogicalDetails.conditionalEvaluation()Returns the value of theconditionalEvaluationrecord component.Constructors in org.ek9lang.compiler.ir.data with parameters of type ConditionalEvaluationModifierConstructorDescriptionLogicalDetails(String result, OperandEvaluation leftEvaluation, ConditionalEvaluation conditionalEvaluation, OperandEvaluation rightEvaluation, OperandEvaluation resultEvaluation, DebugInfo debugInfo, String scopeId) Creates an instance of aLogicalDetailsrecord class. -
Uses of ConditionalEvaluation in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return ConditionalEvaluationModifier and TypeMethodDescriptionLogicalOperationInstr.getConditionalEvaluation()Get the conditional evaluation record.