Class ModuleModifier

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.ModuleModifier

public final class ModuleModifier extends ASTNode
Module Modifier node - represents the modifiers for the requires directive in module declaration (added in JLS9 API).
 ModuleModifier:
    static
    transitive
 

The numeric values of these flags match the ones for class files as described in the Java Virtual Machine Specification. Note that the value of static does not correspond to the value of Modifier.STATIC!

Since:
3.14