Package org.ek9lang.compiler.phase2
Class CheckDuplicatedServicePaths
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.phase2.CheckDuplicatedServicePaths
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionCheckDuplicatedServicePaths
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
-
Constructor Details
-
CheckDuplicatedServicePaths
CheckDuplicatedServicePaths(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<IAggregateSymbol>
-