org.sonar.java.resolve
Class Flags

java.lang.Object
  extended by org.sonar.java.resolve.Flags

public class Flags
extends Object


Field Summary
static int ABSTRACT
           
static int ACCESS_FLAGS
          Masks.
static int ANNOTATION
          Annotation type.
static int ENUM
          An enumeration type or an enumeration constant.
static int FINAL
           
static int INTERFACE
          Interface or annotation type.
static int NATIVE
           
static int PRIVATE
           
static int PROTECTED
           
static int PUBLIC
           
static int STATIC
           
static int STRICTFP
           
static int SYNCHRONIZED
           
static int SYNTHETIC
           
static int TRANSIENT
           
static int VOLATILE
           
 
Method Summary
static EnumSet<org.sonar.java.resolve.Flags.Flag> asFlagSet(int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBLIC

public static final int PUBLIC
See Also:
Constant Field Values

PRIVATE

public static final int PRIVATE
See Also:
Constant Field Values

PROTECTED

public static final int PROTECTED
See Also:
Constant Field Values

STATIC

public static final int STATIC
See Also:
Constant Field Values

FINAL

public static final int FINAL
See Also:
Constant Field Values

SYNCHRONIZED

public static final int SYNCHRONIZED
See Also:
Constant Field Values

VOLATILE

public static final int VOLATILE
See Also:
Constant Field Values

TRANSIENT

public static final int TRANSIENT
See Also:
Constant Field Values

NATIVE

public static final int NATIVE
See Also:
Constant Field Values

INTERFACE

public static final int INTERFACE
Interface or annotation type.

See Also:
Constant Field Values

ABSTRACT

public static final int ABSTRACT
See Also:
Constant Field Values

STRICTFP

public static final int STRICTFP
See Also:
Constant Field Values

SYNTHETIC

public static final int SYNTHETIC
See Also:
Constant Field Values

ANNOTATION

public static final int ANNOTATION
Annotation type.

See Also:
Constant Field Values

ENUM

public static final int ENUM
An enumeration type or an enumeration constant.

See Also:
Constant Field Values

ACCESS_FLAGS

public static final int ACCESS_FLAGS
Masks.

See Also:
Constant Field Values
Method Detail

asFlagSet

public static EnumSet<org.sonar.java.resolve.Flags.Flag> asFlagSet(int flags)


Copyright © 2012-2014 SonarSource. All Rights Reserved.