public class ModuleProvideNode extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
impl
The implementation name (in its internal form).
|
String |
service
The service name (in its internal form).
|
| Constructor and Description |
|---|
ModuleProvideNode(String service,
String impl)
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 String impl
public ModuleProvideNode(String service, String impl)
ModuleProvideNode.service - the service name (in its internal form).impl - the implementation name (in its internal form).public void accept(ModuleVisitor mv)
mv - a module visitor.Copyright © 2017–2018 Eclipse Foundation. All rights reserved.