Uses of Record Class
org.ek9lang.compiler.phase7.support.ComparisonParams
Packages that use ComparisonParams
-
Uses of ComparisonParams in org.ek9lang.compiler.phase7.support
Classes in org.ek9lang.compiler.phase7.support that implement interfaces with type arguments of type ComparisonParamsModifier and TypeClassDescriptionfinal classCONCERN: Comparison evaluation with boolean primitive extraction.Methods in org.ek9lang.compiler.phase7.support that return ComparisonParamsModifier and TypeMethodDescriptionChainedComparisonParams.firstComparison()Returns the value of thefirstComparisonrecord component.ChainedComparisonParams.secondComparison()Returns the value of thesecondComparisonrecord component.Methods in org.ek9lang.compiler.phase7.support with parameters of type ComparisonParamsModifier and TypeMethodDescriptionComparisonEvaluator.apply(ComparisonParams params) Evaluate comparison and extract primitive boolean.Constructors in org.ek9lang.compiler.phase7.support with parameters of type ComparisonParamsModifierConstructorDescriptionChainedComparisonParams(ComparisonParams firstComparison, ComparisonParams secondComparison) Creates an instance of aChainedComparisonParamsrecord class.