Class ValidServiceOperationOrError

java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.phase2.ValidServiceOperationOrError
All Implemented Interfaces:
BiConsumer<ServiceOperationSymbol,EK9Parser.ServiceOperationDeclarationContext>

final class ValidServiceOperationOrError extends RuleSupport implements BiConsumer<ServiceOperationSymbol,EK9Parser.ServiceOperationDeclarationContext>
Check that a service operation complies with ek9 rules or return types etc. Also incoming parameters are limited and therefore checked in here.