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 and return types etc. Also, incoming parameters are limited in type and therefore checked in here.