Class Flags

java.lang.Object
org.aspectj.org.eclipse.jdt.core.Flags

public final class Flags extends Object
Utility class for decoding modifier flags in Java elements.

This class provides static methods only.

Note that the numeric values of these flags match the ones for class files as described in the Java Virtual Machine Specification (except for AccDeprecated, AccAnnotationDefault, and AccDefaultMethod).

The AST class Modifier provides similar functionality as this class, only in the org.aspectj.org.eclipse.jdt.core.dom package.

See Also: