Package org.ek9lang.compiler.phase2
Class NoDuplicatedServicePathsOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.phase2.NoDuplicatedServicePathsOrError
- All Implemented Interfaces:
Consumer<IAggregateSymbol>
final class NoDuplicatedServicePathsOrError
extends RuleSupport
implements Consumer<IAggregateSymbol>
Examines all the service operations on a service and looks at the verbs used and the uti proto paths.
Checks for duplications and issues errors if paths (irrespective of variable names) are duplicated.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionNoDuplicatedServicePathsOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
-
Constructor Details
-
NoDuplicatedServicePathsOrError
NoDuplicatedServicePathsOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<IAggregateSymbol>
-