Uses of Record Class
org.ek9lang.compiler.phase7.support.OperandEvaluation
Packages that use OperandEvaluation
-
Uses of OperandEvaluation in org.ek9lang.compiler.ir.data
Methods in org.ek9lang.compiler.ir.data that return OperandEvaluationModifier and TypeMethodDescriptionLogicalDetails.leftEvaluation()Returns the value of theleftEvaluationrecord component.LogicalDetails.resultEvaluation()Returns the value of theresultEvaluationrecord component.LogicalDetails.rightEvaluation()Returns the value of therightEvaluationrecord component.Constructors in org.ek9lang.compiler.ir.data with parameters of type OperandEvaluationModifierConstructorDescriptionLogicalDetails(String result, OperandEvaluation leftEvaluation, ConditionalEvaluation conditionalEvaluation, OperandEvaluation rightEvaluation, OperandEvaluation resultEvaluation, DebugInfo debugInfo, String scopeId) Creates an instance of aLogicalDetailsrecord class. -
Uses of OperandEvaluation in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return OperandEvaluationModifier and TypeMethodDescriptionLogicalOperationInstr.getLeftEvaluation()Get the left operand evaluation record.LogicalOperationInstr.getResultEvaluation()Get the result evaluation record.LogicalOperationInstr.getRightEvaluation()Get the right operand evaluation record.