|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.asm.tree.ModuleOpenNode
public class ModuleOpenNode
A node that represents an opened package with its name and the module that can access to it.
| Field Summary | |
|---|---|
int |
access
The access flags (see org.objectweb.asm.Opcodes). |
List<String> |
modules
A list of modules that can access to this exported package. |
String |
packaze
The package name. |
| Constructor Summary | |
|---|---|
ModuleOpenNode(String packaze,
int access,
List<String> modules)
Constructs a new ModuleOpenNode. |
|
| Method Summary | |
|---|---|
void |
accept(ModuleVisitor mv)
Makes the given module visitor visit this open declaration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String packaze
public int access
org.objectweb.asm.Opcodes).
Valid values are ACC_SYNTHETIC and ACC_MANDATED.
public List<String> modules
| Constructor Detail |
|---|
public ModuleOpenNode(String packaze,
int access,
List<String> modules)
ModuleOpenNode.
packaze - the parameter's name.modules - a list of modules that can access to this open package.| 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 | |||||||||