Uses of Record Class
org.ek9lang.compiler.phase7.support.ConditionalEvaluation
Packages that use ConditionalEvaluation
-
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.