|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.asm.tree.ModuleRequireNode
public class ModuleRequireNode
A node that represents a required module with its name and access of a module descriptor.
| Field Summary | |
|---|---|
int |
access
The access flags (see org.objectweb.asm.Opcodes). |
String |
module
The name of the required module. |
String |
version
Version at compile time of the required module or null. |
| Constructor Summary | |
|---|---|
ModuleRequireNode(String module,
int access,
String version)
Constructs a new ModuleRequireNode. |
|
| Method Summary | |
|---|---|
void |
accept(ModuleVisitor mv)
Makes the given module visitor visit this require directive. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String module
public int access
org.objectweb.asm.Opcodes).
Valid values are ACC_TRANSITIVE, ACC_STATIC_PHASE,
ACC_SYNTHETIC and ACC_MANDATED.
public String version
| Constructor Detail |
|---|
public ModuleRequireNode(String module,
int access,
String version)
ModuleRequireNode.
module - the name of the required module.access - The access flags. Valid values are
ACC_TRANSITIVE, ACC_STATIC_PHASE,
ACC_SYNTHETIC and ACC_MANDATED
(see org.objectweb.asm.Opcodes).version - Version of the required module at compile time,
null if not defined.| 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 | |||||||||