Class ValidOperatorOrError

java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.phase2.ValidOperatorOrError
All Implemented Interfaces:
BiConsumer<MethodSymbol,EK9Parser.OperatorDeclarationContext>

final class ValidOperatorOrError extends RuleSupport implements BiConsumer<MethodSymbol,EK9Parser.OperatorDeclarationContext>
Checks operators from various contexts, typically this is delegated to other functions. Those functions do the detail check. This does not check service operations that are marked as operators.