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 classTo 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) RequiredOperatorPresentOrError.apply(CheckOperatorData checkOperatorData, CallSymbol callSymbol) Overloaded version that accepts a CallSymbol and sets the resolved method on it.protected booleanOperatorTest.isOperatorPresent(CheckOperatorData data)