Class Modifier

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.Modifier
All Implemented Interfaces:
IExtendedModifier

public final class Modifier extends ASTNode implements IExtendedModifier
Modifier node.
 Modifier:
    public
    protected
    private
    static
    abstract
    final
    native
    synchronized
    transient
    volatile
    strictfp
    default
    sealed
    non-sealed
 

The numeric values of these flags match the ones for class files as described in the Java Virtual Machine Specification (except for DEFAULT). Note that the Java model class Flags also provides the same constants as this class.

Since:
2.0