Visit a service used by the current module. The name must be the internal name of an interface or a class. @param service the internal name of the service.
(final String service)
| 145 | * @param service the internal name of the service. |
| 146 | */ |
| 147 | public void visitUse(final String service) { |
| 148 | if (mv != null) { |
| 149 | mv.visitUse(service); |
| 150 | } |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Visit an implementation of a service. |