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. |
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 © 2009-2016 Oracle Corporation. All Rights Reserved.