Uses of Record Class
org.ek9lang.compiler.phase3.CheckOperatorData
Packages that use CheckOperatorData
-
Uses of CheckOperatorData in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type CheckOperatorDataModifier and TypeClassDescription(package private) final class
To be used with operators on aggregates (except for the is-set ? operator, that has to deal with functions).Methods in org.ek9lang.compiler.phase3 with parameters of type CheckOperatorDataModifier and TypeMethodDescriptionRequiredOperatorPresentOrError.apply
(CheckOperatorData checkOperatorData) protected boolean
OperatorTest.isOperatorPresent
(CheckOperatorData data)