public class ModuleProvideNode extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
providers
The service provider names (in their internal form).
|
String |
service
The service name (in its internal form).
|
Constructor and Description |
---|
ModuleProvideNode(String service,
List<String> providers)
Constructs a new
ModuleProvideNode . |
Modifier and Type | Method and Description |
---|---|
void |
accept(ModuleVisitor mv)
Makes the given module visitor visit this require declaration.
|
public String service
public ModuleProvideNode(String service, List<String> providers)
ModuleProvideNode
.service
- the service name (in its internal form).providers
- the service provider names (in their internal form).public void accept(ModuleVisitor mv)
mv
- a module visitor.