Package org.ek9lang.compiler.support
Class CheckForInvalidServiceOperator
java.lang.Object
org.ek9lang.compiler.support.CheckForInvalidServiceOperator
- All Implemented Interfaces:
Consumer<ServiceOperationSymbol>
public class CheckForInvalidServiceOperator
extends Object
implements Consumer<ServiceOperationSymbol>
Error when the definition of a service operator is invalid.
-
Constructor Details
-
CheckForInvalidServiceOperator
CheckForInvalidServiceOperator(ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<ServiceOperationSymbol>
-