|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.asm.tree.ModuleProvideNode
public class ModuleProvideNode
A node that represents a service and its implementation provided by the current module.
| Field Summary | |
|---|---|
List<String> |
providers
The service provider names (in their internal form). |
String |
service
The service name (in its internal form). |
| Constructor Summary | |
|---|---|
ModuleProvideNode(String service,
List<String> providers)
Constructs a new ModuleProvideNode. |
|
| Method Summary | |
|---|---|
void |
accept(ModuleVisitor mv)
Makes the given module visitor visit this require declaration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String service
public List<String> providers
| Constructor Detail |
|---|
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).| Method Detail |
|---|
public void accept(ModuleVisitor mv)
mv - a module visitor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||