Package org.ek9lang.compiler.phase5
Class ServiceOperationOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase5.ServiceOperationOrError
- All Implemented Interfaces:
Consumer<EK9Parser.ServiceOperationDeclarationContext>
final class ServiceOperationOrError
extends TypedSymbolAccess
implements Consumer<EK9Parser.ServiceOperationDeclarationContext>
Typically checks any returning values to see if they have now been initialised on a service operation.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionServiceOperationOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
ServiceOperationOrError
ServiceOperationOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<EK9Parser.ServiceOperationDeclarationContext>
-